Go to the documentation of this file.
33 #ifndef DARhoSimpleFoam_H
34 #define DARhoSimpleFoam_H
37 #include "addToRunTimeSelectionTable.H"
38 #include "fluidThermo.H"
39 #include "turbulentFluidThermoModel.H"
40 #include "simpleControl.H"
41 #include "pressureControl.H"
115 PyObject* pyOptions);
autoPtr< fluidThermo > pThermoPtr_
thermal model
virtual label solvePrimal(const Vec xvVec, Vec wVec)
solve the primal equations
autoPtr< volVectorField > UPtr_
velocity field pointer
autoPtr< DATurbulenceModel > daTurbulenceModelPtr_
DATurbulenceModel pointer.
autoPtr< surfaceScalarField > phiPtr_
surface flux field pointer
TypeName("DARhoSimpleFoam")
autoPtr< volVectorField > fvSourcePtr_
fvSource term
scalar cumulativeContErr_
continuity error
label hasFvSource_
whether to have fvSource term
virtual ~DARhoSimpleFoam()
autoPtr< volScalarField > pPtr_
pressure field pointer
autoPtr< volScalarField > fvSourceEnergyPtr_
fvSource term for the energy equation
virtual void initSolver()
initialize fields and variables
autoPtr< IOMRFZoneListDF > MRFPtr_
MRF pointer.
autoPtr< DAFvSource > daFvSourcePtr_
DASource pointer.
autoPtr< compressible::turbulenceModel > turbulencePtr_
turbulence pointer
dimensionedScalar initialMass_
initial mass
autoPtr< simpleControl > simplePtr_
simple pointer
DARhoSimpleFoam(char *argsAll, PyObject *pyOptions)
autoPtr< pressureControl > pressureControlPtr_
pressure control pointer
autoPtr< volScalarField > rhoPtr_
density field pointer