Skip to content
Snippets Groups Projects
Commit 2738c6b9 authored by sergio's avatar sergio
Browse files

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

parent 47355f43
Branches
Tags
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment