|
[Sponsors] |
May 29, 2020, 11:54 |
Two different periodic domains in Fluent
|
#1 |
Member
Sai Guruprasad Jakkala
Join Date: Jan 2017
Posts: 34
Rep Power: 9 |
Hey,
I am trying to do Conjugate heat transfer using ANSYS Fluent. I have a solid plate with fins on it. I have a solid-fluid-solid-fluid-solid region. I have no inlet or outlet and have periodic boundary conditions in the streamwise and transverse directions (like DNS simulations). The temperature in the first fluid region is 875 K and the second is 675 K, but I am unable to specify this. There is only one periodic conditions option in Fluent, which sets the conditions (mass flow rate or pressure drop, and temperature of the fluid for the periodic domains). I would like to define two different periodic conditions (different mass flow rates and temperatures). Is it possible? If it is possible, I would like to know how to do it. |
|
May 29, 2020, 12:32 |
Periodic Regions
|
#2 |
Senior Member
|
Are these periodic regions separated by a wall? Could you share a snapshot or schematic of the domain?
__________________
Regards, Vinerm PM to be used if and only if you do not want something to be shared publicly. PM is considered to be of the least priority. |
|
May 29, 2020, 13:14 |
|
#3 |
Member
Sai Guruprasad Jakkala
Join Date: Jan 2017
Posts: 34
Rep Power: 9 |
Yes. The periodic domains are separated by a solid region. I have attached an image of the domain.
|
|
May 29, 2020, 13:35 |
Periodicity
|
#4 |
Senior Member
|
I am afraid that's not doable, not with standard options.
__________________
Regards, Vinerm PM to be used if and only if you do not want something to be shared publicly. PM is considered to be of the least priority. |
|
May 29, 2020, 13:36 |
|
#5 |
Member
Sai Guruprasad Jakkala
Join Date: Jan 2017
Posts: 34
Rep Power: 9 |
Is it possible to do this using some UDF or any other way?
|
|
May 29, 2020, 13:40 |
Udf
|
#6 |
Senior Member
|
Yes, you can use UDF to do this. You have to connect profiles of the boundaries that are supposed to be periodic.
__________________
Regards, Vinerm PM to be used if and only if you do not want something to be shared publicly. PM is considered to be of the least priority. |
|
May 29, 2020, 14:41 |
|
#7 |
Member
Sai Guruprasad Jakkala
Join Date: Jan 2017
Posts: 34
Rep Power: 9 |
Can you provide some more details.
I don't actually want to connect the two fluid domains. The top fluid domain is a periodic domain and the bottom fluid domain is another periodic domain. I can create them in fluent by creating interfaces. I would like to know how to specify different flow rates in top and bottom fluid domains and different temperatures also. |
|
May 29, 2020, 15:53 |
Periodic Domains
|
#8 |
Senior Member
|
You can make one of the domains periodic and use periodic conditions for that domain. You can create periodic domains directly without interface provided the mesh on both periodic boundaries is same within a certain tolerance.
For the other domain, you have to write a UDF.
__________________
Regards, Vinerm PM to be used if and only if you do not want something to be shared publicly. PM is considered to be of the least priority. |
|
May 29, 2020, 17:24 |
|
#9 |
Member
Sai Guruprasad Jakkala
Join Date: Jan 2017
Posts: 34
Rep Power: 9 |
Can you provide some tips on writing UDF for periodic domains?
I am using non-conformal periodic boundary conditions. I would like to know if it possible to write UDF for non-conformal periodic boundary. |
|
May 30, 2020, 08:46 |
|
#10 |
Senior Member
|
Conformal or non-conformal don't matter much, except that you will have to do interpolation in case of non-conformal. For conformal, you can do 1-to-1 mapping. Since periodic condition is nothing more than implementation of same values of field-variables at both periodic boundaries, following algorithm could work
1. Use DEFINE_ADJUST to extract values for all fields, such as, velocity components, turbulence quantities, non-dimensional temperature, etc. at one of the boundaries. This boundary could, preferably, be set as pressure outlet. 2. Use DEFINE_PROFILE at the other boundary to apply these profiles. Since the boundaries have non-conformal mesh, you will have to interpolate the field data before applying. You will need as many DEFINE_PROFILE functions as many field variables you want to apply the condition for. If you are comfortable with UDFs, then you can use Profile structure of Fluent to do the same. It's more sophisticated and you will not need interpolation; Fluent will do interpolation on its own.
__________________
Regards, Vinerm PM to be used if and only if you do not want something to be shared publicly. PM is considered to be of the least priority. |
|
December 3, 2020, 04:07 |
|
#11 |
New Member
Wei Xiong
Join Date: Oct 2020
Posts: 2
Rep Power: 0 |
I've been using "system coupling" recently to try to solve this problem. However, "system coupling" cannot establish connection between two Fluent
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Periodic flow using Cyclic - comparison with Fluent | nusivares | OpenFOAM Running, Solving & CFD | 30 | December 12, 2017 06:35 |
Fluent Periodic flow error | debashis | OpenFOAM Running, Solving & CFD | 2 | May 24, 2017 07:24 |
Solid and Fluid Domains in Fluent | pvtschultz | FLUENT | 0 | December 18, 2014 10:06 |
[ICEM] Use Several Hexa Domains in Ansys Fluent | gerardosrez | ANSYS Meshing & Geometry | 0 | October 17, 2014 10:35 |
[ICEM] Interface separating 2 Domains in ICEM for Fluent | antornado | ANSYS Meshing & Geometry | 0 | January 23, 2014 23:37 |