Skip to content
Snippets Groups Projects
Commit af17182b authored by Henry's avatar Henry
Browse files

LaunderSharmaKE: Minor clean-up

parent 5d4480e7
No related branches found
No related tags found
No related merge requests found
...@@ -320,7 +320,6 @@ void LaunderSharmaKE::correct() ...@@ -320,7 +320,6 @@ void LaunderSharmaKE::correct()
C1_*G*epsilon_/k_ C1_*G*epsilon_/k_
- fvm::SuSp(((2.0/3.0)*C1_ + C3_)*rho_*divU, epsilon_) - fvm::SuSp(((2.0/3.0)*C1_ + C3_)*rho_*divU, epsilon_)
- fvm::Sp(C2_*f2()*rho_*epsilon_/k_, epsilon_) - fvm::Sp(C2_*f2()*rho_*epsilon_/k_, epsilon_)
//+ 0.75*1.5*flameKproduction*epsilon_/k_
+ E + E
); );
...@@ -340,7 +339,6 @@ void LaunderSharmaKE::correct() ...@@ -340,7 +339,6 @@ void LaunderSharmaKE::correct()
== ==
G - fvm::SuSp(2.0/3.0*rho_*divU, k_) G - fvm::SuSp(2.0/3.0*rho_*divU, k_)
- fvm::Sp(rho_*(epsilon_ + D)/k_, k_) - fvm::Sp(rho_*(epsilon_ + D)/k_, k_)
//+ flameKproduction
); );
kEqn().relax(); kEqn().relax();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment