CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM (https://www.cfd-online.com/Forums/openfoam/)
-   -   solidWallMixedTemperatureCoupled (https://www.cfd-online.com/Forums/openfoam/93850-solidwallmixedtemperaturecoupled.html)

oga_shin October 27, 2011 23:56

solidWallMixedTemperatureCoupled
 
Hi Foamers!

I want to know whether we can use solidWallMixedTemperatureCoupled
in different scalar filed but T.

I defined a new scalar field "X" in chtMultiRegionFoam.
So, I need a boundary condition function between solid and fluid.
I have an idea of it, such as following.

-----------------------------------T-----------------------------------
bottomAir_to_topSolid
{
type solidWallMixedTemperatureCoupled;
value uniform 300;
neighbourFieldName T;
K K;
}


-----------------------------------X-----------------------------------
bottomAir_to_topSolid
{
type solidWallMixedTemperatureCoupled;
value uniform 0.005;
neighbourFieldName X;
K KX; //I defined a new scalar field
}

Is it possible to use solidWallMixedTemperatureCoupled in X field?
Do I have to make new boundary condition function based on solidWallMixedTemperatureCoupled ?

Shinya


All times are GMT -4. The time now is 16:47.