interrogateWallPatches.H File Reference

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]
 

Function Documentation

◆ faceId()

label faceId ( 1)

Referenced by forAll(), FacePostProcessing< CloudType >::postFace(), and ensightPartCells::~ensightPartCells().

Here is the caller graph for this function:

◆ patchId()

label patchId ( 1)

Referenced by forAll(), and NamedEnum< compressibleField, 8 >::names().

Here is the caller graph for this function:

◆ nWallFaces()

label nWallFaces ( )

Referenced by forAll().

Here is the caller graph for this function:

◆ wallNormal()

vector wallNormal ( Zero  )

Referenced by forAll().

Here is the caller graph for this function:

◆ forAll()

forAll ( patches  ,
patchi   
)

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().

Here is the call graph for this function:

◆ if()

if ( nWallFaces  = = 0)

Definition at line 55 of file interrogateWallPatches.H.

References Foam::exit(), Foam::FatalError, and FatalErrorInFunction.

Here is the call graph for this function:

◆ y()

scalarField y ( wallNormal mesh.C().primitiveField() - mesh.C().boundaryField()[patchId][faceId])

Variable Documentation

◆ patches

const fvPatchList& patches = mesh.boundary()

Definition at line 8 of file interrogateWallPatches.H.

Referenced by fvMeshAdder::add(), cellToCellStencil::allCoupledFacesPatch(), cellToFaceStencil::allCoupledFacesPatch(), decompositionMethod::calcCellCells(), cellToFaceStencil::calcFaceStencil(), FvFaceCellWave< Type, TrackingData >::cellToFace(), Foam::polyMeshCheck::checkFaceDotProduct(), Foam::polyMeshCheck::checkFaceSkewness(), Foam::polyMeshCheck::checkFaceTets(), polyMeshTetDecomposition::checkFaceTets(), Foam::polyMeshCheck::checkFaceTwist(), Foam::polyMeshCheck::checkFaceWeights(), hexRef8::checkMesh(), edgeCollapser::checkMeshQuality(), Foam::polyMeshCheck::checkVolRatio(), SSG< BasicMomentumTransportModel >::correct(), LRR< BasicMomentumTransportModel >::correct(), advectionDiffusion::correct(), ReynoldsStress< LESModel< BasicMomentumTransportModel > >::correctWallShearStress(), meshRefinement::createZoneBaffles(), decompositionMethod::decompose(), fvMeshDistribute::distribute(), extendedCellToCellStencil::extendedCellToCellStencil(), extendedCellToFaceStencil::extendedCellToFaceStencil(), extendedFaceToCellStencil::extendedFaceToCellStencil(), localPointRegion::findDuplicateFacePairs(), polyMeshTetDecomposition::findFaceBasePts(), fvBoundaryMesh::findPatchID(), polyBoundaryMesh::findPatchID(), forAll(), FreeStream< CloudType >::FreeStream(), fvBoundaryMeshMapper::fvBoundaryMeshMapper(), removeCells::getExposedFaces(), syncTools::getInternalOrCoupledFaces(), syncTools::getInternalOrMasterFaces(), syncTools::getMasterFaces(), volPointInterpolation::interpolateUnconstrained(), SpalartAllmarasDES< BasicMomentumTransportModel >::k(), localPointRegion::localPointRegion(), meshRefinement::makePatch(), meshToMesh::mapAndOpTgtToSrc(), meshRefinement::mergeBaffles(), meshRefinement::meshedPatches(), Foam::min(), fvMesh::movePoints(), NamedEnum< compressibleField, 8 >::names(), polyBoundaryMesh::names(), ensightMesh::nFacePrimitives::nFacePrimitives(), patchMeanVelocityForce::patchMeanVelocityForce(), polyBoundaryMesh::physicalTypes(), pointBoundaryMeshMapper::pointBoundaryMeshMapper(), fvMesh::polyBFacePatches(), polyBoundaryMesh::polyBoundaryMesh(), Foam::polyMeshUnMergeCyclics(), fvMeshDistribute::printCoupleInfo(), fvMeshDistribute::printMeshInfo(), processorTopology::processorTopology(), polyBoundaryMesh::renamePatches(), polyBoundaryMesh::reorderPatches(), polyMesh::reset(), patchProbes::sample(), motionSmootherAlgo::scaleMesh(), meshRefinement::selectSeparatedCoupledFaces(), polyBoundaryMesh::setGroup(), duplicatePoints::setRefinement(), removeCells::setRefinement(), perfectInterface::setRefinement(), fvMatrix< Type >::setValue(), fvBoundaryMesh::shuffle(), surfacePatchIOList::surfacePatchIOList(), syncTools::swapBoundaryCellList(), syncTools::swapBoundaryCellPositions(), syncTools::syncBoundaryFaceList(), syncTools::syncEdgeMap(), syncTools::syncFaceList(), syncTools::syncPointMap(), meshRefinement::testSyncBoundaryFaceList(), motionSmootherAlgo::topoChange(), polyBoundaryMesh::types(), cellToFaceStencil::validBoundaryFaces(), cellToCellStencil::validBoundaryFaces(), wallHeatFlux::write(), wallShearStress::write(), wallHeatTransferCoeff::write(), polyBoundaryMesh::writeData(), Foam::zeroDimensionalFvMesh(), meshRefinement::zonify(), repatchPolyTopoChanger::~repatchPolyTopoChanger(), and wallHeatTransferCoeffModel::~wallHeatTransferCoeffModel().

◆ else

else
Initial value:
{
Info<< "Generating wall data for patch: " << patches[patchId].name()
<< endl
const fvPatchList & patches
label patchId(-1)
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition: Ostream.H:251
messageStream Info

Definition at line 61 of file interrogateWallPatches.H.

◆ cellId