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 > &, 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 | map (const fvPatchVectorField &, const fvPatchFieldMapper &) |
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... | |
tractionDisplacementFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &) | |
Construct from patch and internal field. More... | |
Fixed traction boundary condition for the standard linear elastic, fixed coefficient displacement equation.
Definition at line 50 of file tractionDisplacementFvPatchVectorField.H.
|
protected |
Construct from patch and internal field.
Definition at line 31 of file tractionDisplacementFvPatchVectorField.C.
References fvPatchField< Type >::operator=(), and Foam::Zero.
Referenced by tractionDisplacementFvPatchVectorField::clone().
tractionDisplacementFvPatchVectorField | ( | const fvPatch & | p, |
const DimensionedField< vector, volMesh > & | iF, | ||
const dictionary & | dict | ||
) |
Construct from patch, internal field and dictionary.
Definition at line 47 of file tractionDisplacementFvPatchVectorField.C.
References fvPatchField< Type >::operator=(), and Foam::Zero.
tractionDisplacementFvPatchVectorField | ( | const tractionDisplacementFvPatchVectorField & | tdpvf, |
const fvPatch & | p, | ||
const DimensionedField< vector, volMesh > & | iF, | ||
const fvPatchFieldMapper & | mapper | ||
) |
Construct by mapping given.
tractionDisplacementFvPatchVectorField onto a new patch
Definition at line 64 of file tractionDisplacementFvPatchVectorField.C.
|
delete |
Disallow copy without setting internal field reference.
tractionDisplacementFvPatchVectorField | ( | const tractionDisplacementFvPatchVectorField & | tdpvf, |
const DimensionedField< vector, volMesh > & | iF | ||
) |
Copy constructor setting internal field reference.
Definition at line 79 of file tractionDisplacementFvPatchVectorField.C.
|
protected |
Update the coefficients associated with the patch field.
for the given pressure
Definition at line 32 of file tractionDisplacementFvPatchVectorFieldTemplates.C.
References lambda(), Foam::constant::physicoChemical::mu, n, patchi, and thermo.
TypeName | ( | "tractionDisplacement" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone setting internal field reference.
Reimplemented in hydrostaticDisplacementFvPatchVectorField.
Definition at line 114 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.
|
virtual |
Map the given fvPatchField onto this fvPatchField.
Definition at line 94 of file tractionDisplacementFvPatchVectorField.C.
|
virtual |
Reset the fvPatchField to the given fvPatchField.
Used for mesh to mesh mapping
Definition at line 109 of file tractionDisplacementFvPatchVectorField.C.
|
virtual |
Update the coefficients associated with the patch field.
Reimplemented in hydrostaticDisplacementFvPatchVectorField.
Definition at line 123 of file tractionDisplacementFvPatchVectorField.C.
Referenced by hydrostaticDisplacementFvPatchVectorField::updateCoeffs().
|
virtual |
Write.
Reimplemented in hydrostaticDisplacementFvPatchVectorField.
Definition at line 134 of file tractionDisplacementFvPatchVectorField.C.
References fvPatchField< Type >::write(), and Foam::writeEntry().