reactingTwoPhaseEulerFoam: Construct MRF and fvOptions in phaseSystem

This commit is contained in:
Henry Weller
2015-06-25 19:22:47 +01:00
parent 550ba440fd
commit 0f8d7e677d
15 changed files with 68 additions and 68 deletions

View File

@ -164,7 +164,7 @@ void Foam::MRFZoneList::addAcceleration
Foam::tmp<Foam::volVectorField> Foam::MRFZoneList::DDt
(
const volVectorField& U
)
) const
{
tmp<volVectorField> tacceleration
(
@ -195,7 +195,7 @@ Foam::tmp<Foam::volVectorField> Foam::MRFZoneList::DDt
(
const volScalarField& rho,
const volVectorField& U
)
) const
{
return rho*DDt(U);
}

View File

@ -114,14 +114,14 @@ public:
tmp<volVectorField> DDt
(
const volVectorField& U
);
) const;
//- Return the frame acceleration
tmp<volVectorField> DDt
(
const volScalarField& rho,
const volVectorField& U
);
) const;
//- Make the given absolute velocity relative within the MRF region
void makeRelative(volVectorField& U) const;