52 int main(
int argc,
char *argv[])
59 #include "initContinuityErrs.H" 60 #include "createControl.H" 64 #include "createFields.H" 74 IOobject::READ_IF_PRESENT,
81 #include "correctPhi.H" 88 #include "CourantNo.H" 89 #include "setInitialDeltaT.H" 93 Info<<
"\nStarting time loop\n" <<
endl;
97 #include "readControls.H" 101 #include "setRDeltaT.H" 105 #include "CourantNo.H" 106 #include "alphaCourantNo.H" 107 #include "setDeltaT.H" 112 Info<<
"Time = " << runTime.timeName() <<
nl <<
endl;
119 scalar timeBeforeMeshUpdate = runTime.elapsedCpuTime();
125 Info<<
"Execution time for mesh.update() = " 126 << runTime.elapsedCpuTime() - timeBeforeMeshUpdate
138 #include "correctPhi.H" 152 #include "alphaControls.H" 153 #include "alphaEqnSubCycle.H" 173 Info<<
"ExecutionTime = " << runTime.elapsedCpuTime() <<
" s" 174 <<
" ClockTime = " << runTime.elapsedClockTime() <<
" s" autoPtr< compressible::turbulenceModel > turbulence
const dictionary & pimple
Ostream & endl(Ostream &os)
Add newline and flush stream.
const surfaceScalarField & ghf
GeometricField< scalar, fvPatchField, volMesh > volScalarField
Creates and initialises the velocity velocity field Uf.
const dimensionedVector & g
Info<< "Reading field p_rgh\n"<< endl;volScalarField p_rgh(IOobject("p_rgh", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);Info<< "Reading field U\n"<< endl;volVectorField U(IOobject("U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);Info<< "Creating phaseChangeTwoPhaseMixture\n"<< endl;autoPtr< phaseChangeTwoPhaseMixture > mixture
Calculates and outputs the mean and maximum Courant Numbers.
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
const volScalarField & gh
const dimensionSet dimTime(0, 0, 1, 0, 0, 0, 0)
Execute application functionObjects to post-process existing results.
void makeRelative(surfaceScalarField &phi, const volVectorField &U)
Make the given flux relative.
Provides functions smooth spread and sweep which use the FaceCellWave algorithm to smooth and redistr...
Read the control parameters used by setDeltaT.
CMULES: Multidimensional universal limiter for explicit corrected implicit solution.
volScalarField rAU(1.0/UEqn.A())