Skip to content
Snippets Groups Projects
Commit 7bc4ec57 authored by Henry's avatar Henry
Browse files

constTransport: Correct kappa

parent 88b6f63b
Branches
Tags
No related merge requests found
......@@ -111,7 +111,7 @@ inline Foam::scalar Foam::constTransport<Thermo>::kappa
const scalar T
) const
{
return this->Cpv(p, T)*mu(p, T)*rPr_;
return this->Cp(p, T)*mu(p, T)*rPr_;
}
......
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