CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM (https://www.cfd-online.com/Forums/openfoam/)
-   -   Heat FLux using chtMultiRegionSimpleFoam (https://www.cfd-online.com/Forums/openfoam/119129-heat-flux-using-chtmultiregionsimplefoam.html)

Grimoli June 10, 2013 11:38

Heat FLux using chtMultiRegionSimpleFoam
 
I was making a case that i want to make a flux between a solid and fluid region.Eventhough I did it,the terminal doesn't understand the case and it works as there's nothing between the two areas.What I'am doing wrong??


T
{
internalField uniform 300;

boundaryField
{
".*"
{
type zeroGradient;
value uniform 300;
}

"heater_to_.*"
{
type compressible::turbulentTemperatureCoupledBaffleMix ed;
neighbourFieldName T;
K solidThermo;
KName none;
value uniform 300;
}
minZ
{
type solidWallHeatFluxTemperature;
gradient 0 ;
q uniform 7.53;
K K;
value uniform 450;
}

}


All times are GMT -4. The time now is 06:31.