Go to the documentation of this file.
43 fixedValueFvPatchVectorField(
p, iF),
57 fixedValueFvPatchVectorField(
p, iF,
dict, false),
58 refValue_(
"refValue",
dict,
p.size()),
65 tvalues.ref() *= ramp_->value(this->db().time().timeOutputValue());
81 fixedValueFvPatchVectorField(
p, iF),
82 refValue_(ptf.refValue_, mapper,
pTraits<scalar>::
zero),
83 ramp_(ptf.ramp_.clone())
94 tvalues.ref() *= ramp_->value(this->db().time().timeOutputValue());
107 fixedValueFvPatchVectorField(ptf),
108 refValue_(ptf.refValue_),
109 ramp_(ptf.ramp_.clone())
120 fixedValueFvPatchVectorField(ptf, iF),
121 refValue_(ptf.refValue_),
122 ramp_(ptf.ramp_.clone())
133 fixedValueFvPatchVectorField::autoMap(mapper);
134 refValue_.autoMap(mapper);
144 fixedValueFvPatchVectorField::rmap(ptf, addr);
147 refCast<const surfaceNormalFixedValueFvPatchVectorField>(ptf);
149 refValue_.rmap(tiptf.refValue_, addr);
160 tmp<vectorField> tvalues(refValue_*
patch().nf());
164 tvalues.ref() *= ramp_->value(this->db().time().timeOutputValue());
175 refValue_.writeEntry(
"refValue",
os);
178 ramp_->writeData(
os);
190 surfaceNormalFixedValueFvPatchVectorField
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
virtual void write(Ostream &) const
virtual void operator=(const UList< Type > &)
A class for handling words, derived from Foam::string.
A class for managing temporary objects.
virtual void write(Ostream &) const
virtual void autoMap(const fvPatchFieldMapper &)
Top level data entry class for use in dictionaries. Provides a mechanism to specify a variable as a c...
surfaceNormalFixedValueFvPatchVectorField(const fvPatch &, const DimensionedField< vector, volMesh > &)
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
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 updateCoeffs()
fvPatchField< vector > fvPatchVectorField
This boundary condition provides a surface-normal vector boundary condition by its magnitude.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
A traits class, which is primarily used for primitives.
virtual void updateCoeffs()
Foam::fvPatchFieldMapper.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
makePatchTypeField(fvPatchScalarField, atmBoundaryLayerInletEpsilonFvPatchScalarField)
virtual void rmap(const fvPatchVectorField &, const labelList &)
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
A class representing the concept of 0 (zero) that can be used to avoid manipulating objects known to ...