38 fixedGradientFvPatchVectorField(
p, iF),
39 traction_(
p.size(),
Zero),
55 fixedGradientFvPatchVectorField(
p, iF),
56 traction_(
"traction",
dict,
p.size()),
73 fixedGradientFvPatchVectorField(tdpvf,
p, iF, mapper),
74 traction_(mapper(tdpvf.traction_)),
75 pressure_(tdpvf.pressure_, false)
86 fixedGradientFvPatchVectorField(tdpvf, iF),
87 traction_(tdpvf.traction_),
88 pressure_(tdpvf.pressure_, false)
100 fixedGradientFvPatchVectorField::map(ptf, mapper);
103 refCast<const tractionDisplacementFvPatchVectorField>(ptf);
105 mapper(traction_, dmptf.traction_);
114 fixedGradientFvPatchVectorField::reset(ptf);
117 refCast<const tractionDisplacementFvPatchVectorField>(ptf);
119 traction_.reset(dmptf.traction_);
130 this->updateCoeffs(pressure_->value(this->db().time().userTimeValue()));
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....
Foam::fvPatchFieldMapper.
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 map(const fvPatchVectorField &, const fvPatchFieldMapper &)
Map the given fvPatchField onto this fvPatchField.
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.
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)