12 const fvPatch& currPatch =
patches[patchi];
14 if (isA<wallFvPatch>(currPatch))
16 const vectorField nf(currPatch.nf());
30 const vector wallNormal2 = -nf[facei];
40 <<
"wall faces are not parallel for patches "
42 << currPatch.name() << nl
49 << nl << exit(FatalError);
62 Info<<
"Generating wall data for patch: " <<
patches[
patchId].name()
76Info<<
" Height to first cell centre y0 = " <<
y[
cellId] << endl;
A Vector of values with scalar precision, where scalar is float/double depending on the compilation f...
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
const fvPatchList & patches
#define forAll(list, i)
Loop across all elements in list.