Go to the source code of this file.
|
| Info<< "Reading thermophysical properties\n"<< endl;autoPtr< fluidThermo > | pThermo (fluidThermo::New(mesh)) |
| |
| thermo | validate (args.executable(), "h", "e") |
| |
| volScalarField | rho (IOobject("rho", runTime.name(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), thermo.renameRho()) |
| |
| Info<< "Reading field U\n"<< endl;volVectorField U(IOobject("U", runTime.name(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);pressureReference pressureReference(p, simple.dict(), thermo.incompressible());mesh.schemes().setFluxRequired(p.name());Info<< "Creating turbulence model\n"<< endl;autoPtr< compressible::momentumTransportModel > | turbulence (compressible::momentumTransportModel::New(rho, U, phi, thermo)) |
| |
| Info<< "Creating thermophysical transport model\n"<< endl;autoPtr< fluidThermoThermophysicalTransportModel > | thermophysicalTransport (fluidThermoThermophysicalTransportModel::New(turbulence(), thermo)) |
| |
◆ pThermo()
| Info<< "Reading thermophysical properties\n" << endl;autoPtr<fluidThermo> pThermo |
( |
fluidThermo::New(mesh) |
| ) |
|
◆ validate()
| thermo validate |
( |
args. |
executable(), |
|
|
"h" |
, |
|
|
"e" |
|
|
) |
| |
◆ rho()
| volScalarField rho |
( |
IOobject("rho", runTime.name(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE) |
, |
|
|
thermo. |
renameRho() |
|
) |
| |
◆ turbulence()
| Info<< "Reading field U\n" << endl;volVectorField U( IOobject ( "U", runTime.name(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE ), mesh);pressureReference pressureReference( p, simple.dict(), thermo.incompressible());mesh.schemes().setFluxRequired(p.name());Info<< "Creating turbulence model\n" << endl;autoPtr<compressible::momentumTransportModel> turbulence |
( |
compressible::momentumTransportModel::New(rho, U, phi, thermo) |
| ) |
|
◆ thermophysicalTransport()
| Info<< "Creating thermophysical transport model\n" << endl;autoPtr<fluidThermoThermophysicalTransportModel> thermophysicalTransport |
( |
fluidThermoThermophysicalTransportModel::New(turbulence(), thermo) |
| ) |
|
◆ thermo
| volScalarField& p = thermo.p() |
◆ initialMass
| dimensionedScalar initialMass = fvc::domainIntegrate(rho) |