Bugfix: missing rho on dev(P). Jens Truemner
This commit is contained in:
parent
c95d600135
commit
9884d6f9c0
1 changed files with 1 additions and 1 deletions
|
@ -446,7 +446,7 @@ void LaunderGibsonRSTM::correct()
|
|||
// Change for consistency with Fluent implementation.
|
||||
// Emil Baric, NUMAP-FOAM 2011
|
||||
// HJ, 13/Dec/2011
|
||||
- Clg2_*(dev(P) - dev(C))
|
||||
- Clg2_*(rho_*dev(P) - dev(C))
|
||||
|
||||
// wall reflection terms
|
||||
+ symm
|
||||
|
|
Reference in a new issue