Assigning multiple material properties to diffused interfaces #29610
Unanswered
MinMorsh
asked this question in
Q&A Modules: Phase field
Replies: 1 comment 7 replies
-
how is the interface defined? Is it a sideset in the mesh? Is it a subdomain? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using Voronoi tessellation (PolycrytalVoronoi) to create a 64 grain model (op_num = 20) in 3D and then assigning the electrical conductivities (bulk and interface) using bnds variable (BndsCalcAux). Here, when bnds>0.9, I am assigning bulk property and interfacial property to the rest.
Here is the Materials block of the current model that I have.
I need to assign multiple materials to the interface so that some part of the interface should have one type of interfacial material (less conductive, denoted as sk_int1), and other part of the interface should have another type (more conductive, denoted as sk_int2). Any idea how to achieve that?
Beta Was this translation helpful? Give feedback.
All reactions