BUG: #1419 writing kappaLayers and thicknessLayers write out
This commit is contained in:
parent
afda83faa5
commit
072ec5ad9b
1 changed files with 2 additions and 4 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue