33 namespace compressible
45 void lowReOneEqEddy::updateSubGridScaleFields()
48 muSgs_ = ck_*
rho()*
sqrt(k_)*delta();
51 muSgs_ -= (
mu()/beta_)*(scalar(1) -
exp(-beta_*muSgs_/
mu()));
52 muSgs_.correctBoundaryConditions();
54 alphaSgs_ = muSgs_/Prt_;
55 alphaSgs_.correctBoundaryConditions();
61 lowReOneEqEddy::lowReOneEqEddy
69 LESModel(typeName, rho, U, phi, thermoPhysicalModel),
91 updateSubGridScaleFields();
121 updateSubGridScaleFields();
125 bool lowReOneEqEddy::read()
127 if (GenEddyVisc::read())
129 ck_.readIfPresent(coeffDict());
130 beta_.readIfPresent(coeffDict());