Public Member Functions | |
MRFZoneListDF (const fvMesh &mesh, const dictionary &dict) | |
~MRFZoneListDF () | |
bool | active (const bool warn=false) const |
void | reset (const dictionary &dict) |
tmp< volVectorField > | DDt (const volVectorField &U) const |
tmp< volVectorField > | DDt (const volScalarField &rho, const volVectorField &U) const |
void | makeRelative (volVectorField &U) const |
void | makeRelative (surfaceScalarField &phi) const |
tmp< surfaceScalarField > | relative (const tmp< surfaceScalarField > &phi) const |
tmp< FieldField< fvsPatchField, scalar > > | relative (const tmp< FieldField< fvsPatchField, scalar >> &tphi) const |
tmp< Field< scalar > > | relative (const tmp< Field< scalar >> &tphi, const label patchi) const |
void | makeRelative (const surfaceScalarField &rho, surfaceScalarField &phi) const |
void | correctBoundaryVelocity (volVectorField &U) const |
const scalar & | getOmegaRef () const |
Protected Attributes | |
const fvMesh & | mesh_ |
Friends | |
Ostream & | operator<< (Ostream &os, const MRFZoneListDF &models) |
Definition at line 55 of file MRFZoneListDF.H.
MRFZoneListDF | ( | const fvMesh & | mesh, |
const dictionary & | dict | ||
) |
Definition at line 40 of file MRFZoneListDF.C.
References MRFZoneListDF::active(), and MRFZoneListDF::reset().
~MRFZoneListDF | ( | ) |
Definition at line 53 of file MRFZoneListDF.C.
bool active | ( | const bool | warn = false | ) | const |
Definition at line 59 of file MRFZoneListDF.C.
References forAll().
Referenced by MRFZoneListDF::MRFZoneListDF().
void reset | ( | const dictionary & | dict | ) |
Definition at line 75 of file MRFZoneListDF.C.
Referenced by DASolver::calcdRdBCTPsiAD(), and MRFZoneListDF::MRFZoneListDF().
Foam::tmp< Foam::volVectorField > DDt | ( | const volVectorField & | U | ) | const |
Definition at line 120 of file MRFZoneListDF.C.
Referenced by DAResidualSimpleFoam::calcResiduals(), DAResidualSimpleTFoam::calcResiduals(), DAResidualTurboFoam::calcResiduals(), and DAResidualRhoSimpleFoam::calcResiduals().
Foam::tmp< Foam::volVectorField > DDt | ( | const volScalarField & | rho, |
const volVectorField & | U | ||
) | const |
Definition at line 141 of file MRFZoneListDF.C.
void makeRelative | ( | volVectorField & | U | ) | const |
Definition at line 148 of file MRFZoneListDF.C.
Referenced by DAResidualSimpleFoam::calcResiduals(), DAResidualSimpleTFoam::calcResiduals(), DAResidualTurboFoam::calcResiduals(), and DAResidualRhoSimpleFoam::calcResiduals().
void makeRelative | ( | surfaceScalarField & | phi | ) | const |
Foam::tmp< Foam::surfaceScalarField > relative | ( | const tmp< surfaceScalarField > & | phi | ) | const |
Definition at line 164 of file MRFZoneListDF.C.
Foam::tmp< Foam::FieldField< Foam::fvsPatchField, Foam::scalar > > relative | ( | const tmp< FieldField< fvsPatchField, scalar >> & | tphi | ) | const |
Definition at line 175 of file MRFZoneListDF.C.
Foam::tmp< Foam::Field< Foam::scalar > > relative | ( | const tmp< Field< scalar >> & | tphi, |
const label | patchi | ||
) | const |
Definition at line 186 of file MRFZoneListDF.C.
void makeRelative | ( | const surfaceScalarField & | rho, |
surfaceScalarField & | phi | ||
) | const |
Definition at line 197 of file MRFZoneListDF.C.
References forAll(), phi, and rho.
void correctBoundaryVelocity | ( | volVectorField & | U | ) | const |
Definition at line 207 of file MRFZoneListDF.C.
Referenced by DAResidualSimpleFoam::updateIntermediateVariables(), DAResidualSimpleTFoam::updateIntermediateVariables(), DAResidualTurboFoam::updateIntermediateVariables(), and DAResidualRhoSimpleFoam::updateIntermediateVariables().
const Foam::scalar & getOmegaRef | ( | ) | const |
Definition at line 215 of file MRFZoneListDF.C.
References forAll().
|
friend |
|
protected |
Definition at line 70 of file MRFZoneListDF.H.