constTransport: Correct kappa
This commit is contained in:
parent
c0932d3f80
commit
95211a103e
1 changed files with 1 additions and 1 deletions
|
|
@ -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_;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue