Go to the documentation of this file.
44 fixedValueFvPatchVectorField(
p, iF),
56 fixedValueFvPatchVectorField(
p, iF,
dict, false),
71 fixedValueFvPatchVectorField(ptf,
p, iF, mapper),
81 fixedValueFvPatchVectorField(ptf),
92 fixedValueFvPatchVectorField(ptf, iF),
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();
133 writeEntry(
"value",
os);
144 fixedShearStressFvPatchVectorField
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
virtual void write(Ostream &) const
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
fixedShearStressFvPatchVectorField(const fvPatch &, const DimensionedField< vector, volMesh > &)
constexpr const char *const group
Set a constant shear stress as tau0 = -nuEff dU/dn.
A class for managing temporary objects.
static constexpr const zero Zero
static const word propertiesName
Field< vector > vectorField
Specialisation of Field<T> for vector.
Generic templated field type.
tmp< faMatrix< Type > > operator==(const faMatrix< Type > &, const faMatrix< Type > &)
ThermalDiffusivity< CompressibleTurbulenceModel< fluidThermo > > turbulenceModel
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
Abstract base class for turbulence models (RAS, LES and laminar).
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.
Vector< scalar > vector
A scalar version of the templated Vector.
virtual void write(Ostream &) const
fvPatchField< vector > fvPatchVectorField
dimensioned< typename typeOfMag< Type >::type > mag(const dimensioned< Type > &dt)
Ostream & writeEntry(const keyType &key, const T &value)
virtual void updateCoeffs()
Foam::fvPatchFieldMapper.
static word groupName(StringType base, const word &group)
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
makePatchTypeField(fvPatchScalarField, atmBoundaryLayerInletEpsilonFvPatchScalarField)
virtual tmp< volScalarField > nuEff() const =0
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...