ENH: externalWallHeatFlux boundary condition header documentation update

This commit is contained in:
andy
2013-11-21 17:23:15 +00:00
parent eff13c862a
commit 42befaaa08

View File

@ -67,21 +67,20 @@ Description
myPatch myPatch
{ {
type externalWallHeatFluxTemperature; type externalWallHeatFluxTemperature;
kappa fluidThermo; // fluidThermo, solidThermo or kappa fluidThermo;
// lookup q uniform 1000;
q uniform 1000; // heat flux / [W/m2] Ta uniform 300.0;
Ta uniform 300.0; // ambient temperature /[K] h uniform 10.0;
h uniform 10.0; // heat transfer coeff /[W/Km2] thicknessLayers (0.1 0.2 0.3 0.4);
thicknessLayers (0.1 0.2 0.3 0.4); // thickness of layer [m] kappaLayers (1 2 3 4)
kappaLayers (1 2 3 4) // thermal conductivity of value uniform 300.0;
// layer [W/m/K]
value uniform 300.0; // initial temperature / [K]
kappaName none; kappaName none;
} }
\endverbatim \endverbatim
Note Note
Only supply \c h and \c Ta, or \c q in the dictionary (see above) - Only supply \c h and \c Ta, or \c q in the dictionary (see above)
- kappa entries can be: fluidThermo, solidThermo or lookup
SourceFiles SourceFiles
externalWallHeatFluxTemperatureFvPatchScalarField.C externalWallHeatFluxTemperatureFvPatchScalarField.C