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
|
||||
(
|
||||
"turbulentHeatFluxTemperatureFvPatchScalarField"
|
||||
"("
|
||||
"const fvPatch&, "
|
||||
"const DimensionedField<scalar, volMesh>&, "
|
||||
"const dictionary&"
|
||||
")"
|
||||
"turbulentHeatFluxTemperatureFvPatchScalarField::updateCoeffs()"
|
||||
) << "Unknown heat source type. Valid types are: "
|
||||
<< heatSourceTypeNames_ << nl << exit(FatalError);
|
||||
}
|
||||
@ -225,6 +220,7 @@ void turbulentHeatFluxTemperatureFvPatchScalarField::write
|
||||
<< token::END_STATEMENT << nl;
|
||||
temperatureCoupledBase::write(os);
|
||||
q_.writeEntry("q", os);
|
||||
writeEntry("value", os);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user