Skip to content
Snippets Groups Projects
Commit 46da755a authored by Andrew Heather's avatar Andrew Heather
Browse files

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

parent 249dd499
Branches
Tags
No related merge requests found
...@@ -111,7 +111,7 @@ Foam::Ostream& Foam::operator<< ...@@ -111,7 +111,7 @@ Foam::Ostream& Foam::operator<<
{ {
os << static_cast<const EquationOfState&>(pt) << tab os << static_cast<const EquationOfState&>(pt) << tab
<< pt.Hf_/pt.W() << tab << pt.Hf_/pt.W() << tab
<< pt.Sf_ << tab << pt.Sf_/pt.W() << tab
<< "cpPolynomial" << tab << pt.cpPolynomial_/pt.W(); << "cpPolynomial" << tab << pt.cpPolynomial_/pt.W();
os.check os.check
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment