Added the field name to the creation of "mut".

This commit is contained in:
henry
2009-12-08 15:08:22 +00:00
parent e017ff6606
commit d92ea78c11

View File

@ -161,7 +161,18 @@ LaunderSharmaKE::LaunderSharmaKE
mesh_
),
mut_(rho_*Cmu_*fMu()*sqr(k_)/(epsilon_ + epsilonSmall_)),
mut_
(
IOobject
(
"mut",
runTime_.timeName(),
mesh_,
IOobject::MUST_READ,
IOobject::AUTO_WRITE
),
rho_*Cmu_*fMu()*sqr(k_)/(epsilon_ + epsilonSmall_)
),
alphat_
(