Assigning multiple material properties to diffused interfaces #29610
Replies: 2 comments 14 replies
-
how is the interface defined? Is it a sideset in the mesh? Is it a subdomain? |
Beta Was this translation helpful? Give feedback.
-
Hi @MinMorsh, you could potentially achieve this by utilizing a method to differentiate the interface from the bulk based on the number of activate order parameters at each integration point [_op]. Here's a suggestion on how to implement this:
Let me know if you need more details or specific examples for your setup! Wei |
Beta Was this translation helpful? Give feedback.
-
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