Public Member Functions | |
MRFPatchField () | |
Construct null. More... | |
MRFPatchField (const dictionary &) | |
Construct from dictionary. More... | |
const MRFZone & | MRFzone (const objectRegistry &obr) const |
void | makeAbsolute (fvPatchField< vector > &Up) const |
void | makeRelative (fvPatchField< vector > &Up) const |
void | write (Ostream &) const |
Definition at line 51 of file MRFPatchField.H.
MRFPatchField | ( | ) |
Construct null.
Definition at line 31 of file MRFPatchField.C.
MRFPatchField | ( | const dictionary & | dict | ) |
Construct from dictionary.
Definition at line 35 of file MRFPatchField.C.
const Foam::MRFZone & MRFzone | ( | const objectRegistry & | obr | ) | const |
Definition at line 43 of file MRFPatchField.C.
References Foam::exit(), Foam::FatalError, FatalErrorInFunction, forAll, objectRegistry::lookupObject(), Foam::name(), word::null, and UPtrList< T >::size().
void makeAbsolute | ( | fvPatchField< vector > & | Up | ) | const |
Definition at line 87 of file MRFPatchField.C.
References fvPatchField< Type >::db(), fvPatch::index(), and fvPatchField< Type >::patch().
void makeRelative | ( | fvPatchField< vector > & | Up | ) | const |
Definition at line 93 of file MRFPatchField.C.
References fvPatchField< Type >::db(), fvPatch::index(), and fvPatchField< Type >::patch().
void write | ( | Ostream & | os | ) | const |
Definition at line 99 of file MRFPatchField.C.
References word::null, and Foam::writeEntry().
Referenced by MRFnoSlipFvPatchVectorField::write(), and MRFslipFvPatchVectorField::write().