Skip to content
Snippets Groups Projects
Commit 341bdc8a authored by Henry's avatar Henry
Browse files

Corrected docs

parent 5a12edc3
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment