BUG: Updated BC write for temperatureThermoBaffle

This commit is contained in:
andy 2012-10-16 10:57:32 +01:00
parent 4c41f8ade4
commit 359cd57e5d

View File

@ -215,9 +215,15 @@ void temperatureThermoBaffleFvPatchScalarField::write(Ostream& os) const
os.writeKeyword(word(thermoModel + "Coeffs"));
os << dict_.subDict(thermoModel + "Coeffs") << nl;
os.writeKeyword("thermoType");
os << dict_.subDict("thermoType") << nl;
os.writeKeyword("mixture");
os << dict_.subDict("mixture") << nl;
}
os.writeKeyword("radiation");
os << dict_.subDict("radiation") << nl;
}
}