mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Making consistent the epsilon Ew with the standard kEpsilon model
This commit is contained in:
@ -317,7 +317,8 @@ void LaunderSharmaKE::correct()
|
||||
- fvm::Sp(fvc::ddt(rho_) + fvc::div(phi_), epsilon_)
|
||||
- fvm::laplacian(DepsilonEff(), epsilon_)
|
||||
==
|
||||
C1_*G*epsilon_/k_ + fvm::SuSp((C3_ - 2.0/3.0*C1_)*rho_*divU, epsilon_)
|
||||
C1_*G*epsilon_/k_
|
||||
- fvm::SuSp(((2.0/3.0)*C1_ + C3_)*rho_*divU, epsilon_)
|
||||
- fvm::Sp(C2_*f2()*rho_*epsilon_/k_, epsilon_)
|
||||
//+ 0.75*1.5*flameKproduction*epsilon_/k_
|
||||
+ E
|
||||
|
||||
Reference in New Issue
Block a user