mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
turbulentHeatFluxTemperatureFvPatchScalarField: Updated docs
Resolves report http://www.openfoam.org/mantisbt/view.php?id=1875
This commit is contained in:
@ -29,19 +29,36 @@ 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
|
||||||
|
|
||||||
|
\table
|
||||||
|
Property | Description | Required | Default value
|
||||||
|
heatSource | 'power' [W] or 'flux' [W/m^2] | yes |
|
||||||
|
q | heat power or flux field | yes |
|
||||||
|
kappa | inherited from Foam::temperatureCoupledBase | yes |
|
||||||
|
Qr | name of the radiative flux field | yes |
|
||||||
|
value | initial temperature value | no | calculated
|
||||||
|
gradient | initial gradient value | no | 0.0
|
||||||
|
\endtable
|
||||||
|
|
||||||
|
Example usage:
|
||||||
|
\verbatim
|
||||||
hotWall
|
hotWall
|
||||||
{
|
{
|
||||||
type compressible::turbulentHeatFluxTemperature;
|
type compressible::turbulentHeatFluxTemperature;
|
||||||
heatSource flux; // power [W]; flux [W/m^2]
|
heatSource flux;
|
||||||
q uniform 10; // heat power or flux
|
q uniform 10;
|
||||||
kappa fluidThermo; // calculate kappa=alphaEff*thermo.Cp
|
kappa fluidThermo;
|
||||||
Qr none; // name of the radiative flux
|
Qr none;
|
||||||
value uniform 300; // initial temperature value
|
gradient uniform 0;
|
||||||
|
value uniform 300;
|
||||||
}
|
}
|
||||||
|
\endverbatim
|
||||||
|
|
||||||
|
|
||||||
|
SeeAlso
|
||||||
|
Foam::temperatureCoupledBase
|
||||||
|
|
||||||
SourceFiles
|
SourceFiles
|
||||||
turbulentHeatFluxTemperatureFvPatchScalarField.C
|
turbulentHeatFluxTemperatureFvPatchScalarField.C
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user