mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Updated BC write for temperatureThermoBaffle
This commit is contained in:
@ -215,8 +215,14 @@ void temperatureThermoBaffleFvPatchScalarField::write(Ostream& os) const
|
|||||||
os.writeKeyword(word(thermoModel + "Coeffs"));
|
os.writeKeyword(word(thermoModel + "Coeffs"));
|
||||||
os << dict_.subDict(thermoModel + "Coeffs") << nl;
|
os << dict_.subDict(thermoModel + "Coeffs") << nl;
|
||||||
|
|
||||||
|
os.writeKeyword("thermoType");
|
||||||
|
os << dict_.subDict("thermoType") << nl;
|
||||||
|
|
||||||
os.writeKeyword("mixture");
|
os.writeKeyword("mixture");
|
||||||
os << dict_.subDict("mixture") << nl;
|
os << dict_.subDict("mixture") << nl;
|
||||||
|
|
||||||
|
os.writeKeyword("radiation");
|
||||||
|
os << dict_.subDict("radiation") << nl;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user