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"
124 PyObject* pyOptions);
autoPtr< dimensionedScalar > PrtPtr_
Turbulence Prandtl pointer.
autoPtr< surfaceScalarField > phiPtr_
surface flux field pointer
label pRefCell_
pressure referefence cell id
autoPtr< volScalarField > TPtr_
temperature field pointer
label hasFvSource_
whether to have fvSource term
autoPtr< volVectorField > fvSourcePtr_
fvSource term
DAPimpleFoam(char *argsAll, PyObject *pyOptions)
label reduceIOWriteMesh_
whether to write mesh for the reduceIO
label IOInterval_
the primal IO interval
virtual label solveAdjointFP(Vec dFdW, Vec psi)
solve the adjoint equation using the fixed-point iteration method
scalar cumulativeContErr_
continuity error
scalar calcAdjointResiduals(const double *psi, const double *dFdW, double *adjRes)
autoPtr< dimensionedScalar > PrPtr_
Prandtl number pointer.
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.
virtual label solvePrimal()
solve the primal equations
autoPtr< volScalarField > alphatPtr_
thermal diffusivity field pointer
autoPtr< singlePhaseTransportModel > laminarTransportPtr_
laminar transport properties pointer
autoPtr< volVectorField > UPtr_
velocity field pointer
label hasTField_
whether to have the temperature field
autoPtr< volScalarField > pPtr_
pressure field pointer
const volScalarField & psi