44 fixedValueFvPatchVectorField(
p, iF),
59 this->extrapolateInternal();
71 fixedValueFvPatchVectorField(ptf,
p, iF, mapper),
81 fixedValueFvPatchVectorField(ptf),
92 fixedValueFvPatchVectorField(ptf, iF),
106 const turbulenceModel& turbModel = db().lookupObject<turbulenceModel>
111 internalField().group()
115 tmp<scalarField> nuEff(turbModel.nuEff(patch().index()));
119 vector tauHat = tau0_/(
mag(tau0_) + ROOTVSMALL);
123 operator==(tauHat*(tauHat & (tau0_*(1.0/(ry*nuEff)) + Uc)));
125 fixedValueFvPatchVectorField::updateCoeffs();
132 os.writeEntry(
"tau", tau0_);
144 fixedShearStressFvPatchVectorField
Macros for easy insertion into run-time selection tables.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
A simple container of IOobject preferences. Can also be used for general handling of read/no-read/rea...
static word groupName(StringType base, const word &group)
Create dot-delimited name.group string.
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,...
This boundary condition sets a user-defined shear stress constant and uniform across a given patch by...
virtual void write(Ostream &) const
Write.
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
fixedShearStressFvPatchVectorField(const fvPatch &, const DimensionedField< vector, volMesh > &)
Construct from patch and internal field.
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.
A class for managing temporary objects.
Abstract base class for turbulence models (RAS, LES and laminar).
static const word propertiesName
Default name of the turbulence properties dictionary.
virtual tmp< volScalarField > nuEff() const =0
Return the effective viscosity.
A Vector of values with scalar precision, where scalar is float/double depending on the compilation f...
OBJstream os(runTime.globalPath()/outputName)
#define makePatchTypeField(PatchTypeField, typePatchTypeField)
Define a concrete fvPatchField type and add to run-time tables Example, (fvPatchScalarField,...
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
tmp< faMatrix< Type > > operator==(const faMatrix< Type > &, const faMatrix< Type > &)
dimensioned< typename typeOfMag< Type >::type > mag(const dimensioned< Type > &dt)
Field< vector > vectorField
Specialisation of Field<T> for vector.
static constexpr const zero Zero
Global zero (0).
fvPatchField< vector > fvPatchVectorField