mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: #1419 writing kappaLayers and thicknessLayers write out
This commit is contained in:
@ -345,10 +345,8 @@ void Foam::externalWallHeatFluxTemperatureFvPatchScalarField::write
|
|||||||
{
|
{
|
||||||
h_.writeEntry("h", os);
|
h_.writeEntry("h", os);
|
||||||
Ta_.writeEntry("Ta", os);
|
Ta_.writeEntry("Ta", os);
|
||||||
os.writeKeyword("thicknessLayers")<< thicknessLayers_
|
thicknessLayers_.writeEntry("thicknessLayers", os);
|
||||||
<< token::END_STATEMENT << nl;
|
kappaLayers_.writeEntry("kappaLayers", os);
|
||||||
os.writeKeyword("kappaLayers")<< kappaLayers_
|
|
||||||
<< token::END_STATEMENT << nl;
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user