Go to the documentation of this file.
61 int main(
int argc,
char *argv[])
90 "transportProperties",
118 #include "createMRF.H"
120 #include "initContinuityErrs.H"
126 Info<<
"\nStarting time loop\n" <<
endl;
130 Info<<
"Time = " << runTime.timeName() <<
nl <<
endl;
147 Info<<
"ExecutionTime = " << runTime.elapsedCpuTime() <<
" s"
148 <<
" ClockTime = " << runTime.elapsedClockTime() <<
" s"
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
autoPtr< BasicCompressibleTurbulenceModel > New(const volScalarField &rho, const volVectorField &U, const surfaceScalarField &phi, const typename BasicCompressibleTurbulenceModel::transportModel &transport, const word &propertiesName)
SIMPLE control class to supply convergence information/checks for the SIMPLE loop.
const dimensionSet dimEnergy
const dimensionSet dimDensity
Ostream & endl(Ostream &os)
Add newline and flush stream.
Simple relative velocity model.
dimensionedScalar rhoCpRef("rhoCpRef", dimDensity *dimEnergy/dimMass/dimTemperature, 1.0)
autoPtr< compressible::turbulenceModel > turbulence
const dimensionSet dimSpecificHeatCapacity(dimGasConstant)
autoPtr< radiation::radiationModel > radiation(radiation::radiationModel::New(T))
volScalarField alphaTimeAverage("alpha", turbulence->nu()/Pr)
Generic dimensioned Type class.
const dimensionSet dimMass(1, 0, 0, 0, 0, 0, 0)
const volScalarField & alphaEff
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
singlePhaseTransportModel laminarTransport(U, phi)
const dictionary & simple
const dimensionSet dimTemperature(0, 0, 0, 1, 0, 0, 0)
virtual void correct()
Correct the laminar viscosity.
int main(int argc, char *argv[])