momentumTransportModels::lambdaThixotropic: removed calcNu call during construction

to avoid dependency on data not yet available.
This commit is contained in:
Henry Weller
2023-05-31 23:21:58 +01:00
parent 0d9438e3c6
commit 22ec4b7d6d

View File

@ -96,10 +96,11 @@ lambdaThixotropic<BasicMomentumTransportModel>::lambdaThixotropic
this->groupName(typedName("nu")),
this->runTime_.name(),
this->mesh_,
IOobject::NO_READ,
IOobject::READ_IF_PRESENT,
IOobject::AUTO_WRITE
),
calcNu(strainRate())
this->mesh_,
nu0_
)
{}