Enables the specification of a fixed value boundary condition using the solid body motion functions. More...
#include <solidBodyMotionDisplacementPointPatchVectorField.H>


Public Member Functions | |
| TypeName ("solidBodyMotionDisplacement") | |
| Runtime type information. | |
| solidBodyMotionDisplacementPointPatchVectorField (const pointPatch &, const DimensionedField< vector, pointMesh > &) | |
| Construct from patch and internal field. | |
| solidBodyMotionDisplacementPointPatchVectorField (const pointPatch &, const DimensionedField< vector, pointMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary. | |
| solidBodyMotionDisplacementPointPatchVectorField (const solidBodyMotionDisplacementPointPatchVectorField &, const pointPatch &, const DimensionedField< vector, pointMesh > &, const pointPatchFieldMapper &) | |
| Construct by mapping given patch field onto a new patch. | |
| solidBodyMotionDisplacementPointPatchVectorField (const solidBodyMotionDisplacementPointPatchVectorField &) | |
| Construct as copy. | |
| solidBodyMotionDisplacementPointPatchVectorField (const solidBodyMotionDisplacementPointPatchVectorField &, const DimensionedField< vector, pointMesh > &) | |
| Construct as copy setting internal field reference. | |
| virtual autoPtr< pointPatchField< vector > > | clone () const |
| Return a clone. | |
| virtual autoPtr< pointPatchField< vector > > | clone (const DimensionedField< vector, pointMesh > &iF) const |
| Construct and return a clone setting internal field reference. | |
| const solidBodyMotionFunction & | motion () const |
| Return the fluctuation scale. | |
| const pointField & | localPoints0 () const |
| virtual void | updateCoeffs () |
| Update the coefficients associated with the patch field. | |
| virtual void | write (Ostream &) const |
| Write. | |
Enables the specification of a fixed value boundary condition using the solid body motion functions.
Definition at line 49 of file solidBodyMotionDisplacementPointPatchVectorField.H.
| solidBodyMotionDisplacementPointPatchVectorField | ( | const pointPatch & | p, |
| const DimensionedField< vector, pointMesh > & | iF ) |
Construct from patch and internal field.
Definition at line 34 of file solidBodyMotionDisplacementPointPatchVectorField.C.
References p.
Referenced by solidBodyMotionDisplacementPointPatchVectorField(), solidBodyMotionDisplacementPointPatchVectorField(), solidBodyMotionDisplacementPointPatchVectorField(), and TypeName().

| solidBodyMotionDisplacementPointPatchVectorField | ( | const pointPatch & | p, |
| const DimensionedField< vector, pointMesh > & | iF, | ||
| const dictionary & | dict ) |
Construct from patch, internal field and dictionary.
Definition at line 47 of file solidBodyMotionDisplacementPointPatchVectorField.C.
References dict, Foam::New(), and p.

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

| solidBodyMotionDisplacementPointPatchVectorField | ( | const solidBodyMotionDisplacementPointPatchVectorField & | ptf | ) |
Construct as copy.
Definition at line 94 of file solidBodyMotionDisplacementPointPatchVectorField.C.
References clone(), and solidBodyMotionDisplacementPointPatchVectorField().

| solidBodyMotionDisplacementPointPatchVectorField | ( | const solidBodyMotionDisplacementPointPatchVectorField & | ptf, |
| const DimensionedField< vector, pointMesh > & | iF ) |
Construct as copy setting internal field reference.
Definition at line 106 of file solidBodyMotionDisplacementPointPatchVectorField.C.
References clone(), localPoints0(), solidBodyMotionDisplacementPointPatchVectorField(), and Foam::transformPoints().

| TypeName | ( | "solidBodyMotionDisplacement" | ) |
Runtime type information.
References solidBodyMotionDisplacementPointPatchVectorField().

|
inlinevirtual |
Return a clone.
Definition at line 124 of file solidBodyMotionDisplacementPointPatchVectorField.H.
References pointPatchField< Type >::Clone().
Referenced by solidBodyMotionDisplacementPointPatchVectorField(), solidBodyMotionDisplacementPointPatchVectorField(), and solidBodyMotionDisplacementPointPatchVectorField().


|
inlinevirtual |
Construct and return a clone setting internal field reference.
Definition at line 132 of file solidBodyMotionDisplacementPointPatchVectorField.H.
References pointPatchField< Type >::Clone().

|
inline |
Return the fluctuation scale.
Definition at line 148 of file solidBodyMotionDisplacementPointPatchVectorField.H.
| const pointField & localPoints0 | ( | ) | const |
Definition at line 130 of file solidBodyMotionDisplacementPointPatchVectorField.C.
References polyMesh::meshSubDir, IOobjectOption::MUST_READ, IOobjectOption::NO_REGISTER, IOobjectOption::NO_WRITE, and points0().
Referenced by solidBodyMotionDisplacementPointPatchVectorField(), solidBodyMotionDisplacementPointPatchVectorField(), and updateCoeffs().


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

|
virtual |
Write.
Definition at line 173 of file solidBodyMotionDisplacementPointPatchVectorField.C.
References Foam::indent(), os(), and valuePointPatchField< Type >::write().
