96 #ifndef flowRateInletVelocityFvPatchVectorField_H 97 #define flowRateInletVelocityFvPatchVectorField_H 111 class flowRateInletVelocityFvPatchVectorField
113 public fixedValueFvPatchVectorField
118 autoPtr<Function1<scalar>> flowRate_;
134 Switch extrapolateProfile_;
141 template<
class AlphaType,
class RhoType>
142 void updateValues(
const AlphaType&
alpha,
const RhoType&
rho);
146 template<
class AlphaType>
147 void updateValues(
const AlphaType&
alpha);
A list of keyword definitions, which are a keyword followed by any number of values (e...
volScalarField alpha(IOobject("alpha", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), lambda *max(Ua &U, zeroSensitivity))
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
virtual tmp< fvPatchVectorField > clone(const DimensionedField< vector, volMesh > &iF) const
Construct and return a clone setting internal field reference.
virtual void write(Ostream &) const
Write.
flowRateInletVelocityFvPatchVectorField(const fvPatch &, const DimensionedField< vector, volMesh > &)
Construct from patch and internal field.
Foam::fvPatchFieldMapper.
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
Velocity inlet boundary condition either correcting the extrapolated velocity or creating a uniform v...
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...
A class for managing temporary objects.
TypeName("flowRateInletVelocity")
Runtime type information.