MomentumTransportModels: Add missing groups to turbulence fields

Patch contributed by Institute of Fluid Dynamics,
Helmholtz-Zentrum Dresden - Rossendorf (HZDR)
This commit is contained in:
Will Bainbridge
2021-03-11 17:13:42 +00:00
parent a3c8514870
commit 16b19a3106
4 changed files with 8 additions and 8 deletions

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,