Corrected docs

Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1658
This commit is contained in:
Henry 2015-04-17 17:29:16 +01:00
parent 7445bfe634
commit 96c31095fb
2 changed files with 7 additions and 8 deletions

View file

@ -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
@ -54,9 +54,9 @@ Description
\table
Property | Description | Required | Default value
kappa | thermal conductivity option | yes |
q | heat flux [W/m2] | yes* |
q | heat flux [W/m^2] | yes* |
Ta | ambient temperature [K] | yes* |
h | heat transfer coefficient [W/m/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 |

View file

@ -30,13 +30,13 @@ Group
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].
\heading Patch usage
\table
Property | Description | Required | Default value
heatSource | heat source type: \c flux [W/m2] or \c power [W]| yes |
heatSource | heat source type: \c flux [W/m^2] or \c power [W]| yes |
q | heat source value | yes |
alphaEff | turbulent thermal diffusivity field name | yes |
\endtable
@ -55,7 +55,7 @@ Description
Note
- The units of \c alphaEff are [kg/m/s]
- The density*specific heat capacity \c rhoCp0 (units [kg/m3]*[J/kg/K])
- The density*specific heat capacity \c rhoCp0 (units [kg/m^3]*[J/kg/K])
is read from the transport dictionary entry
SourceFiles
@ -108,7 +108,6 @@ private:
heatSourceType heatSource_;
//- Heat power [W] or flux [W/m2]
// NOTE: to be divided by density, rho, if used in kinematic form
scalarField q_;
//- Name of effective thermal diffusivity field