Changing writing of thermal inerial flag

This commit is contained in:
sergio
2017-05-18 12:44:25 -07:00
parent 65eb43fcb1
commit 1f42c2a5ec

View File

@ -339,7 +339,8 @@ void turbulentTemperatureRadCoupledMixedFvPatchScalarField::write
os.writeKeyword("Tnbr")<< TnbrName_ << token::END_STATEMENT << nl;
os.writeKeyword("QrNbr")<< QrNbrName_ << token::END_STATEMENT << nl;
os.writeKeyword("Qr")<< QrName_ << token::END_STATEMENT << nl;
os.writeEntry("thermalInertia", thermalInertia_);
os.writeKeyword("thermalInertia")<< thermalInertia_
<< token::END_STATEMENT << nl;
thicknessLayers_.writeEntry("thicknessLayers", os);
kappaLayers_.writeEntry("kappaLayers", os);