mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Corrected Hf and Sf units for hPoly thermo on write mkII
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user