Go to the documentation of this file.
40 fixedValueFvPatchVectorField(
p, iF),
56 fixedValueFvPatchVectorField(ptf,
p, iF, mapper),
71 fixedValueFvPatchVectorField(
p, iF),
72 phiName_(
dict.lookupOrDefault<
word>(
"phi",
"phi")),
73 rhoName_(
dict.lookupOrDefault<
word>(
"rho",
"rho")),
74 deltafName_(
dict.lookupOrDefault<
word>(
"deltaf",
"deltaf"))
86 fixedValueFvPatchVectorField(fhivpvf),
100 fixedValueFvPatchVectorField(fhivpvf, iF),
128 operator==(
n*phip/(rhop*magSf*deltafp + ROOTVSMALL));
130 fixedValueFvPatchVectorField::updateCoeffs();
137 writeEntryIfDifferent<word>(os,
"phi",
"phi", phiName_);
138 writeEntryIfDifferent<word>(os,
"rho",
"rho", rhoName_);
139 writeEntryIfDifferent<word>(os,
"deltaf",
"deltaf", deltafName_);
140 writeEntry(
"value", os);
146 void Foam::filmHeightInletVelocityFvPatchVectorField::operator=
virtual void write(Ostream &) const
Write.
virtual void operator=(const UList< Type > &)
A class for handling words, derived from string.
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
An abstract base class with a fat-interface to all derived classes covering all possible ways in whic...
tmp< fvMatrix< Type > > operator==(const fvMatrix< Type > &, const fvMatrix< Type > &)
word phiName_
Name of flux field.
Pre-declare SubField and related Field type.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
This boundary condition is designed to be used in conjunction with surface film modelling....
volVectorField vectorField(fieldObject, mesh)
GeometricField< scalar, fvPatchField, volMesh > volScalarField
word deltafName_
Name of film height field.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Macros for easy insertion into run-time selection tables.
virtual void write(Ostream &) const
Write.
makePatchTypeField(fvPatchVectorField, SRFFreestreamVelocityFvPatchVectorField)
filmHeightInletVelocityFvPatchVectorField(const fvPatch &, const DimensionedField< vector, volMesh > &)
Construct from patch and internal field.
word rhoName_
Name of density field.
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
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...