Go to the documentation of this file.
88 #ifndef SRFVelocityFvPatchVectorField_H
89 #define SRFVelocityFvPatchVectorField_H
104 class SRFVelocityFvPatchVectorField
106 public fixedValueFvPatchVectorField
129 const DimensionedField<vector, volMesh>&
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
SRFVelocityFvPatchVectorField(const fvPatch &, const DimensionedField< vector, volMesh > &)
Construct from patch and internal field.
TypeName("SRFVelocity")
Runtime type information.
virtual void rmap(const fvPatchVectorField &, const labelList &)
Reverse map the given fvPatchField onto this fvPatchField.
A simple wrapper around bool so that it can be read as a word: true/false, on/off,...
A class for managing temporary objects.
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
Field< vector > vectorField
Specialisation of Field<T> for vector.
vectorField inletValue_
Inlet value [m/s].
Pre-declare SubField and related Field type.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
virtual void autoMap(const fvPatchFieldMapper &)
Map (and resize as needed) from self given a mapping object.
A list of keyword definitions, which are a keyword followed by any number of values (e....
virtual tmp< fvPatchVectorField > clone() const
Construct and return a clone.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
Switch relative_
Is the supplied inlet value relative to the SRF.
virtual void write(Ostream &) const
Write.
Velocity condition to be used in conjunction with the single rotating frame (SRF) model (see: SRFMode...
Foam::fvPatchFieldMapper.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
const Switch & relative() const
Return const access to the relative flag.