51 #ifndef uniformInterpolatedDisplacementPointPatchVectorField_H 52 #define uniformInterpolatedDisplacementPointPatchVectorField_H 61 class interpolationWeights;
74 const word fieldName_;
76 const word interpolationScheme_;
97 TypeName(
"uniformInterpolatedDisplacement");
Basic pointPatch represents a set of points from the mesh.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
virtual void write(Ostream &) const
Write.
virtual autoPtr< pointPatchField< vector > > clone() const
Construct and return a clone.
A class for handling words, derived from string.
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
A list of keyword definitions, which are a keyword followed by any number of values (e...
Foam::pointPatchFieldMapper.
TypeName("uniformInterpolatedDisplacement")
Runtime type information.
uniformInterpolatedDisplacementPointPatchVectorField(const pointPatch &, const DimensionedField< vector, pointMesh > &)
Construct from patch and internal field.
A FixedValue boundary condition for pointField.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
Interpolates pre-specified motion.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...