63 #include "turbulentFluidThermoModel.H"
64 #include "turbulentTransportModel.H"
70 int main(
int argc,
char *argv[])
73 #include "postProcess.H"
75 #include "setRootCase.H"
76 #include "createTime.H"
77 #include "createMesh.H"
81 #include "createTimeControls.H"
89 scalar meanCoNum = 0.0;
91 Info<<
"\nStarting time loop\n" << endl;
114 #include "readTimeControls.H"
120 Info<<
"Time = " << runTime.timeName() << nl << endl;
131 if (
p.needReference())
133 p += dimensionedScalar
137 pRefValue - getRefCellValue(
p, pRefCell)
143 Info<<
"ExecutionTime = " << runTime.elapsedCpuTime() <<
" s"
144 <<
" ClockTime = " << runTime.elapsedClockTime() <<
" s"
151 Info<<
"End\n" << endl;
Calculates the mean and maximum wave speed based Courant Numbers.
Updates fluxes for continuity equation.
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...
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.
Creates the face fields: linear interpolation of fields from volumes to face centers.
Creates the face-flux fields.