Go to the documentation of this file.
43 fixedValueFvPatchVectorField(
p, iF),
59 fixedValueFvPatchVectorField(ptf,
p, iF, mapper),
60 phiName_(ptf.phiName_),
61 rhoName_(ptf.rhoName_),
62 deltafName_(ptf.deltafName_)
74 fixedValueFvPatchVectorField(
p, iF,
dict),
75 phiName_(
dict.getOrDefault<
word>(
"phi",
"phi")),
76 rhoName_(
dict.getOrDefault<
word>(
"rho",
"rho")),
77 deltafName_(
dict.getOrDefault<
word>(
"deltaf",
"deltaf"))
87 fixedValueFvPatchVectorField(fhivpvf),
88 phiName_(fhivpvf.phiName_),
89 rhoName_(fhivpvf.rhoName_),
90 deltafName_(fhivpvf.deltafName_)
101 fixedValueFvPatchVectorField(fhivpvf, iF),
102 phiName_(fhivpvf.phiName_),
103 rhoName_(fhivpvf.rhoName_),
104 deltafName_(fhivpvf.deltafName_)
117 const fvsPatchField<scalar>& phip =
120 const fvPatchField<scalar>& rhop =
123 const fvPatchField<scalar>& deltafp =
129 operator==(
n*phip/(rhop*magSf*deltafp + ROOTVSMALL));
131 fixedValueFvPatchVectorField::updateCoeffs();
141 writeEntry(
"value",
os);
147 void Foam::filmHeightInletVelocityFvPatchVectorField::operator=
163 filmHeightInletVelocityFvPatchVectorField
virtual void write(Ostream &) const
virtual void operator=(const UList< Type > &)
Ostream & writeEntryIfDifferent(const word &key, const T &value1, const T &value2)
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
A class for handling words, derived from Foam::string.
virtual void updateCoeffs()
An abstract base class with a fat-interface to all derived classes covering all possible ways in whic...
Field< vector > vectorField
Specialisation of Field<T> for vector.
Generic templated field type.
tmp< faMatrix< Type > > operator==(const faMatrix< Type > &, const faMatrix< Type > &)
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
This boundary condition is designed to be used in conjunction with surface film modelling....
GeometricField< scalar, fvPatchField, volMesh > volScalarField
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)
Macros for easy insertion into run-time selection tables.
virtual void write(Ostream &) const
filmHeightInletVelocityFvPatchVectorField(const fvPatch &, const DimensionedField< vector, volMesh > &)
fvPatchField< vector > fvPatchVectorField
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
Foam::fvPatchFieldMapper.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
makePatchTypeField(fvPatchScalarField, atmBoundaryLayerInletEpsilonFvPatchScalarField)
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...