Enables the specification of a fixed value boundary condition using the solid body motion functions. More...
Public Member Functions | |
TypeName ("solidBodyMotionDisplacement") | |
Runtime type information. More... | |
solidBodyMotionDisplacementPointPatchVectorField (const pointPatch &, const DimensionedField< vector, pointMesh > &) | |
Construct from patch and internal field. More... | |
solidBodyMotionDisplacementPointPatchVectorField (const pointPatch &, const DimensionedField< vector, pointMesh > &, const dictionary &) | |
Construct from patch, internal field and dictionary. More... | |
solidBodyMotionDisplacementPointPatchVectorField (const solidBodyMotionDisplacementPointPatchVectorField &, const pointPatch &, const DimensionedField< vector, pointMesh > &, const pointPatchFieldMapper &) | |
Construct by mapping given patchField<vector> onto a new patch. More... | |
solidBodyMotionDisplacementPointPatchVectorField (const solidBodyMotionDisplacementPointPatchVectorField &)=delete | |
Disallow copy without setting internal field reference. More... | |
solidBodyMotionDisplacementPointPatchVectorField (const solidBodyMotionDisplacementPointPatchVectorField &, 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 solidBodyMotionDisplacementPointPatchVectorField.H.
solidBodyMotionDisplacementPointPatchVectorField | ( | const pointPatch & | p, |
const DimensionedField< vector, pointMesh > & | iF | ||
) |
Construct from patch and internal field.
Definition at line 40 of file solidBodyMotionDisplacementPointPatchVectorField.C.
Referenced by solidBodyMotionDisplacementPointPatchVectorField::clone(), and solidBodyMotionDisplacementPointPatchVectorField::solidBodyMotionDisplacementPointPatchVectorField().
solidBodyMotionDisplacementPointPatchVectorField | ( | const pointPatch & | p, |
const DimensionedField< vector, pointMesh > & | iF, | ||
const dictionary & | dict | ||
) |
Construct from patch, internal field and dictionary.
Definition at line 52 of file solidBodyMotionDisplacementPointPatchVectorField.C.
References dictionary::found(), solidBodyMotionDisplacementPointPatchVectorField::solidBodyMotionDisplacementPointPatchVectorField(), and Foam::transformPoints().
solidBodyMotionDisplacementPointPatchVectorField | ( | const solidBodyMotionDisplacementPointPatchVectorField & | ptf, |
const pointPatch & | p, | ||
const DimensionedField< vector, pointMesh > & | iF, | ||
const pointPatchFieldMapper & | mapper | ||
) |
Construct by mapping given patchField<vector> onto a new patch.
Definition at line 75 of file solidBodyMotionDisplacementPointPatchVectorField.C.
References solidBodyMotionDisplacementPointPatchVectorField::solidBodyMotionDisplacementPointPatchVectorField(), and Foam::transformPoints().
|
delete |
Disallow copy without setting internal field reference.
solidBodyMotionDisplacementPointPatchVectorField | ( | const solidBodyMotionDisplacementPointPatchVectorField & | ptf, |
const DimensionedField< vector, pointMesh > & | iF | ||
) |
Copy constructor setting internal field reference.
Definition at line 97 of file solidBodyMotionDisplacementPointPatchVectorField.C.
References Foam::transformPoints().
TypeName | ( | "solidBodyMotionDisplacement" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone setting internal field reference.
Definition at line 110 of file solidBodyMotionDisplacementPointPatchVectorField.H.
References solidBodyMotionDisplacementPointPatchVectorField::solidBodyMotionDisplacementPointPatchVectorField().
|
inline |
Return the fluctuation scale.
Definition at line 130 of file solidBodyMotionDisplacementPointPatchVectorField.H.
References solidBodyMotionDisplacementPointPatchVectorField::localPoints0(), solidBodyMotionDisplacementPointPatchVectorField::updateCoeffs(), and solidBodyMotionDisplacementPointPatchVectorField::write().
const pointField & localPoints0 | ( | ) | const |
Definition at line 118 of file solidBodyMotionDisplacementPointPatchVectorField.C.
References polyMesh::meshSubDir, IOobject::MUST_READ, and IOobject::NO_WRITE.
Referenced by solidBodyMotionDisplacementPointPatchVectorField::motion(), and solidBodyMotionDisplacementPointPatchVectorField::updateCoeffs().
|
virtual |
Update the coefficients associated with the patch field.
Definition at line 142 of file solidBodyMotionDisplacementPointPatchVectorField.C.
References solidBodyMotionDisplacementPointPatchVectorField::localPoints0(), Foam::transformPoints(), and solidBodyMotionDisplacementPointPatchVectorField::write().
Referenced by solidBodyMotionDisplacementPointPatchVectorField::motion().
|
virtual |
Write.
Definition at line 161 of file solidBodyMotionDisplacementPointPatchVectorField.C.
References Foam::indent(), Foam::makePointPatchTypeField(), Foam::vtkWriteOps::write(), and Foam::writeEntry().
Referenced by solidBodyMotionDisplacementPointPatchVectorField::motion(), and solidBodyMotionDisplacementPointPatchVectorField::updateCoeffs().