42 fixedValueFvPatchVectorField(p, iF),
56 fixedValueFvPatchVectorField(ptf, p, iF, mapper),
69 fixedValueFvPatchVectorField(p, iF),
82 fixedValueFvPatchVectorField(mwvpvf),
94 fixedValueFvPatchVectorField(mwvpvf, iF),
120 oldFc[i] = pp[i].centre(oldPoints);
141 fixedValueFvPatchVectorField::updateCoeffs();
148 writeEntryIfDifferent<word>(os,
"U",
"U", UName_);
149 writeEntry(
"value", os);
Mesh data needed to do the Finite Volume discretisation.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
virtual const pointField & oldPoints() const
Return old points for mesh motion.
This boundary condition provides a velocity condition for cases with moving walls. In addition, it should also be applied to 'moving' walls for moving reference frame (MRF) calculations.
A class for handling words, derived from string.
Calculate the mesh motion flux and convert fluxes from absolute to relative and back.
const GeometricField::PatchFieldType & patchField(const GeometricField &) const
Return the corresponding patchField of the named field.
Foam::fvPatchFieldMapper.
tmp< surfaceScalarField > meshPhi(const volVectorField &U)
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual void write(Ostream &) const
Write.
A patch is a list of labels that address the faces in the global face list.
movingWallVelocityFvPatchVectorField(const fvPatch &, const DimensionedField< vector, volMesh > &)
Construct from patch and internal field.
const Time & time() const
Return the top-level database.
const vectorField::subField faceCentres() const
Return face centres.
const polyPatch & patch() const
Return the polyPatch.
void operator=(const Field< vector > &)
scalar deltaTValue() const
Return time step value.
volVectorField vectorField(fieldObject, mesh)
virtual void write(Ostream &) const
Write.
Macros for easy insertion into run-time selection tables.
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
rDeltaT dimensionedInternalField()
tmp< vectorField > nf() const
Return face normals.
T lookupOrDefault(const word &, const T &, bool recursive=false, bool patternMatch=true) const
Find and return a T,.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
makePatchTypeField(fvPatchVectorField, SRFFreestreamVelocityFvPatchVectorField)
const scalarField & magSf() const
Return face area magnitudes.
virtual label size() const
Return size.
bool moving() const
Is mesh moving.
A class for managing temporary objects.