FreeFOAM The Cross-Platform CFD Toolkit
tractionDisplacementFvPatchVectorField Class Reference

Fixed traction boundary condition for the standard linear elastic, fixed coefficient displacement equation. More...


Detailed Description

List of all members.

Public Member Functions

 TypeName ("tractionDisplacement")
 Runtime type information.
 tractionDisplacementFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &)
 Construct from patch and internal field.
 tractionDisplacementFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary.
 tractionDisplacementFvPatchVectorField (const tractionDisplacementFvPatchVectorField &, const fvPatch &, const DimensionedField< vector, volMesh > &, const fvPatchFieldMapper &)
 Construct by mapping given.
 tractionDisplacementFvPatchVectorField (const tractionDisplacementFvPatchVectorField &)
 Construct as copy.
virtual tmp< fvPatchVectorFieldclone () const
 Construct and return a clone.
 tractionDisplacementFvPatchVectorField (const tractionDisplacementFvPatchVectorField &, const DimensionedField< vector, volMesh > &)
 Construct as copy setting internal field reference.
virtual tmp< fvPatchVectorFieldclone (const DimensionedField< vector, volMesh > &iF) const
 Construct and return a clone setting internal field reference.
virtual const vectorFieldtraction () const
virtual vectorFieldtraction ()
virtual const scalarFieldpressure () const
virtual scalarFieldpressure ()
virtual void autoMap (const fvPatchFieldMapper &)
 Map (and resize as needed) from self given a mapping object.
virtual void rmap (const fvPatchVectorField &, const labelList &)
 Reverse map the given fvPatchField onto this fvPatchField.
virtual void updateCoeffs ()
 Update the coefficients associated with the patch field.
virtual void write (Ostream &) const
 Write.

Constructor & Destructor Documentation

Construct from patch and internal field.

Referenced by tractionDisplacementFvPatchVectorField::clone().

Construct from patch, internal field and dictionary.

Construct as copy setting internal field reference.


Member Function Documentation

TypeName ( "tractionDisplacement"  )

Runtime type information.

virtual tmp<fvPatchVectorField> clone ( ) const
inlinevirtual
virtual tmp<fvPatchVectorField> clone ( const DimensionedField< vector, volMesh > &  iF) const
inlinevirtual

Construct and return a clone setting internal field reference.

Definition at line 119 of file tractionDisplacementFvPatchVectorField.H.

References tractionDisplacementFvPatchVectorField::tractionDisplacementFvPatchVectorField().

virtual const vectorField& traction ( ) const
inlinevirtual

Definition at line 134 of file tractionDisplacementFvPatchVectorField.H.

virtual vectorField& traction ( )
inlinevirtual

Definition at line 139 of file tractionDisplacementFvPatchVectorField.H.

virtual const scalarField& pressure ( ) const
inlinevirtual

Definition at line 144 of file tractionDisplacementFvPatchVectorField.H.

virtual scalarField& pressure ( )
inlinevirtual

Definition at line 149 of file tractionDisplacementFvPatchVectorField.H.

virtual void autoMap ( const fvPatchFieldMapper )
virtual

Map (and resize as needed) from self given a mapping object.

virtual void rmap ( const fvPatchVectorField ,
const labelList  
)
virtual

Reverse map the given fvPatchField onto this fvPatchField.

virtual void updateCoeffs ( )
virtual

Update the coefficients associated with the patch field.

virtual void write ( Ostream ) const
virtual

Write.


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