BUG: Corrected Hf and Sf units for hPoly thermo on write mkII

This commit is contained in:
andy
2010-10-15 15:18:33 +01:00
parent 249dd49908
commit 46da755afe

View File

@ -111,7 +111,7 @@ Foam::Ostream& Foam::operator<<
{
os << static_cast<const EquationOfState&>(pt) << tab
<< pt.Hf_/pt.W() << tab
<< pt.Sf_ << tab
<< pt.Sf_/pt.W() << tab
<< "cpPolynomial" << tab << pt.cpPolynomial_/pt.W();
os.check