interrogateWallPatches.H File Reference

Go to the source code of this file.

Functions

label faceId (-1)
 
label patchId (-1)
 
label nWallFaces (0)
 
 forAll (patches, patchi)
 
 if (nWallFaces==0)
 
scalarField y (wallNormal &(mesh.C().primitiveField() - mesh.C().boundaryField()[patchId][faceId]))
 

Variables

vector wallNormal (Zero)
 
const fvPatchList & patches = mesh.boundary()
 
 else
 
label cellId = patches[patchId].faceCells()[faceId]
 

Function Documentation

◆ faceId()

◆ patchId()

label patchId ( 1)

Referenced by patchMeshWriter::beginPiece(), ensightMesh::correct(), faBoundaryMesh::findPatchID(), polyBoundaryMesh::findPatchID(), for(), forAll(), if(), faBoundaryMesh::indices(), polyBoundaryMesh::indices(), calculatedProcessorFvPatchField< Type >::initInterfaceMatrixUpdate(), processorFvPatchField< Type >::initInterfaceMatrixUpdate(), lduCalculatedProcessorField< Type >::initInterfaceMatrixUpdate(), triSurfaceLoader::load(), structuredRenumber::renumber(), sampledPatchInternalField::sampleOnPoints(), cyclicAMIFvPatchField< Type >::updateInterfaceMatrix(), jumpCyclicFvPatchField< Type >::updateInterfaceMatrix(), jumpCyclicAMIFvPatchField< Type >::updateInterfaceMatrix(), cyclicFvPatchField< Type >::updateInterfaceMatrix(), cyclicACMIFvPatchField< Type >::updateInterfaceMatrix(), cyclicAMIFvPatchField< scalar >::updateInterfaceMatrix(), processorFvPatchField< Type >::updateInterfaceMatrix(), cyclicACMIGAMGInterfaceField::updateInterfaceMatrix(), cyclicAMIGAMGInterfaceField::updateInterfaceMatrix(), cyclicGAMGInterfaceField::updateInterfaceMatrix(), processorGAMGInterfaceField::updateInterfaceMatrix(), calculatedProcessorGAMGInterfaceField::updateInterfaceMatrix(), vtkWrite::write(), patchWriter::write(), patchMeshWriter::writeNeighIDs(), patchMeshWriter::writePatchIDs(), Foam::ensightOutput::writePointField(), patchMeshWriter::writePoints(), patchMeshWriter::writePolys(), patchMeshWriter::writePolysLegacy(), and Foam::ensightOutput::writeVolField().

Here is the caller graph for this function:

◆ nWallFaces()

label nWallFaces ( )

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 faceId(), FatalErrorInFunction, forAll, nWallFaces(), patches, patchId(), and wallNormal.

Here is the call graph for this function:

◆ if()

if ( nWallFaces  = = 0)

Definition at line 55 of file interrogateWallPatches.H.

References FatalErrorInFunction.

◆ y()

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

Variable Documentation

◆ wallNormal

vector wallNormal(Zero) ( Zero  )

Referenced by forAll().

◆ patches

const fvPatchList& patches = mesh.boundary()

Definition at line 8 of file interrogateWallPatches.H.

Referenced by forAll().

◆ else

else
Initial value:
{
Info<< "Generating wall data for patch: " << patches[patchId].name()
<< endl
label patchId(-1)
const fvPatchList & patches

Definition at line 60 of file interrogateWallPatches.H.

◆ cellId