35 namespace incompressible
54 RASModel(typeName, U, phi, lamTransportModel),
121 Rt_(
sqr(k_)/(
nu()*epsilon_)),
126 *(scalar(1) + 20.5/(Rt_ + SMALL))
142 nut_ = Cmu_*fMu_*
sqr(k_)/(epsilon_ + epsilonSmall_);
143 nut_.correctBoundaryConditions();
204 if (RASModel::read())
239 Rt_ =
sqr(k_)/(
nu()*epsilon_);
242 fMu_ =
sqr(scalar(1) -
exp(-0.0165*Ry))*(scalar(1) + 20.5/(Rt_ + SMALL));
257 -
fvm::Sp(C2_*f2*epsilon_/k_, epsilon_)
282 nut_ == Cmu_*fMu_*
sqr(k_)/epsilon_;