faceFsData Class Reference

Class to manage face basis function data. More...

Inheritance diagram for faceFsData:
Collaboration diagram for faceFsData:

Public Member Functions

 faceFsData (const faceCutData &fcd, const fvMesh &mesh, const label nActiveLayers, const scalarField &pointXs, const scalarField &plotXs)
 
void cache (const label celli, const label layeri)
 
const Pair< scalarField > & pointFs (const label layeri) const
 
const Pair< scalarField > & faceFs (const label layeri) const
 
const Pair< Pair< scalarField > > & faceCutFs (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 basis function data.

Definition at line 242 of file cutLayerAverage.C.

Constructor & Destructor Documentation

◆ faceFsData()

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

Definition at line 259 of file cutLayerAverage.C.

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

Here is the call graph for this function:

Member Function Documentation

◆ cache()

◆ pointFs()

const Pair<scalarField>& pointFs ( const label  layeri) const
inline

Definition at line 370 of file cutLayerAverage.C.

References faceData::activeLayeri().

Here is the call graph for this function:

◆ faceFs()

const Pair<scalarField>& faceFs ( const label  layeri) const
inline

Definition at line 375 of file cutLayerAverage.C.

References faceData::activeLayeri().

Here is the call graph for this function:

◆ faceCutFs()

const Pair<Pair<scalarField> >& faceCutFs ( const label  layeri) const
inline

Definition at line 380 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: