mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Changing writing of thermal inerial flag
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user