Skip to content
GitLab
Menu
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
341bdc8a
Commit
341bdc8a
authored
Apr 17, 2015
by
Henry
Browse files
Corrected docs
Resolves bug-report
http://www.openfoam.org/mantisbt/view.php?id=1658
parent
5a12edc3
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/Make/files
View file @
341bdc8a
...
...
@@ -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
...
...
src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/externalWallHeatFluxTemperature/externalWallHeatFluxTemperatureFvPatchScalarField.H
View file @
341bdc8a
...
...
@@ -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 |
...
...
src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/turbulentHeatFluxTemperature/turbulentHeatFluxTemperatureFvPatchScalarField.H
View file @
341bdc8a
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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