Feature: new block-coupled k-epsilon model. Robert Keser, FSB
This commit is contained in:
parent
067cc95474
commit
4110ba757d
1 changed files with 1 additions and 2 deletions
|
@ -295,8 +295,7 @@ void coupledKEpsilon::correct()
|
|||
+ fvm::div(phi_, k_)
|
||||
+ fvm::SuSp(-fvc::div(phi_), k_)
|
||||
- fvm::laplacian(DkEff(), k_)
|
||||
+ fvm::Sp(Cmu_*k_/(nut_ + nutSmall), k_)
|
||||
- G
|
||||
+ fvm::SuSp((epsilon_ - G)/k_, k_)
|
||||
);
|
||||
|
||||
kEqn.relax();
|
||||
|
|
Reference in a new issue