BUG: Making consistent the epsilon Ew with the standard kEpsilon model

This commit is contained in:
sergio
2012-04-13 17:01:50 +01:00
parent 47355f43e4
commit 2738c6b917

View File

@ -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