33 namespace compressible
45 void oneEqEddy::updateSubGridScaleFields()
47 muSgs_ = ck_*
rho()*
sqrt(k_)*delta();
48 muSgs_.correctBoundaryConditions();
50 alphaSgs_ = muSgs_/Prt_;
51 alphaSgs_.correctBoundaryConditions();
65 LESModel(typeName, rho, U, phi, thermoPhysicalModel),
78 updateSubGridScaleFields();
111 updateSubGridScaleFields();
115 bool oneEqEddy::read()
117 if (GenEddyVisc::read())
119 ck_.readIfPresent(coeffDict());