diff --git a/src/regionModels/thermoBaffleModels/derivedFvPatchFields/temperatureThermoBaffle/temperatureThermoBaffleFvPatchScalarField.C b/src/regionModels/thermoBaffleModels/derivedFvPatchFields/temperatureThermoBaffle/temperatureThermoBaffleFvPatchScalarField.C index d091336cc0..496765d321 100644 --- a/src/regionModels/thermoBaffleModels/derivedFvPatchFields/temperatureThermoBaffle/temperatureThermoBaffleFvPatchScalarField.C +++ b/src/regionModels/thermoBaffleModels/derivedFvPatchFields/temperatureThermoBaffle/temperatureThermoBaffleFvPatchScalarField.C @@ -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; + } }