Skip to content
Snippets Groups Projects
Commit 4b1b443f authored by sergio's avatar sergio
Browse files

BUG: Fixing omega generation term. Made consistent with k production

term
parent 785adf04
Branches
Tags
No related merge requests found
......@@ -388,7 +388,7 @@ void kOmegaSSTSAS::correct(const tmp<volTensorField>& gradU)
- fvm::Sp(fvc::div(phi()), omega_)
- fvm::laplacian(DomegaEff(F1), omega_)
==
gamma(F1)*0.5*S2
gamma(F1)*S2
- fvm::Sp(beta(F1)*omega_, omega_)
- fvm::SuSp // cross diffusion term
(
......
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