faceCutData Class Reference

Class to manage face cut data. More...

Inheritance diagram for faceCutData:
Collaboration diagram for faceCutData:

Public Member Functions

 faceCutData (const fvMesh &mesh, const label nActiveLayers, const scalarField &pointXs, const scalarField &plotXs)
 
void cache (const label celli, const label layeri)
 
const List< List< labelPair > > & faceCuts (const label layeri) const
 
const Pair< vectorField > & faceCutAreas (const label layeri) const
 
- Public Member Functions inherited from faceData
 faceData (const fvMesh &mesh, const label nActiveLayers, const scalarField &pointXs, const scalarField &plotXs)
 
void clear (const label layeri)
 

Additional Inherited Members

- Protected Member Functions inherited from faceData
label activeLayeri (const label layeri) const
 
- Protected Attributes inherited from faceData
const cellListcells_
 
const cellEdgeAddressingListcAddrs_
 
const scalarFieldcellVolumes_
 
const faceListfaces_
 
const vectorFieldfaceAreas_
 
const pointFieldfaceCentres_
 
const pointFieldpoints_
 
const scalarFieldpointXs_
 
const scalarFieldplotXs_
 
PtrList< DynamicList< label > > faceis_
 
PtrList< boolListhaveFaces_
 

Detailed Description

Class to manage face cut data.

Definition at line 161 of file cutLayerAverage.C.

Constructor & Destructor Documentation

◆ faceCutData()

faceCutData ( const fvMesh mesh,
const label  nActiveLayers,
const scalarField pointXs,
const scalarField plotXs 
)
inline

Definition at line 173 of file cutLayerAverage.C.

References faceData::faceis_, forAll, mesh, primitiveMesh::nFaces(), and PtrList< T >::set().

Here is the call graph for this function:

Member Function Documentation

◆ cache()

◆ faceCuts()

const List<List<labelPair> >& faceCuts ( const label  layeri) const
inline

Definition at line 229 of file cutLayerAverage.C.

References faceData::activeLayeri().

Referenced by faceFsData::cache().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ faceCutAreas()

const Pair<vectorField>& faceCutAreas ( const label  layeri) const
inline

Definition at line 234 of file cutLayerAverage.C.

References faceData::activeLayeri().

Here is the call graph for this function:

The documentation for this class was generated from the following file: