momentumTransportModels::lambdaThixotropic: removed calcNu call during construction
to avoid dependency on data not yet available.
This commit is contained in:
@ -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_
|
||||
)
|
||||
{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user