44 fixedValueFvPatchVectorField(
p, iF)
56 fixedValueFvPatchVectorField(
p, iF,
dict)
69 fixedValueFvPatchVectorField(ptf,
p, iF, mapper)
79 fixedValueFvPatchVectorField(mwvpvf)
90 fixedValueFvPatchVectorField(mwvpvf, iF)
108 oldFc[i] =
pp[i].centre(oldPoints);
111 const scalar deltaT =
mesh.time().deltaTValue();
127 return (Up +
n*(Un - (
n & Up)));
138 const fvMesh&
mesh = internalField().mesh();
146 fixedValueFvPatchVectorField::updateCoeffs();
164 movingWallVelocityFvPatchVectorField
Macros for easy insertion into run-time selection tables.
uindirectPrimitivePatch pp(UIndirectList< face >(mesh.faces(), faceLabels), mesh.points())
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
void operator=(const Field< vector > &)
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Mesh data needed to do the Finite Volume discretisation.
A FieldMapper for finite-volume patch fields.
virtual void write(Ostream &) const
Write.
void writeValueEntry(Ostream &os) const
Write *this field as a "value" entry.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
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.
virtual void write(Ostream &) const
Write.
tmp< vectorField > Uwall() const
Return wall velocity field.
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
A patch is a list of labels that address the faces in the global face list.
A class for managing temporary objects.
OBJstream os(runTime.globalPath()/outputName)
#define makePatchTypeField(PatchTypeField, typePatchTypeField)
Define a concrete fvPatchField type and add to run-time tables Example, (fvPatchScalarField,...
Calculate the mesh motion flux and convert fluxes from absolute to relative and back.
tmp< surfaceScalarField > meshPhi(const volVectorField &U)
GeometricField< vector, fvPatchField, volMesh > volVectorField
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
Field< vector > vectorField
Specialisation of Field<T> for vector.
vectorField pointField
pointField is a vectorField.
fvPatchField< vector > fvPatchVectorField
#define forAll(list, i)
Loop across all elements in list.