reactingTwoPhaseEulerFoam: Minor reorganization

This commit is contained in:
Henry Weller
2015-06-25 22:43:22 +01:00
parent 5d3d40392f
commit 4d6823c3eb
4 changed files with 8 additions and 7 deletions

View File

@ -1,4 +1,4 @@
#include "CourantNo.H"
#include "CourantNo.H"
{
scalar UrCoNum = 0.5*gMax

View File

@ -71,3 +71,6 @@
pRefCell,
pRefValue
);
const IOMRFZoneList& MRF = fluid.MRF();
fv::IOoptionList& fvOptions = fluid.fvOptions();

View File

@ -41,6 +41,8 @@ SourceFiles
#include "phaseModel.H"
#include "phasePair.H"
#include "orderedPhasePair.H"
#include "HashPtrTable.H"
#include "IOMRFZoneList.H"
#include "fvIOoptionList.H"

View File

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