Enables the specification of a fixed value boundary condition using the solid body motion functions. More...


Public Member Functions | |
| TypeName ("rigidBodyMotionDisplacement") | |
| Runtime type information. More... | |
| rigidBodyMotionDisplacementPointPatchVectorField (const pointPatch &, const DimensionedField< vector, pointMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary. More... | |
| rigidBodyMotionDisplacementPointPatchVectorField (const rigidBodyMotionDisplacementPointPatchVectorField &, const pointPatch &, const DimensionedField< vector, pointMesh > &, const fieldMapper &) | |
| Construct by mapping given patchField<vector> onto a new patch. More... | |
| rigidBodyMotionDisplacementPointPatchVectorField (const rigidBodyMotionDisplacementPointPatchVectorField &)=delete | |
| Disallow copy without setting internal field reference. More... | |
| rigidBodyMotionDisplacementPointPatchVectorField (const rigidBodyMotionDisplacementPointPatchVectorField &, const DimensionedField< vector, pointMesh > &) | |
| Copy constructor setting internal field reference. More... | |
| virtual autoPtr< pointPatchField< vector > > | clone (const DimensionedField< vector, pointMesh > &iF) const |
| Construct and return a clone setting internal field reference. More... | |
| const solidBodyMotionFunction & | motion () const |
| Return the fluctuation scale. More... | |
| const pointField & | localPoints0 () const |
| virtual void | updateCoeffs () |
| Update the coefficients associated with the patch field. More... | |
| virtual void | write (Ostream &) const |
| Write. More... | |
Enables the specification of a fixed value boundary condition using the solid body motion functions.
Definition at line 50 of file rigidBodyMotionDisplacementPointPatchVectorField.H.
| rigidBodyMotionDisplacementPointPatchVectorField | ( | const pointPatch & | p, |
| const DimensionedField< vector, pointMesh > & | iF, | ||
| const dictionary & | dict | ||
| ) |
Construct from patch, internal field and dictionary.
Definition at line 38 of file rigidBodyMotionDisplacementPointPatchVectorField.C.
References dict, rigidBodyMotionDisplacementPointPatchVectorField::localPoints0(), and Foam::transformPoints().
Referenced by rigidBodyMotionDisplacementPointPatchVectorField::clone().


| rigidBodyMotionDisplacementPointPatchVectorField | ( | const rigidBodyMotionDisplacementPointPatchVectorField & | ptf, |
| const pointPatch & | p, | ||
| const DimensionedField< vector, pointMesh > & | iF, | ||
| const fieldMapper & | mapper | ||
| ) |
Construct by mapping given patchField<vector> onto a new patch.
Definition at line 61 of file rigidBodyMotionDisplacementPointPatchVectorField.C.
References rigidBodyMotionDisplacementPointPatchVectorField::localPoints0(), and Foam::transformPoints().

|
delete |
Disallow copy without setting internal field reference.
| rigidBodyMotionDisplacementPointPatchVectorField | ( | const rigidBodyMotionDisplacementPointPatchVectorField & | ptf, |
| const DimensionedField< vector, pointMesh > & | iF | ||
| ) |
Copy constructor setting internal field reference.
Definition at line 83 of file rigidBodyMotionDisplacementPointPatchVectorField.C.
References rigidBodyMotionDisplacementPointPatchVectorField::localPoints0(), and Foam::transformPoints().

| TypeName | ( | "rigidBodyMotionDisplacement" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone setting internal field reference.
Definition at line 102 of file rigidBodyMotionDisplacementPointPatchVectorField.H.
References rigidBodyMotionDisplacementPointPatchVectorField::rigidBodyMotionDisplacementPointPatchVectorField().

|
inline |
Return the fluctuation scale.
Definition at line 123 of file rigidBodyMotionDisplacementPointPatchVectorField.H.
| const pointField & localPoints0 | ( | ) | const |
Definition at line 106 of file rigidBodyMotionDisplacementPointPatchVectorField.C.
References polyMesh::meshSubDir, IOobject::MUST_READ, IOobject::NO_WRITE, and Foam::dimensions::time.
Referenced by rigidBodyMotionDisplacementPointPatchVectorField::rigidBodyMotionDisplacementPointPatchVectorField(), and rigidBodyMotionDisplacementPointPatchVectorField::updateCoeffs().

|
virtual |
Update the coefficients associated with the patch field.
Definition at line 130 of file rigidBodyMotionDisplacementPointPatchVectorField.C.
References rigidBodyMotionDisplacementPointPatchVectorField::localPoints0(), and Foam::transformPoints().

|
virtual |
Write.
Definition at line 148 of file rigidBodyMotionDisplacementPointPatchVectorField.C.
References Foam::vtkWriteOps::write(), and Foam::writeEntry().
