88 #ifndef waveVelocityFvPatchVectorField_H 89 #define waveVelocityFvPatchVectorField_H 105 class waveVelocityFvPatchVectorField
107 public directionMixedFvPatchVectorField
118 const Switch inletOutlet_;
121 mutable autoPtr<fvMeshSubset> faceCellSubset_;
124 mutable label faceCellSubsetTimeIndex_;
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
waveVelocityFvPatchVectorField(const fvPatch &, const DimensionedField< vector, volMesh > &)
Construct from patch and internal field.
const fvMeshSubset & faceCellSubset() const
Access the face-cell subset.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
virtual void write(Ostream &) const
Write.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
virtual tmp< fvPatchVectorField > clone() const
Construct and return a clone.
const word & pName() const
Access the name of the pressure field.
A class for handling words, derived from string.
Foam::fvPatchFieldMapper.
TypeName("waveVelocity")
Runtime type information.
This boundary condition provides a waveVelocity condition. This sets the velocity to that specified b...
An Ostream is an abstract base class for all output systems (streams, files, token lists...
Post-processing mesh subset tool. Given the original mesh and the list of selected cells...
tmp< vectorField > Un() const
Return the current modelled velocity field in the neighbour cell.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
A class for managing temporary objects.
tmp< vectorField > U() const
Return the current modelled velocity field on the patch faces.