38 fixedGradientFvPatchVectorField(
p, iF),
39 traction_(
p.size(),
Zero),
55 fixedGradientFvPatchVectorField(
p, iF),
62 db().time().userUnits(),
82 fixedGradientFvPatchVectorField(tdpvf,
p, iF, mapper),
83 traction_(mapper(tdpvf.traction_)),
84 pressure_(tdpvf.pressure_, false)
95 fixedGradientFvPatchVectorField(tdpvf, iF),
96 traction_(tdpvf.traction_),
97 pressure_(tdpvf.pressure_, false)
109 fixedGradientFvPatchVectorField::map(ptf, mapper);
112 refCast<const tractionDisplacementFvPatchVectorField>(ptf);
114 mapper(traction_, dmptf.traction_);
123 fixedGradientFvPatchVectorField::reset(ptf);
126 refCast<const tractionDisplacementFvPatchVectorField>(ptf);
128 traction_.reset(dmptf.traction_);
139 this->updateCoeffs(pressure_->value(db().time().value()));
Macros for easy insertion into run-time selection tables.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
Run-time selectable general function of one variable.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A list of keyword definitions, which are a keyword followed by any number of values (e....
Abstract base class for field mapping.
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
virtual void write(Ostream &) const
Write.
virtual void operator=(const UList< Type > &)
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
Fixed traction boundary condition for the standard linear elastic, fixed coefficient displacement equ...
virtual void write(Ostream &) const
Write.
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
virtual void reset(const fvPatchVectorField &)
Reset the fvPatchField to the given fvPatchField.
tractionDisplacementFvPatchVectorField(const fvPatch &, const DimensionedField< vector, volMesh > &)
Construct from patch and internal field.
virtual void map(const fvPatchVectorField &, const fieldMapper &)
Map the given fvPatchField onto this fvPatchField.
const dimensionSet dimPressure
void writeEntry(Ostream &os, const HashTable< T, Key, Hash > &ht)
tmp< DimensionedField< TypeR, GeoMesh > > New(const tmp< DimensionedField< TypeR, GeoMesh >> &tdf1, const word &name, const dimensionSet &dimensions)
makePatchTypeField(fvPatchScalarField, atmBoundaryLayerInletEpsilonFvPatchScalarField)