1 Info<<
"Reading thermophysical properties\n" <<
endl;
28 Info<<
"\nReading field U\n" <<
endl;
45 Info<<
"Creating turbulence model\n" <<
endl;
46 autoPtr<compressible::turbulenceModel>
turbulence 57 Info<<
"Creating field dpdt\n" <<
endl;
70 Info<<
"Creating field kinetic energy K\n" <<
endl;
volVectorField U(IOobject( "U", runTime.timeName(), runTime, IOobject::NO_READ, IOobject::NO_WRITE ), mesh, dimensionedVector("zero", dimVelocity, vector::zero), p.boundaryField().types())
CGAL::Exact_predicates_exact_constructions_kernel K
dimensioned< scalar > magSqr(const dimensioned< Type > &)
Creates and initialises the face-flux field phi.
const dimensionSet dimTime(0, 0, 1, 0, 0, 0, 0)
autoPtr< compressible::turbulenceModel > turbulence
autoPtr< BasicCompressibleTurbulenceModel > New(const volScalarField &rho, const volVectorField &U, const surfaceScalarField &phi, const typename BasicCompressibleTurbulenceModel::transportModel &transport, const word &propertiesName)
Ostream & endl(Ostream &os)
Add newline and flush stream.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
tmp< GeometricField< Type, PatchField, GeoMesh > > T() const
Return transpose (only if it is a tensor field)
Info<< "Reading thermophysical properties\n"<< endl;autoPtr< psiThermo > pThermo(psiThermo::New(mesh))
const word & executable() const
Name of executable without the path.
GeometricField< vector, fvPatchField, volMesh > volVectorField
Foam::argList args(argc, argv)
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.