mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Corrected docs
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1658
This commit is contained in:
@ -73,7 +73,6 @@ primitives/triad/triad.C
|
||||
|
||||
/* functions, data entries */
|
||||
primitives/functions/DataEntry/makeDataEntries.C
|
||||
|
||||
primitives/functions/Polynomial/polynomialFunction.C
|
||||
|
||||
primitives/subModelBase/subModelBase.C
|
||||
|
||||
@ -39,9 +39,9 @@ Description
|
||||
|
||||
where:
|
||||
\vartable
|
||||
h | heat transfer coefficient [W/m2/K]
|
||||
h | heat transfer coefficient [W/m^2/K]
|
||||
Ta | ambient temperature [K]
|
||||
q | heat flux [W/m2]
|
||||
q | heat flux [W/m^2]
|
||||
\endvartable
|
||||
|
||||
The thermal conductivity, \c kappa, can either be retrieved from the
|
||||
@ -52,11 +52,11 @@ Description
|
||||
\heading Patch usage
|
||||
|
||||
\table
|
||||
Property | Description | Required | Default value
|
||||
kappa | thermal conductivity option | yes |
|
||||
q | heat flux [W/m2] | yes* |
|
||||
Ta | ambient temperature [K] | yes* |
|
||||
h | heat transfer coefficient [W/m/K] | yes*|
|
||||
Property | Description | Required | Default value
|
||||
kappa | thermal conductivity option | yes |
|
||||
q | heat flux [W/m^2] | yes* |
|
||||
Ta | ambient temperature [K] | yes* |
|
||||
h | heat transfer coefficient [W/m^2/K] | yes*|
|
||||
thicknessLayers | list of thicknesses per layer [m] | yes |
|
||||
kappaLayers | list of thermal conductivites per layer [W/m/K] | yes |
|
||||
kappaName | name of thermal conductivity field | yes |
|
||||
|
||||
@ -27,14 +27,14 @@ Class
|
||||
Description
|
||||
Fixed heat boundary condition to specify temperature gradient. Input
|
||||
heat source either specified in terms of an absolute power [W], or as a
|
||||
flux [W/m2].
|
||||
flux [W/m^2].
|
||||
|
||||
Example usage:
|
||||
|
||||
hotWall
|
||||
{
|
||||
type compressible::turbulentHeatFluxTemperature;
|
||||
heatSource flux; // power [W]; flux [W/m2]
|
||||
heatSource flux; // power [W]; flux [W/m^2]
|
||||
q uniform 10; // heat power or flux
|
||||
kappa fluidThermo; // calculate kappa=alphaEff*thermo.Cp
|
||||
Qr none; // name of the radiative flux
|
||||
|
||||
Reference in New Issue
Block a user