Internal coupling through a thin wall
Posted: Thu Jul 16, 2020 12:44 pm
Hello,
I have a question related to the internal coupling option.
I have defined a thin wall to separate two fluid domains, I would like to solve the conjugated heat transfer between the fluid domains through the thin wall. Notice that the thin wall has no thickness, it is just defined as an internal wall with the cs_user_mesh.c routine.
I 've tried to use the cs_user_parameters-base.c to define the intenal coupling, but as an argument it demands a solid volume criteria..
cs_internal coupling_add (NULL, "solid criteria", "interface criteria");
since I have no solid I dont know how to complete the instruction,
Any ideas?
thanks,
I have a question related to the internal coupling option.
I have defined a thin wall to separate two fluid domains, I would like to solve the conjugated heat transfer between the fluid domains through the thin wall. Notice that the thin wall has no thickness, it is just defined as an internal wall with the cs_user_mesh.c routine.
I 've tried to use the cs_user_parameters-base.c to define the intenal coupling, but as an argument it demands a solid volume criteria..
cs_internal coupling_add (NULL, "solid criteria", "interface criteria");
since I have no solid I dont know how to complete the instruction,
Any ideas?
thanks,