28Info<<
"Reading field U\n" << endl;
42Info<<
"Calculating wall distance field" << endl;
54 dimensionedScalar(dimLength, Zero),
55 fvPatchFieldBase::zeroGradientType()
57y.primitiveFieldRef() = wallDist::New(
mesh).y().primitiveField();
58y.correctBoundaryConditions();
62dimensionedScalar ybl(
"ybl", dimLength, Zero);
67 ybl.value() =
args.get<scalar>(
"ybl");
69else if (
args.found(
"Cbl"))
75Info<<
"\nCreating boundary-layer for U of thickness "
76 << ybl.value() <<
" m" <<
nl <<
endl;
91 fvPatchFieldBase::zeroGradientType()
Type gAverage(const FieldField< Field, Type > &f, const label comm)
The global arithmetic average of a FieldField.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
messageStream Info
Information stream (stdout output on master, null elsewhere).
Ostream & endl(Ostream &os)
Add newline and flush stream.
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
constexpr char nl
The newline '\n' character (0x0a).
Foam::argList args(argc, argv)