Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
8bbeafea
Commit
8bbeafea
authored
Oct 25, 2015
by
Henry Weller
Browse files
turbulentHeatFluxTemperatureFvPatchScalarField: Updated docs
Resolves report
http://www.openfoam.org/mantisbt/view.php?id=1875
parent
0d9ae2f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/turbulentHeatFluxTemperature/turbulentHeatFluxTemperatureFvPatchScalarField.H
View file @
8bbeafea
...
...
@@ -29,18 +29,35 @@ Description
heat source either specified in terms of an absolute power [W], or as a
flux [W/m^2].
Example
usage
:
hotWall
{
type compressible::turbulentHeatFluxTemperature;
heat
Source 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
value uniform 300; // initial temperature value
}
\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
{
type compressible::turbulentHeatFluxTemperature;
heatSource flux;
q uniform 10;
kappa fluidThermo;
Qr none;
gradient uniform 0;
value uniform 300;
}
\endverbatim
SeeAlso
Foam::temperatureCoupledBase
SourceFiles
turbulentHeatFluxTemperatureFvPatchScalarField.C
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment