From 96c31095fbb951628c9f734eb8befab75f910619 Mon Sep 17 00:00:00 2001 From: Henry Date: Fri, 17 Apr 2015 17:29:16 +0100 Subject: [PATCH] Corrected docs Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1658 --- .../externalWallHeatFluxTemperatureFvPatchScalarField.H | 8 ++++---- .../turbulentHeatFluxTemperatureFvPatchScalarField.H | 7 +++---- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/externalWallHeatFluxTemperature/externalWallHeatFluxTemperatureFvPatchScalarField.H b/src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/externalWallHeatFluxTemperature/externalWallHeatFluxTemperatureFvPatchScalarField.H index 911a5549..e4a10bbf 100644 --- a/src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/externalWallHeatFluxTemperature/externalWallHeatFluxTemperatureFvPatchScalarField.H +++ b/src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/externalWallHeatFluxTemperature/externalWallHeatFluxTemperatureFvPatchScalarField.H @@ -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 @@ -54,9 +54,9 @@ Description \table Property | Description | Required | Default value kappa | thermal conductivity option | yes | - q | heat flux [W/m2] | yes* | + q | heat flux [W/m^2] | yes* | Ta | ambient temperature [K] | yes* | - h | heat transfer coefficient [W/m/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 | diff --git a/src/turbulenceModels/incompressible/turbulenceModel/derivedFvPatchFields/turbulentHeatFluxTemperature/turbulentHeatFluxTemperatureFvPatchScalarField.H b/src/turbulenceModels/incompressible/turbulenceModel/derivedFvPatchFields/turbulentHeatFluxTemperature/turbulentHeatFluxTemperatureFvPatchScalarField.H index f06fa9dc..2c856fda 100644 --- a/src/turbulenceModels/incompressible/turbulenceModel/derivedFvPatchFields/turbulentHeatFluxTemperature/turbulentHeatFluxTemperatureFvPatchScalarField.H +++ b/src/turbulenceModels/incompressible/turbulenceModel/derivedFvPatchFields/turbulentHeatFluxTemperature/turbulentHeatFluxTemperatureFvPatchScalarField.H @@ -30,13 +30,13 @@ Group 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]. \heading Patch usage \table Property | Description | Required | Default value - heatSource | heat source type: \c flux [W/m2] or \c power [W]| yes | + heatSource | heat source type: \c flux [W/m^2] or \c power [W]| yes | q | heat source value | yes | alphaEff | turbulent thermal diffusivity field name | yes | \endtable @@ -55,7 +55,7 @@ Description Note - The units of \c alphaEff are [kg/m/s] - - The density*specific heat capacity \c rhoCp0 (units [kg/m3]*[J/kg/K]) + - The density*specific heat capacity \c rhoCp0 (units [kg/m^3]*[J/kg/K]) is read from the transport dictionary entry SourceFiles @@ -108,7 +108,6 @@ private: heatSourceType heatSource_; //- Heat power [W] or flux [W/m2] - // NOTE: to be divided by density, rho, if used in kinematic form scalarField q_; //- Name of effective thermal diffusivity field