Go to the documentation of this file.
79 #ifndef filmHeightInletVelocityFvPatchVectorField_H
80 #define filmHeightInletVelocityFvPatchVectorField_H
94 class filmHeightInletVelocityFvPatchVectorField
96 public fixedValueFvPatchVectorField
113 TypeName(
"filmHeightInletVelocity");
122 const DimensionedField<vector, volMesh>&
129 const DimensionedField<vector, volMesh>&,
223 virtual void write(Ostream&)
const;
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
word & phiName()
Return reference to the name of phi to allow adjustment.
A class for handling words, derived from string.
A class for managing temporary objects.
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
virtual void operator=(const fvPatchField< vector > &pvf)
word phiName_
Name of flux field.
const word & phiName() const
Return the name of phi.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
This boundary condition is designed to be used in conjunction with surface film modelling....
word deltafName_
Name of film height field.
A list of keyword definitions, which are a keyword followed by any number of values (e....
word & deltafName()
Return reference to the name of df to allow adjustment.
const word & deltafName() const
Return the name of deltaf.
virtual void write(Ostream &) const
Write.
filmHeightInletVelocityFvPatchVectorField(const fvPatch &, const DimensionedField< vector, volMesh > &)
Construct from patch and internal field.
word rhoName_
Name of density field.
const word & rhoName() const
Return the name of rho.
virtual tmp< fvPatchVectorField > clone() const
Construct and return a clone.
TypeName("filmHeightInletVelocity")
Runtime type information.
Foam::fvPatchFieldMapper.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
word & rhoName()
Return reference to the name of rho to allow adjustment.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...