Go to the documentation of this file.
42 fixedValueFvPatchVectorField(
p, iF),
56 fixedValueFvPatchVectorField(ptf,
p, iF, mapper),
69 fixedValueFvPatchVectorField(
p, iF),
70 UName_(
dict.lookupOrDefault<
word>(
"U",
"U"))
82 fixedValueFvPatchVectorField(mwvpvf),
94 fixedValueFvPatchVectorField(mwvpvf, iF),
120 oldFc[i] = pp[i].centre(oldPoints);
123 const scalar deltaT =
mesh.time().deltaTValue();
141 fixedValueFvPatchVectorField::updateCoeffs();
148 writeEntryIfDifferent<word>(os,
"U",
"U", UName_);
149 writeEntry(
"value", os);
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
virtual void write(Ostream &) const
Write.
A class for handling words, derived from string.
#define forAll(list, i)
Loop across all elements in list.
A class for managing temporary objects.
Calculate the mesh motion flux and convert fluxes from absolute to relative and back.
rDeltaT dimensionedInternalField()
tmp< surfaceScalarField > meshPhi(const volVectorField &U)
virtual void write(Ostream &) const
Write.
Pre-declare SubField and related Field type.
A patch is a list of labels that address the faces in the global face list.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
volVectorField vectorField(fieldObject, mesh)
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.
Mesh data needed to do the Finite Volume discretisation.
makePatchTypeField(fvPatchVectorField, SRFFreestreamVelocityFvPatchVectorField)
void operator=(const Field< Type > &)
const vectorField::subField faceCentres() const
Return face centres.
This boundary condition provides a velocity condition for cases with moving walls....
movingWallVelocityFvPatchVectorField(const fvPatch &, const DimensionedField< vector, volMesh > &)
Construct from patch and internal field.
Foam::fvPatchFieldMapper.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Generic GeometricField class.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
word UName_
Name of velocity field.