ENH: Corrected comment/output of field value

This commit is contained in:
andy
2011-09-02 10:50:35 +01:00
parent b8b2f8e76d
commit 6d2b5caf36

View File

@ -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);
}