CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Pre-Processing

Is it possible to give a wall temperature on a specific region?

Register Blogs Community New Posts Updated Threads Search

Like Tree7Likes

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   June 1, 2021, 01:08
Question 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
CHUMMAR is on a distinguished road
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
Attached Images
File Type: jpg Screenshot from 2021-06-01 10-34-28.jpg (79.1 KB, 24 views)
CHUMMAR is offline   Reply With Quote

 

Tags
boundary condition t, chtmultiregionfoam


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Continuity Equation for multicomponent simulation lordluan CFX 15 May 19, 2020 18:36
A question related to writing expression for (htc)Heat transfer coefficient Hamda CFX 11 April 17, 2020 00:57
Domain Reference Pressure and mass flow inlet boundary AdidaKK CFX 75 August 20, 2018 05:37
error message cuteapathy CFX 14 March 20, 2012 06:45
[Other] StarToFoam error Kart OpenFOAM Meshing & Mesh Conversion 1 February 4, 2010 04:38


All times are GMT -4. The time now is 18:19.