Go to the source code of this file.
Functions | |
| label | faceId (-1) |
| label | patchId (-1) |
| label | nWallFaces (0) |
| vector | wallNormal (Zero) |
| forAll (patches, patchi) | |
| if (nWallFaces==0) | |
| scalarField | y (wallNormal &(mesh.C().primitiveField() - mesh.C().boundaryField()[patchId][faceId])) |
Variables | |
| const fvPatchList & | patches = mesh.boundary() |
| else | |
| label | cellId = patches[patchId].faceCells()[faceId] |
| label faceId | ( | - | 1 | ) |
Referenced by forAll(), NamedEnum< directionType, 3 >::names(), FacePostProcessing< CloudType >::postFace(), and ensightPartCells::~ensightPartCells().

| label patchId | ( | - | 1 | ) |
| label nWallFaces | ( | 0 | ) |
Referenced by forAll(), cellDistFuncs::mesh(), and cellDistFuncs::smallestDist().

| vector wallNormal | ( | Zero | ) |
Check that wall faces are parallel
Definition at line 10 of file interrogateWallPatches.H.
References Foam::exit(), faceId(), Foam::FatalError, FatalErrorInFunction, Foam::mag(), Foam::nl, nWallFaces(), patches, patchi, patchId(), vectorField(), and wallNormal().

| if | ( | nWallFaces | = = 0 | ) |
Definition at line 55 of file interrogateWallPatches.H.
References Foam::exit(), Foam::FatalError, and FatalErrorInFunction.

| scalarField y | ( | wallNormal & | mesh.C().primitiveField() - mesh.C().boundaryField()[patchId][faceId] | ) |
| const fvPatchList& patches = mesh.boundary() |
Definition at line 8 of file interrogateWallPatches.H.
Referenced by forAll().
| else |
Definition at line 61 of file interrogateWallPatches.H.
Definition at line 67 of file interrogateWallPatches.H.
Referenced by STARCD::readBoundary(), and thermalBaffle::solveEnergy().
1.8.13