MomentumTransportModels: Add missing groups to turbulence fields
Patch contributed by Institute of Fluid Dynamics, Helmholtz-Zentrum Dresden - Rossendorf (HZDR)
This commit is contained in:
@ -176,7 +176,7 @@ LRR<BasicMomentumTransportModel>::LRR
|
||||
(
|
||||
IOobject
|
||||
(
|
||||
"k",
|
||||
IOobject::groupName("k", alphaRhoPhi.group()),
|
||||
this->runTime_.timeName(),
|
||||
this->mesh_,
|
||||
IOobject::NO_READ,
|
||||
@ -188,7 +188,7 @@ LRR<BasicMomentumTransportModel>::LRR
|
||||
(
|
||||
IOobject
|
||||
(
|
||||
"epsilon",
|
||||
IOobject::groupName("epsilon", alphaRhoPhi.group()),
|
||||
this->runTime_.timeName(),
|
||||
this->mesh_,
|
||||
IOobject::MUST_READ,
|
||||
|
||||
@ -178,7 +178,7 @@ LaunderSharmaKE<BasicMomentumTransportModel>::LaunderSharmaKE
|
||||
(
|
||||
IOobject
|
||||
(
|
||||
"k",
|
||||
IOobject::groupName("k", alphaRhoPhi.group()),
|
||||
this->runTime_.timeName(),
|
||||
this->mesh_,
|
||||
IOobject::MUST_READ,
|
||||
@ -191,7 +191,7 @@ LaunderSharmaKE<BasicMomentumTransportModel>::LaunderSharmaKE
|
||||
(
|
||||
IOobject
|
||||
(
|
||||
"epsilon",
|
||||
IOobject::groupName("epsilon", alphaRhoPhi.group()),
|
||||
this->runTime_.timeName(),
|
||||
this->mesh_,
|
||||
IOobject::MUST_READ,
|
||||
|
||||
@ -185,7 +185,7 @@ SSG<BasicMomentumTransportModel>::SSG
|
||||
(
|
||||
IOobject
|
||||
(
|
||||
"k",
|
||||
IOobject::groupName("k", alphaRhoPhi.group()),
|
||||
this->runTime_.timeName(),
|
||||
this->mesh_,
|
||||
IOobject::NO_READ,
|
||||
@ -197,7 +197,7 @@ SSG<BasicMomentumTransportModel>::SSG
|
||||
(
|
||||
IOobject
|
||||
(
|
||||
"epsilon",
|
||||
IOobject::groupName("epsilon", alphaRhoPhi.group()),
|
||||
this->runTime_.timeName(),
|
||||
this->mesh_,
|
||||
IOobject::MUST_READ,
|
||||
|
||||
@ -191,7 +191,7 @@ realizableKE<BasicMomentumTransportModel>::realizableKE
|
||||
(
|
||||
IOobject
|
||||
(
|
||||
"k",
|
||||
IOobject::groupName("k", alphaRhoPhi.group()),
|
||||
this->runTime_.timeName(),
|
||||
this->mesh_,
|
||||
IOobject::MUST_READ,
|
||||
@ -203,7 +203,7 @@ realizableKE<BasicMomentumTransportModel>::realizableKE
|
||||
(
|
||||
IOobject
|
||||
(
|
||||
"epsilon",
|
||||
IOobject::groupName("epsilon", alphaRhoPhi.group()),
|
||||
this->runTime_.timeName(),
|
||||
this->mesh_,
|
||||
IOobject::MUST_READ,
|
||||
|
||||
Reference in New Issue
Block a user