fix mixture density to pure composition density
This commit is contained in:
parent
86b85b3eef
commit
4354360884
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ inline Foam::scalar Foam::Particle::fTrans(const scalar rSc)
|
|||
inline Foam::scalar Foam::Particle::lambda(const scalar mu, const scalar D, const scalar Zrot, const GasState &state)
|
||||
const
|
||||
{
|
||||
const scalar fVib = state.rho() * D / mu;
|
||||
const scalar fVib = thermo_.rho(state.p(),state.T()) * D / mu;
|
||||
|
||||
const scalar A = 5./2. - fVib;
|
||||
const scalar B = Zrot + (2./pi) * ((5./3.)*CvRot()/R() + fVib);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue