40 fixedValueFvPatchVectorField(p, iF),
56 fixedValueFvPatchVectorField(ptf, p, iF, mapper),
57 phiName_(ptf.phiName_),
58 rhoName_(ptf.rhoName_),
59 deltafName_(ptf.deltafName_)
71 fixedValueFvPatchVectorField(p, iF, dict),
84 fixedValueFvPatchVectorField(fhivpvf),
85 phiName_(fhivpvf.phiName_),
86 rhoName_(fhivpvf.rhoName_),
87 deltafName_(fhivpvf.deltafName_)
98 fixedValueFvPatchVectorField(fhivpvf, iF),
99 phiName_(fhivpvf.phiName_),
100 rhoName_(fhivpvf.rhoName_),
101 deltafName_(fhivpvf.deltafName_)
126 operator==(n*phip/(rhop*magSf*deltafp + rootVSmall));
128 fixedValueFvPatchVectorField::updateCoeffs();
135 writeEntryIfDifferent<word>(os,
"phi",
"phi", phiName_);
136 writeEntryIfDifferent<word>(os,
"rho",
"rho", rhoName_);
137 writeEntryIfDifferent<word>(os,
"deltaf",
"deltaf", deltafName_);
144 void Foam::filmHeightInletVelocityFvPatchVectorField::operator=
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual void write(Ostream &) const
Write.
filmHeightInletVelocityFvPatchVectorField(const fvPatch &, const DimensionedField< vector, volMesh > &)
Construct from patch and internal field.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
virtual void write(Ostream &) const
Write.
This boundary condition is designed to be used in conjunction with surface film modelling. It provides a velocity inlet boundary condition for patches where the film height is specified. The inflow velocity is obtained from the flux with a direction normal to the patch faces using:
Macros for easy insertion into run-time selection tables.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
tmp< fvMatrix< Type > > operator==(const fvMatrix< Type > &, const fvMatrix< Type > &)
A class for handling words, derived from string.
Foam::fvPatchFieldMapper.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
void writeEntry(Ostream &os, const HashTable< T, Key, Hash > &ht)
T lookupOrDefault(const word &, const T &, bool recursive=false, bool patternMatch=true) const
Find and return a T,.
virtual void operator=(const UList< Type > &)
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
makePatchTypeField(fvPatchScalarField, atmBoundaryLayerInletEpsilonFvPatchScalarField)
An abstract base class with a fat-interface to all derived classes covering all possible ways in whic...