Skip to content
Snippets Groups Projects
Commit 1f42c2a5 authored by sergio's avatar sergio
Browse files

Changing writing of thermal inerial flag

parent 65eb43fc
No related merge requests found
...@@ -339,7 +339,8 @@ void turbulentTemperatureRadCoupledMixedFvPatchScalarField::write ...@@ -339,7 +339,8 @@ void turbulentTemperatureRadCoupledMixedFvPatchScalarField::write
os.writeKeyword("Tnbr")<< TnbrName_ << token::END_STATEMENT << nl; os.writeKeyword("Tnbr")<< TnbrName_ << token::END_STATEMENT << nl;
os.writeKeyword("QrNbr")<< QrNbrName_ << token::END_STATEMENT << nl; os.writeKeyword("QrNbr")<< QrNbrName_ << token::END_STATEMENT << nl;
os.writeKeyword("Qr")<< QrName_ << 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); thicknessLayers_.writeEntry("thicknessLayers", os);
kappaLayers_.writeEntry("kappaLayers", os); kappaLayers_.writeEntry("kappaLayers", os);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment