|
[Sponsors] |
Is it possible to give a wall temperature on a specific region? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
June 2, 2021, 02:58 |
Is it possible to give a wall temperature on a specific region?
|
#1 |
Member
Amal Chummar
Join Date: May 2021
Posts: 31
Rep Power: 5 |
I have created a rectangular enclosure with the left portion as solid and right portion as fluid since I am working on a problem related to conjugate heat transfer (chtMultiRegionFoam) . I have to give a hot wall side condition of 360K which is the left side wall of the solid region. Is this possible to be added in the '0/solid/T' file OR do I have to consider the left wall as a heater and give it separate boundary conditions.
I just started working on OpenFOAM and so pls forgive any mistakes i have done in code. (RED -FLUID BLUE -SOLID) CODE: dimensions [ 0 0 0 1 0 0 0 ]; internalField uniform 360; boundaryField { inlet { type patch; } frontAndBack { type zeroGradient; } topAndBottom { type zeroGradient; } solid_to_fluid { type compressible::turbulentTemperatureCoupledBaffleMix ed; value $internalField; Tnbr T; kappaMethod solidThermo; } } THANKYOU |
|
June 2, 2021, 04:21 |
|
#2 |
Senior Member
Yann
Join Date: Apr 2012
Location: France
Posts: 1,200
Rep Power: 28 |
Hi Amal,
Please do not create several topics asking the same question. I know it can be frustrating to be stuck on a problem and not finding answers, but opening several topics won't help to get faster answers, it will just add confusion. I replied to your question in your initial topic. Regards, Yann |
|
June 2, 2021, 08:44 |
|
#3 |
Member
Amal Chummar
Join Date: May 2021
Posts: 31
Rep Power: 5 |
Sorry Sir......I cant see where to delete this thread....Do you know how?
|
|
Tags |
boundary condition t, chtmultiregionfoam |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Ansys CFD-Post Application Error | rushiCFD | FLUENT | 0 | March 21, 2021 08:51 |
A question related to writing expression for (htc)Heat transfer coefficient | Hamda | CFX | 11 | April 17, 2020 01:57 |
mass flow in is not equal to mass flow out | saii | CFX | 12 | March 19, 2018 06:21 |
Ansys CFX problem: unexpected very high temperatures in premix laminar combustion | faizan_habib7 | CFX | 4 | February 1, 2016 18:00 |
[Other] StarToFoam error | Kart | OpenFOAM Meshing & Mesh Conversion | 1 | February 4, 2010 05:38 |