FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

tractionDisplacementFvPatchVectorField Class Reference

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


Detailed Description

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

Source files

Definition at line 51 of file tractionDisplacementFvPatchVectorField.H.

Collaboration diagram for tractionDisplacementFvPatchVectorField:

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< fvPatchVectorField >  clone () const
 Construct and return a clone.
 tractionDisplacementFvPatchVectorField (const tractionDisplacementFvPatchVectorField &, const DimensionedField< vector, volMesh > &)
 Construct as copy setting internal field reference.
virtual tmp< fvPatchVectorField >  clone (const DimensionedField< vector, volMesh > &iF) const
 Construct and return a clone setting internal field reference.
virtual const vectorField &  traction () const
virtual vectorField &  traction ()
virtual const scalarField &  pressure () const
virtual scalarField &  pressure ()
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 by mapping given.

tractionDisplacementFvPatchVectorField onto a new patch

Construct as copy setting internal field reference.


Member Function Documentation

TypeName ( "tractionDisplacement"    )

Runtime type information.

virtual tmp<fvPatchVectorField> clone (  ) const [inline, virtual]
virtual tmp<fvPatchVectorField> clone ( const DimensionedField< vector, volMesh > &   iF  ) const [inline, virtual]

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 [inline, virtual]

Definition at line 134 of file tractionDisplacementFvPatchVectorField.H.

virtual vectorField& traction (  ) [inline, virtual]

Definition at line 139 of file tractionDisplacementFvPatchVectorField.H.

virtual const scalarField& pressure (  ) const [inline, virtual]

Definition at line 144 of file tractionDisplacementFvPatchVectorField.H.

virtual scalarField& pressure (  ) [inline, virtual]

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: