mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
reactingTwoPhaseEulerFoam: Construct MRF and fvOptions in phaseSystem
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user