62 #include "turbulentFluidThermoModel.H"
63 #include "turbulentTransportModel.H"
64 #include "basicThermoCloud.H"
68 int main(
int argc,
char *argv[])
71 #include "postProcess.H"
73 #include "setRootCase.H"
74 #include "createTime.H"
75 #include "createMesh.H"
79 #include "createTimeControls.H"
87 scalar meanCoNum = 0.0;
89 Info<<
"\nStarting time loop\n" << endl;
112 #include "readTimeControls.H"
118 Info<<
"Time = " << runTime.timeName() << nl << endl;
133 if (
p.needReference())
135 p += dimensionedScalar
139 pRefValue - getRefCellValue(
p, pRefCell)
145 Info<<
"ExecutionTime = " << runTime.elapsedCpuTime() <<
" s"
146 <<
" ClockTime = " << runTime.elapsedClockTime() <<
" s"
153 Info<<
"End\n" << endl;
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)
Reset the timestep to maintain a constant maximum courant Number. Reduction of time-step is immediate...
Solver for unsteady 3D turbulent flow of incompressible fluid governed by quasi-hydrodynamic dynamic ...
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.