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);
|
||||
Ta_.writeEntry("Ta", os);
|
||||
os.writeKeyword("thicknessLayers")<< thicknessLayers_
|
||||
<< token::END_STATEMENT << nl;
|
||||
os.writeKeyword("kappaLayers")<< kappaLayers_
|
||||
<< token::END_STATEMENT << nl;
|
||||
thicknessLayers_.writeEntry("thicknessLayers", os);
|
||||
kappaLayers_.writeEntry("kappaLayers", os);
|
||||
break;
|
||||
}
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user