Go to the documentation of this file.
33 #ifndef DAPimpleFoam_H
34 #define DAPimpleFoam_H
37 #include "addToRunTimeSelectionTable.H"
38 #include "singlePhaseTransportModel.H"
39 #include "turbulentTransportModel.H"
108 PyObject* pyOptions);
autoPtr< surfaceScalarField > phiPtr_
surface flux field pointer
label pRefCell_
pressure referefence cell id
label hasFvSource_
whether to have fvSource term
autoPtr< volVectorField > fvSourcePtr_
fvSource term
DAPimpleFoam(char *argsAll, PyObject *pyOptions)
word mode_
whether the hybrid adjoint or time accurate adjoint is active
virtual label solvePrimal(const Vec xvVec, Vec wVec)
solve the primal equations
scalar cumulativeContErr_
continuity error
virtual void initSolver()
initialize fields and variables
autoPtr< pimpleControlDF > pimplePtr_
pimple pointer
autoPtr< DATurbulenceModel > daTurbulenceModelPtr_
DATurbulenceModel pointer.
autoPtr< incompressible::turbulenceModel > turbulencePtr_
turbulence pointer
scalar pRefValue_
pressure reference value
autoPtr< DAFvSource > daFvSourcePtr_
DASource pointer.
autoPtr< singlePhaseTransportModel > laminarTransportPtr_
laminar transport properties pointer
autoPtr< volVectorField > UPtr_
velocity field pointer
autoPtr< volScalarField > pPtr_
pressure field pointer