Skip to content
Snippets Groups Projects
Commit 0f94c221 authored by Henry Weller's avatar Henry Weller
Browse files

reactingTwoPhaseEulerFoam: Minor reorganization

parent acfe44ea
Branches
Tags
No related merge requests found
#include "CourantNo.H"
#include "CourantNo.H"
{
scalar UrCoNum = 0.5*gMax
......
......@@ -71,3 +71,6 @@
pRefCell,
pRefValue
);
const IOMRFZoneList& MRF = fluid.MRF();
fv::IOoptionList& fvOptions = fluid.fvOptions();
......@@ -41,6 +41,8 @@ SourceFiles
#include "phaseModel.H"
#include "phasePair.H"
#include "orderedPhasePair.H"
#include "HashPtrTable.H"
#include "IOMRFZoneList.H"
#include "fvIOoptionList.H"
......
......@@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Application
twoPhaseEulerFoam
reactingTwoPhaseEulerFoam
Description
Solver for a system of 2 compressible fluid phases with a common pressure,
......@@ -36,9 +36,8 @@ Description
#include "fvCFD.H"
#include "twoPhaseSystem.H"
#include "PhaseCompressibleTurbulenceModel.H"
#include "pimpleControl.H"
#include "fixedFluxPressureFvPatchScalarField.H"
#include "HashPtrTable.H"
#include "pimpleControl.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
......@@ -72,9 +71,6 @@ int main(int argc, char *argv[])
#include "pUf/createDDtU.H"
const IOMRFZoneList& MRF = fluid.MRF();
fv::IOoptionList& fvOptions = fluid.fvOptions();
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Info<< "\nStarting time loop\n" << endl;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment