Displacement fixed by projection onto triSurface. Use in a displacementMotionSolver as a bc on the pointDisplacement field. More...


Public Types | |
| enum | projectMode { NEAREST, POINTNORMAL, FIXEDNORMAL } |
Public Member Functions | |
| TypeName ("surfaceDisplacement") | |
| Runtime type information. More... | |
| surfaceDisplacementPointPatchVectorField (const pointPatch &, const DimensionedField< vector, pointMesh > &) | |
| Construct from patch and internal field. More... | |
| surfaceDisplacementPointPatchVectorField (const pointPatch &, const DimensionedField< vector, pointMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary. More... | |
| surfaceDisplacementPointPatchVectorField (const this_bctype &, const pointPatch &, const DimensionedField< vector, pointMesh > &, const pointPatchFieldMapper &) | |
| Construct by mapping onto a new patch. More... | |
| surfaceDisplacementPointPatchVectorField (const this_bctype &, const DimensionedField< vector, pointMesh > &) | |
| Construct as copy setting internal field reference. More... | |
| surfaceDisplacementPointPatchVectorField (const this_bctype &)=delete | |
| No copy without an internal field. More... | |
| virtual autoPtr< pointPatchField< vector > > | clone (const DimensionedField< vector, pointMesh > &iF) const |
| Clone with an internal field reference. More... | |
| const searchableSurfaces & | surfaces () const |
| Surface to follow. Demand loads surfaceNames. More... | |
| virtual void | updateCoeffs () |
| Update the coefficients associated with the patch field. More... | |
| virtual void | write (Ostream &) const |
| Write. More... | |
| void | operator= (const surfaceDisplacementPointPatchVectorField &)=delete |
| No copy assignment. More... | |
Displacement fixed by projection onto triSurface. Use in a displacementMotionSolver as a bc on the pointDisplacement field.
Calculates the projection onto the surface according to the projectMode
This displacement is then clipped with the specified velocity * deltaT.
Optionally (intersection only) removes a component ("wedgePlane") to stay in 2D.
Needs:
Definition at line 72 of file surfaceDisplacementPointPatchVectorField.H.
| enum projectMode |
| Enumerator | |
|---|---|
| NEAREST | |
| POINTNORMAL | |
| FIXEDNORMAL | |
Definition at line 83 of file surfaceDisplacementPointPatchVectorField.H.
| surfaceDisplacementPointPatchVectorField | ( | const pointPatch & | , |
| const DimensionedField< vector, pointMesh > & | |||
| ) |
Construct from patch and internal field.
| surfaceDisplacementPointPatchVectorField | ( | const pointPatch & | , |
| const DimensionedField< vector, pointMesh > & | , | ||
| const dictionary & | |||
| ) |
Construct from patch, internal field and dictionary.
| surfaceDisplacementPointPatchVectorField | ( | const this_bctype & | , |
| const pointPatch & | , | ||
| const DimensionedField< vector, pointMesh > & | , | ||
| const pointPatchFieldMapper & | |||
| ) |
Construct by mapping onto a new patch.
| surfaceDisplacementPointPatchVectorField | ( | const this_bctype & | , |
| const DimensionedField< vector, pointMesh > & | |||
| ) |
Construct as copy setting internal field reference.
|
delete |
No copy without an internal field.
| TypeName | ( | "surfaceDisplacement" | ) |
Runtime type information.
|
inlinevirtual |
Clone with an internal field reference.
Definition at line 200 of file surfaceDisplacementPointPatchVectorField.H.
References pointPatchField< Type >::Clone().

| const searchableSurfaces& surfaces | ( | ) | const |
Surface to follow. Demand loads surfaceNames.
|
virtual |
Update the coefficients associated with the patch field.
|
virtual |
Write.
|
delete |
No copy assignment.