Skip to content
Snippets Groups Projects
Commit 04ddc2d4 authored by sergio's avatar sergio Committed by Andrew Heather
Browse files

BUG: correcting fields names

parent 08318727
Branches
Tags
No related merge requests found
...@@ -280,7 +280,7 @@ void turbulentTemperatureCoupledBaffleMixedFvPatchScalarField::write ...@@ -280,7 +280,7 @@ void turbulentTemperatureCoupledBaffleMixedFvPatchScalarField::write
os.writeKeyword("Tnbr")<< TnbrName_ os.writeKeyword("Tnbr")<< TnbrName_
<< token::END_STATEMENT << nl; << token::END_STATEMENT << nl;
thicknessLayers_.writeEntry("thicknessLayers", os); thicknessLayers_.writeEntry("thicknessLayers", os);
thicknessLayers_.writeEntry("kappaLayers", os); kappaLayers_.writeEntry("kappaLayers", os);
temperatureCoupledBase::write(os); temperatureCoupledBase::write(os);
} }
......
...@@ -278,7 +278,7 @@ void turbulentTemperatureRadCoupledMixedFvPatchScalarField::write ...@@ -278,7 +278,7 @@ void turbulentTemperatureRadCoupledMixedFvPatchScalarField::write
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;
thicknessLayers_.writeEntry("thicknessLayers", os); thicknessLayers_.writeEntry("thicknessLayers", os);
thicknessLayers_.writeEntry("kappaLayers", os); kappaLayers_.writeEntry("kappaLayers", os);
temperatureCoupledBase::write(os); temperatureCoupledBase::write(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