Public Member Functions | Private Attributes
solidBodyMotionDisplacementPointPatchVectorField Class Reference

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

Inheritance diagram for solidBodyMotionDisplacementPointPatchVectorField:
Inheritance graph
[legend]
Collaboration diagram for solidBodyMotionDisplacementPointPatchVectorField:
Collaboration graph
[legend]

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 &)
 Construct as copy. More...
 
virtual autoPtr< pointPatchField< vector > > clone () const
 Construct and return a clone. More...
 
 solidBodyMotionDisplacementPointPatchVectorField (const solidBodyMotionDisplacementPointPatchVectorField &, const DimensionedField< vector, pointMesh > &)
 Construct as copy 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 solidBodyMotionFunctionmotion () const
 Return the fluctuation scale. More...
 
const pointFieldlocalPoints0 () const
 
virtual void updateCoeffs ()
 Update the coefficients associated with the patch field. More...
 
virtual void write (Ostream &) const
 Write. More...
 

Private Attributes

autoPtr< solidBodyMotionFunctionSBMFPtr_
 The motion control function. More...
 
autoPtr< pointFieldlocalPoints0Ptr_
 

Detailed Description

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

Source files

Definition at line 50 of file solidBodyMotionDisplacementPointPatchVectorField.H.

Constructor & Destructor Documentation

◆ solidBodyMotionDisplacementPointPatchVectorField() [1/5]

Construct from patch and internal field.

Definition at line 40 of file solidBodyMotionDisplacementPointPatchVectorField.C.

Referenced by solidBodyMotionDisplacementPointPatchVectorField::clone().

Here is the caller graph for this function:

◆ solidBodyMotionDisplacementPointPatchVectorField() [2/5]

Construct from patch, internal field and dictionary.

Definition at line 52 of file solidBodyMotionDisplacementPointPatchVectorField.C.

References dict, dictionary::found(), and Foam::transform().

Here is the call graph for this function:

◆ solidBodyMotionDisplacementPointPatchVectorField() [3/5]

Construct by mapping given patchField<vector> onto a new patch.

Definition at line 75 of file solidBodyMotionDisplacementPointPatchVectorField.C.

References Foam::transform().

Here is the call graph for this function:

◆ solidBodyMotionDisplacementPointPatchVectorField() [4/5]

Construct as copy.

Definition at line 97 of file solidBodyMotionDisplacementPointPatchVectorField.C.

◆ solidBodyMotionDisplacementPointPatchVectorField() [5/5]

Construct as copy setting internal field reference.

Definition at line 108 of file solidBodyMotionDisplacementPointPatchVectorField.C.

References Foam::transform().

Here is the call graph for this function:

Member Function Documentation

◆ TypeName()

TypeName ( "solidBodyMotionDisplacement"  )

Runtime type information.

◆ clone() [1/2]

virtual autoPtr<pointPatchField<vector> > clone ( ) const
inlinevirtual

Construct and return a clone.

Definition at line 101 of file solidBodyMotionDisplacementPointPatchVectorField.H.

References solidBodyMotionDisplacementPointPatchVectorField::solidBodyMotionDisplacementPointPatchVectorField().

Here is the call graph for this function:

◆ clone() [2/2]

virtual autoPtr<pointPatchField<vector> > clone ( const DimensionedField< vector, pointMesh > &  iF) const
inlinevirtual

Construct and return a clone setting internal field reference.

Definition at line 122 of file solidBodyMotionDisplacementPointPatchVectorField.H.

References solidBodyMotionDisplacementPointPatchVectorField::solidBodyMotionDisplacementPointPatchVectorField().

Here is the call graph for this function:

◆ motion()

const solidBodyMotionFunction& motion ( ) const
inline

Return the fluctuation scale.

Definition at line 142 of file solidBodyMotionDisplacementPointPatchVectorField.H.

References solidBodyMotionDisplacementPointPatchVectorField::SBMFPtr_.

◆ localPoints0()

const pointField & localPoints0 ( ) const

◆ updateCoeffs()

void updateCoeffs ( )
virtual

Update the coefficients associated with the patch field.

Definition at line 153 of file solidBodyMotionDisplacementPointPatchVectorField.C.

References solidBodyMotionDisplacementPointPatchVectorField::localPoints0(), solidBodyMotionDisplacementPointPatchVectorField::SBMFPtr_, and Foam::transform().

Here is the call graph for this function:

◆ write()

void write ( Ostream os) const
virtual

Field Documentation

◆ SBMFPtr_

autoPtr<solidBodyMotionFunction> SBMFPtr_
private

◆ localPoints0Ptr_

autoPtr<pointField> localPoints0Ptr_
mutableprivate

The documentation for this class was generated from the following files: