Skip to content
Snippets Groups Projects
Commit 8bbeafea authored by Henry Weller's avatar Henry Weller
Browse files

turbulentHeatFluxTemperatureFvPatchScalarField: Updated docs

parent 0d9ae2f3
Branches
Tags
No related merge requests found
...@@ -29,18 +29,35 @@ Description ...@@ -29,18 +29,35 @@ Description
heat source either specified in terms of an absolute power [W], or as a heat source either specified in terms of an absolute power [W], or as a
flux [W/m^2]. flux [W/m^2].
Example usage: \heading Patch usage
hotWall \table
{ Property | Description | Required | Default value
type compressible::turbulentHeatFluxTemperature; heatSource | 'power' [W] or 'flux' [W/m^2] | yes |
heatSource flux; // power [W]; flux [W/m^2] q | heat power or flux field | yes |
q uniform 10; // heat power or flux kappa | inherited from Foam::temperatureCoupledBase | yes |
kappa fluidThermo; // calculate kappa=alphaEff*thermo.Cp Qr | name of the radiative flux field | yes |
Qr none; // name of the radiative flux value | initial temperature value | no | calculated
value uniform 300; // initial temperature value gradient | initial gradient value | no | 0.0
} \endtable
Example usage:
\verbatim
hotWall
{
type compressible::turbulentHeatFluxTemperature;
heatSource flux;
q uniform 10;
kappa fluidThermo;
Qr none;
gradient uniform 0;
value uniform 300;
}
\endverbatim
SeeAlso
Foam::temperatureCoupledBase
SourceFiles SourceFiles
turbulentHeatFluxTemperatureFvPatchScalarField.C turbulentHeatFluxTemperatureFvPatchScalarField.C
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment