41 fixedValueFvPatchVectorField(p, iF),
53 fixedValueFvPatchVectorField(p, iF, dict,
false),
68 fixedValueFvPatchVectorField(ptf, p, iF, mapper),
79 fixedValueFvPatchVectorField(ptf, iF),
98 momentumTransportModel::typeName,
99 internalField().
group()
107 vector tauHat = tau0_/(
mag(tau0_) + rootVSmall);
111 operator==(tauHat*(tauHat & (tau0_*(1.0/(ry*nuEff)) + Uc)));
113 fixedValueFvPatchVectorField::updateCoeffs();
const char *const group
Group name for atomic constants.
A list of keyword definitions, which are a keyword followed by any number of values (e...
Set a constant shear stress as tau0 = -nuEff dU/dn.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
virtual void write(Ostream &) const
Write.
Macros for easy insertion into run-time selection tables.
tmp< fvMatrix< Type > > operator==(const fvMatrix< Type > &, const fvMatrix< Type > &)
static word groupName(Name name, const word &group)
Foam::fvPatchFieldMapper.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
void writeEntry(Ostream &os, const HashTable< T, Key, Hash > &ht)
Abstract base class for turbulence models (RAS, LES and laminar).
T lookupOrDefault(const word &, const T &, bool recursive=false, bool patternMatch=true) const
Find and return a T,.
fixedShearStressFvPatchVectorField(const fvPatch &, const DimensionedField< vector, volMesh > &)
Construct from patch and internal field.
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
dimensioned< scalar > mag(const dimensioned< Type > &)
virtual void write(Ostream &) const
Write.
makePatchTypeField(fvPatchScalarField, atmBoundaryLayerInletEpsilonFvPatchScalarField)
virtual tmp< volScalarField > nuEff() const =0
Return the effective viscosity.