mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
twoPhaseEulerFoam: Now in fully-conservative form
This commit is contained in:
@ -146,7 +146,7 @@ void Foam::diameterModels::IATE::correct()
|
||||
residualAlpha_
|
||||
)
|
||||
)
|
||||
*(fvc::ddt(phase_) + fvc::div(phase_.phiAlpha()))
|
||||
*(fvc::ddt(phase_) + fvc::div(phase_.alphaPhi()))
|
||||
);
|
||||
|
||||
// Accumulate the run-time selectable sources
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
========= |
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration |
|
||||
\\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation
|
||||
\\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
@ -26,7 +26,7 @@ License
|
||||
#include "IATEsource.H"
|
||||
#include "twoPhaseSystem.H"
|
||||
#include "fvMatrix.H"
|
||||
#include "PhaseIncompressibleTurbulenceModel.H"
|
||||
#include "PhaseCompressibleTurbulenceModel.H"
|
||||
#include "uniformDimensionedFields.H"
|
||||
|
||||
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
|
||||
|
||||
Reference in New Issue
Block a user