mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Corrected comment/output of field value
This commit is contained in:
@ -200,12 +200,7 @@ void turbulentHeatFluxTemperatureFvPatchScalarField::updateCoeffs()
|
|||||||
{
|
{
|
||||||
FatalErrorIn
|
FatalErrorIn
|
||||||
(
|
(
|
||||||
"turbulentHeatFluxTemperatureFvPatchScalarField"
|
"turbulentHeatFluxTemperatureFvPatchScalarField::updateCoeffs()"
|
||||||
"("
|
|
||||||
"const fvPatch&, "
|
|
||||||
"const DimensionedField<scalar, volMesh>&, "
|
|
||||||
"const dictionary&"
|
|
||||||
")"
|
|
||||||
) << "Unknown heat source type. Valid types are: "
|
) << "Unknown heat source type. Valid types are: "
|
||||||
<< heatSourceTypeNames_ << nl << exit(FatalError);
|
<< heatSourceTypeNames_ << nl << exit(FatalError);
|
||||||
}
|
}
|
||||||
@ -225,6 +220,7 @@ void turbulentHeatFluxTemperatureFvPatchScalarField::write
|
|||||||
<< token::END_STATEMENT << nl;
|
<< token::END_STATEMENT << nl;
|
||||||
temperatureCoupledBase::write(os);
|
temperatureCoupledBase::write(os);
|
||||||
q_.writeEntry("q", os);
|
q_.writeEntry("q", os);
|
||||||
|
writeEntry("value", os);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user