Go to the documentation of this file.
42 Info<<
"Calculating wall distance field" <<
endl;
55 zeroGradientFvPatchScalarField::typeName
58 y.correctBoundaryConditions();
67 ybl.value() =
args.
get<scalar>(
"ybl");
75 Info<<
"\nCreating boundary-layer for U of thickness "
76 << ybl.value() <<
" m" <<
nl <<
endl;
78 Info<<
"Creating mask field" <<
endl;
91 zeroGradientFvPatchScalarField::typeName
volVectorField U(IOobject("U", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE), mesh, dimensionedVector(dimVelocity, Zero))
const dimensionSet dimLength(0, 1, 0, 0, 0, 0, 0)
static constexpr const zero Zero
Type gAverage(const FieldField< Field, Type > &f)
Ostream & endl(Ostream &os)
T get(const label index) const
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
tmp< DimensionedField< TypeR, GeoMesh > > New(const tmp< DimensionedField< TypeR, GeoMesh >> &tdf1, const word &name, const dimensionSet &dimensions)
GeometricField< vector, fvPatchField, volMesh > volVectorField
Foam::argList args(argc, argv)
const dimensionSet dimless
bool found(const word &optName) const