26Info <<
"Reading thermophysical properties\n" << endl;
28pThermo = autoPtr<fluidThermo>
30 fluidThermo::New(
mesh)
35thermo.validate(args.executable(),
"h",
"e");
37_p = autoPtr<volScalarField>
39 new volScalarField(
thermo.p())
42volScalarField&
p =
_p();
46_p0 = autoPtr<volScalarField>
48 new volScalarField(
p0)
51_rho = autoPtr<volScalarField>
60 IOobject::READ_IF_PRESENT,
73 new volScalarField(
rho0)
76_E = autoPtr<volScalarField>
78 new volScalarField(
thermo.he())
83_E0 = autoPtr<volScalarField>
85 new volScalarField(
E0)
88Info <<
"Reading field U\n" << endl;
89_U = autoPtr<volVectorField>
104volVectorField&
U = _U();
108_U0 = autoPtr<volVectorField>
110 new volVectorField(
U0)
124Info <<
"Creating turbulence model\n" << endl;
126turbulence = autoPtr<compressible::turbulenceModel>
128 compressible::turbulenceModel::New
139 new dimensionedScalar(fvc::domainIntegrate(
rho))
144 new IOMRFZoneList(
mesh)
149 new volScalarField(
thermo.psi())
pressureControl & pressureControl
simpleControl simple(mesh)
volScalarField p0(thermo.p())