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


Public Member Functions | |
| TypeName ("tractionDisplacement") | |
| Runtime type information. More... | |
| tractionDisplacementFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &) | |
| Construct from patch and internal field. More... | |
| tractionDisplacementFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary. More... | |
| tractionDisplacementFvPatchVectorField (const tractionDisplacementFvPatchVectorField &, const fvPatch &, const DimensionedField< vector, volMesh > &, const fvPatchFieldMapper &) | |
| Construct by mapping given. More... | |
| tractionDisplacementFvPatchVectorField (const tractionDisplacementFvPatchVectorField &)=delete | |
| Disallow copy without setting internal field reference. More... | |
| tractionDisplacementFvPatchVectorField (const tractionDisplacementFvPatchVectorField &, const DimensionedField< vector, volMesh > &) | |
| Copy constructor setting internal field reference. More... | |
| virtual tmp< fvPatchVectorField > | clone (const DimensionedField< vector, volMesh > &iF) const |
| Construct and return a clone setting internal field reference. More... | |
| virtual const vectorField & | traction () const |
| virtual vectorField & | traction () |
| virtual void | autoMap (const fvPatchFieldMapper &) |
| Map (and resize as needed) from self given a mapping object. More... | |
| virtual void | rmap (const fvPatchVectorField &, const labelList &) |
| Reverse map the given fvPatchField onto this fvPatchField. More... | |
| virtual void | reset (const fvPatchVectorField &) |
| Reset the fvPatchField to the given fvPatchField. More... | |
| virtual void | updateCoeffs () |
| Update the coefficients associated with the patch field. More... | |
| virtual void | write (Ostream &) const |
| Write. More... | |
Protected Member Functions | |
| template<class Type > | |
| void | updateCoeffs (const Type &pressure) |
| Update the coefficients associated with the patch field. More... | |
Fixed traction boundary condition for the standard linear elastic, fixed coefficient displacement equation.
Definition at line 50 of file tractionDisplacementFvPatchVectorField.H.
| 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
|
delete |
Disallow copy without setting internal field reference.
| tractionDisplacementFvPatchVectorField | ( | const tractionDisplacementFvPatchVectorField & | , |
| const DimensionedField< vector, volMesh > & | |||
| ) |
Copy constructor setting internal field reference.
|
protected |
Update the coefficients associated with the patch field.
for the given pressure
| TypeName | ( | "tractionDisplacement" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone setting internal field reference.
Reimplemented in hydrostaticDisplacementFvPatchVectorField.
Definition at line 115 of file tractionDisplacementFvPatchVectorField.H.
References tractionDisplacementFvPatchVectorField::tractionDisplacementFvPatchVectorField().

|
inlinevirtual |
Definition at line 130 of file tractionDisplacementFvPatchVectorField.H.
|
inlinevirtual |
Definition at line 135 of file tractionDisplacementFvPatchVectorField.H.
References tractionDisplacementFvPatchVectorField::autoMap(), tractionDisplacementFvPatchVectorField::reset(), tractionDisplacementFvPatchVectorField::rmap(), tractionDisplacementFvPatchVectorField::updateCoeffs(), and tractionDisplacementFvPatchVectorField::write().

|
virtual |
Map (and resize as needed) from self given a mapping object.
Used to update fields following mesh topology change
Referenced by tractionDisplacementFvPatchVectorField::traction().

|
virtual |
Reverse map the given fvPatchField onto this fvPatchField.
Used to reconstruct fields
Referenced by tractionDisplacementFvPatchVectorField::traction().

|
virtual |
Reset the fvPatchField to the given fvPatchField.
Used for mesh to mesh mapping
Referenced by tractionDisplacementFvPatchVectorField::traction().

|
virtual |
Update the coefficients associated with the patch field.
Reimplemented in hydrostaticDisplacementFvPatchVectorField.
Referenced by tractionDisplacementFvPatchVectorField::traction().

|
virtual |
Write.
Reimplemented in hydrostaticDisplacementFvPatchVectorField.
Referenced by tractionDisplacementFvPatchVectorField::traction().
