64 #include "EulerDdtScheme.H"
65 #include "localEulerDdtScheme.H"
66 #include "CrankNicolsonDdtScheme.H"
68 #include "pimpleControl.H"
69 #include "fvOptions.H"
70 #include "CorrectPhi.H"
71 #include "localEulerDdtScheme.H"
72 #include "fvcSmooth.H"
74 #include "turbulentTransportModel.H"
75 #include "turbulentFluidThermoModel.H"
79 int main(
int argc,
char* argv[])
82 #include "postProcess.H"
83 #include "setRootCase.H"
84 #include "createTime.H"
85 #include "createMesh.H"
89 #include "createTimeControls.H"
90 pimpleControl pimple(mesh);
95 scalar meanCoNum = 0.0;
96 Info <<
"\nStarting time loop\n" << endl;
117 #include "readTimeControls.H"
121 Info <<
"Time = " << runTime.timeName() << nl << endl;
131 volScalarField& alpha1 =
T;
132 #include "alphaControls.H"
136 if (
p.needReference())
138 p += dimensionedScalar
142 pRefValue - getRefCellValue(
p, pRefCell)
147 Info <<
"ExecutionTime = " << runTime.elapsedCpuTime() <<
" s"
148 <<
" ClockTime = " << runTime.elapsedClockTime() <<
" s"
152 Info <<
"End\n" << endl;
tmp< GeometricField< T, Foam::fvsPatchField, Foam::surfaceMesh > > qgdFlux(const GeometricField< scalar, Foam::fvsPatchField, Foam::surfaceMesh > &flux, const GeometricField< T, Foam::fvPatchField, Foam::volMesh > &psi, const GeometricField< T, Foam::fvsPatchField, Foam::surfaceMesh > &psif, const word fluxName)
Calculates the mean and maximum wave speed based Courant Numbers.
int main(int argc, char *argv[])
volVectorField U(IOobject("U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh)
surfaceScalarField phiTf("phiTf", phi *Tf)
Reset the timestep to maintain a constant maximum courant Number. Reduction of time-step is immediate...
Solves temperature scalar transport equation using MULES (Multidimensional universal limiter for expl...
Info<< "Thermo corrected"<< endl;autoPtr< compressible::turbulenceModel > turbulence
Includation for QHD solver. Equations of state for QHD based on density. Class for fvsc namespace...
Solution of momentum equation for QHD solver.
Solution of continuity equation for QGD solver.