1 Info<<
"Reading thermophysical properties\n" <<
endl;
19 IOobject::READ_IF_PRESENT,
41 pressureReference pressureReference
48 mesh.schemes().setFluxRequired(
p.name());
50 Info<<
"Creating turbulence model\n" <<
endl;
62 Info<<
"Creating thermophysical transport model\n" <<
endl;
const word & executable() const
Name of executable without the path.
Creates and initialises the face-flux field phi.
simpleControl simple(mesh)
Info<< "Creating thermophysical transport model\n"<< endl;turbulenceThermophysicalTransportModels::unityLewisEddyDiffusivity< RASThermophysicalTransportModel< ThermophysicalTransportModel< compressibleMomentumTransportModel, fluidThermo > >> thermophysicalTransport(turbulence(), thermo, true)
dimensionedScalar initialMass
autoPtr< CompressibleMomentumTransportModel > New(const volScalarField &rho, const volVectorField &U, const surfaceScalarField &phi, const viscosity &viscosity)
dimensioned< Type > domainIntegrate(const VolField< Type > &vf)
VolField< vector > volVectorField
Ostream & endl(Ostream &os)
Add newline and flush stream.
VolField< scalar > volScalarField
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
Foam::argList args(argc, argv)
autoPtr< incompressible::momentumTransportModel > turbulence(incompressible::momentumTransportModel::New(U, phi, viscosity))
volScalarField rho(IOobject("rho", runTime.name(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE), thermo.renameRho())
volVectorField U(IOobject("U", runTime.name(), mesh, IOobject::NO_READ, IOobject::NO_WRITE), mesh, dimensionedVector(dimVelocity, Zero))
fluidMulticomponentThermo & thermo
Info<< "Reading thermophysical properties\n"<< endl;autoPtr< fluidMulticomponentThermo > pThermo(fluidMulticomponentThermo::New(mesh))