Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openfoam
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Development
openfoam
Commits
8bbeafea
Commit
8bbeafea
authored
9 years ago
by
Henry Weller
Browse files
Options
Downloads
Patches
Plain Diff
turbulentHeatFluxTemperatureFvPatchScalarField: Updated docs
Resolves report
http://www.openfoam.org/mantisbt/view.php?id=1875
parent
0d9ae2f3
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/turbulentHeatFluxTemperature/turbulentHeatFluxTemperatureFvPatchScalarField.H
+28
-11
28 additions, 11 deletions
...perature/turbulentHeatFluxTemperatureFvPatchScalarField.H
with
28 additions
and
11 deletions
src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/turbulentHeatFluxTemperature/turbulentHeatFluxTemperatureFvPatchScalarField.H
+
28
−
11
View file @
8bbeafea
...
@@ -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 |
heat
Source 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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment