Fixed traction boundary condition for the standard linear elastic, fixed coefficient displacement equation. More...
Fixed traction boundary condition for the standard linear elastic, fixed coefficient displacement equation.
Definition at line 51 of file tractionDisplacementFvPatchVectorField.H.
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.
|
tractionDisplacementFvPatchVectorField | ( | const fvPatch & | , |
const DimensionedField< vector, volMesh > & | |||
) |
Construct from patch and internal field.
Referenced by tractionDisplacementFvPatchVectorField::clone().
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 onto a new patch
Construct as copy.
tractionDisplacementFvPatchVectorField | ( | const tractionDisplacementFvPatchVectorField & | , |
const DimensionedField< vector, volMesh > & | |||
) |
Construct as copy setting internal field reference.
TypeName | ( | "tractionDisplacement" | ) |
Runtime type information.
virtual tmp<fvPatchVectorField> clone | ( | ) | const [inline, virtual]
|
Construct and return a clone.
Definition at line 102 of file tractionDisplacementFvPatchVectorField.H.
References tractionDisplacementFvPatchVectorField::tractionDisplacementFvPatchVectorField().
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.