56 #ifndef waveVelocityFvPatchVectorField_H
57 #define waveVelocityFvPatchVectorField_H
73 class waveVelocityFvPatchVectorField
75 public fixedValueInletOutletFvPatchField<vector>
80 mutable autoPtr<fvMeshSubset> faceCellSubset_;
83 mutable label faceCellSubsetTimeIndex_;
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
A list of keyword definitions, which are a keyword followed by any number of values (e....
Abstract base class for field mapping.
Post-processing mesh subset tool. Given the original mesh and the list of selected cells,...
tmp< fvPatchField< Type > > clone() const
Disallow clone without setting internal field reference.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
A class for managing temporary objects.
This boundary condition provides a waveVelocity condition. This sets the velocity to that specified b...
waveVelocityFvPatchVectorField(const fvPatch &, const DimensionedField< vector, volMesh > &, const dictionary &)
Construct from patch, internal field and dictionary.
tmp< vectorField > U(const scalar t) const
Return the current modelled velocity field on the patch faces.
tmp< vectorField > Un(const scalar t) const
Return the current modelled velocity field in the neighbour.
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
TypeName("waveVelocity")
Runtime type information.
const fvMeshSubset & faceCellSubset() const
Access the face-cell subset.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.