Rotating wall-velocity condition to be used for a wall rotating with the moving frame in an MRF (multi-reference frame) or SRF (single reference frame) case. More...


Public Member Functions | |
| TypeName ("MRFnoSlip") | |
| Runtime type information. More... | |
| MRFnoSlipFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary. More... | |
| MRFnoSlipFvPatchVectorField (const MRFnoSlipFvPatchVectorField &, const fvPatch &, const DimensionedField< vector, volMesh > &, const fieldMapper &) | |
| Construct by mapping given MRFnoSlipFvPatchVectorField. More... | |
| MRFnoSlipFvPatchVectorField (const MRFnoSlipFvPatchVectorField &)=delete | |
| Disallow copy without setting internal field reference. More... | |
| MRFnoSlipFvPatchVectorField (const MRFnoSlipFvPatchVectorField &, const DimensionedField< vector, volMesh > &) | |
| Copy constructor setting internal field reference. More... | |
| virtual tmp< fvPatchVectorField > | clone (const DimensionedField< vector, volMesh > &iF) const |
| Construct and return a clone setting internal field reference. More... | |
| virtual void | updateCoeffs () |
| Update the coefficients associated with the patch field. More... | |
| virtual void | write (Ostream &) const |
| Write. More... | |
Public Member Functions inherited from MRFPatchField | |
| 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 |
Rotating wall-velocity condition to be used for a wall rotating with the moving frame in an MRF (multi-reference frame) or SRF (single reference frame) case.
SRF cases are simply MRF cases with a single MRF zone which covers the entire domain.
<patchName>
{
type MRFnoSlip;
}
or if the case has several MRF zones the particular zone this patch is in must be named explicitly, e.g.: <patchName>
{
type MRFnoSlip;
MRFZoneName rotor;
}
Definition at line 78 of file MRFnoSlipFvPatchVectorField.H.
| MRFnoSlipFvPatchVectorField | ( | const fvPatch & | p, |
| const DimensionedField< vector, volMesh > & | iF, | ||
| const dictionary & | dict | ||
| ) |
Construct from patch, internal field and dictionary.
Definition at line 32 of file MRFnoSlipFvPatchVectorField.C.
References dict, DimensionedField< Type, GeoMesh, PrimitiveField >::dimensions(), fvPatchField< Type >::operator=(), p, and Foam::Zero.
Referenced by MRFnoSlipFvPatchVectorField::clone().


| MRFnoSlipFvPatchVectorField | ( | const MRFnoSlipFvPatchVectorField & | pvf, |
| const fvPatch & | p, | ||
| const DimensionedField< vector, volMesh > & | iF, | ||
| const fieldMapper & | mapper | ||
| ) |
Construct by mapping given MRFnoSlipFvPatchVectorField.
onto a new patch
Definition at line 56 of file MRFnoSlipFvPatchVectorField.C.
|
delete |
Disallow copy without setting internal field reference.
| MRFnoSlipFvPatchVectorField | ( | const MRFnoSlipFvPatchVectorField & | pvf, |
| const DimensionedField< vector, volMesh > & | iF | ||
| ) |
Copy constructor setting internal field reference.
Definition at line 69 of file MRFnoSlipFvPatchVectorField.C.
| TypeName | ( | "MRFnoSlip" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone setting internal field reference.
Definition at line 124 of file MRFnoSlipFvPatchVectorField.H.
References MRFnoSlipFvPatchVectorField::MRFnoSlipFvPatchVectorField().

|
virtual |
Update the coefficients associated with the patch field.
Definition at line 82 of file MRFnoSlipFvPatchVectorField.C.
References Foam::fvc::makeAbsolute(), fvPatchField< Type >::operator=(), and Foam::Zero.

|
virtual |
Write.
Definition at line 96 of file MRFnoSlipFvPatchVectorField.C.
References MRFPatchField::write(), fvPatchField< Type >::write(), and Foam::writeEntry().
