surfaceInterpolation Class Reference

Cell to surface interpolation scheme. Included in fvMesh. More...

Inheritance diagram for surfaceInterpolation:
[legend]

Public Member Functions

 ClassName ("surfaceInterpolation")
 
 surfaceInterpolation (const fvMesh &)
 Construct given an fvMesh. More...
 
virtual ~surfaceInterpolation ()
 Destructor. More...
 
virtual const fvGeometrySchemegeometry () const
 Return reference to geometry calculation scheme. More...
 
void geometry (tmp< fvGeometryScheme > &)
 Set geometry calculation scheme. More...
 
virtual const surfaceScalarFieldweights () const
 Return reference to linear difference weighting factors. More...
 
virtual const surfaceScalarFielddeltaCoeffs () const
 Return reference to cell-centre difference coefficients. More...
 
virtual const surfaceScalarFieldnonOrthDeltaCoeffs () const
 Return reference to non-orthogonal cell-centre difference. More...
 
virtual const surfaceVectorFieldnonOrthCorrectionVectors () const
 Return reference to non-orthogonality correction vectors. More...
 
virtual bool movePoints ()
 Do what is necessary if the mesh has moved. More...
 
virtual void updateGeom ()
 Update all geometric data. More...
 

Protected Member Functions

void clearOut ()
 Clear all geometry and addressing. More...
 

Detailed Description

Cell to surface interpolation scheme. Included in fvMesh.

Source files

Definition at line 58 of file surfaceInterpolation.H.

Constructor & Destructor Documentation

◆ surfaceInterpolation()

surfaceInterpolation ( const fvMesh fvm)
explicit

Construct given an fvMesh.

Definition at line 60 of file surfaceInterpolation.C.

◆ ~surfaceInterpolation()

~surfaceInterpolation ( )
virtual

Destructor.

Definition at line 72 of file surfaceInterpolation.C.

Member Function Documentation

◆ clearOut()

void clearOut ( )
protected

Clear all geometry and addressing.

Definition at line 49 of file surfaceInterpolation.C.

Referenced by fvMesh::clearOutLocal(), dynamicRefineFvMesh::mapFields(), and fvMesh::updateMesh().

Here is the caller graph for this function:

◆ ClassName()

ClassName ( "surfaceInterpolation"  )

◆ geometry() [1/2]

const Foam::fvGeometryScheme & geometry ( ) const
virtual

Return reference to geometry calculation scheme.

Definition at line 80 of file surfaceInterpolation.C.

References fvGeometryScheme::New().

Here is the call graph for this function:

◆ geometry() [2/2]

void geometry ( tmp< fvGeometryScheme > &  schemePtr)

Set geometry calculation scheme.

Definition at line 96 of file surfaceInterpolation.C.

◆ weights()

const Foam::surfaceScalarField & weights ( ) const
virtual

Return reference to linear difference weighting factors.

Definition at line 102 of file surfaceInterpolation.C.

Referenced by cubic< Type >::correction().

Here is the caller graph for this function:

◆ deltaCoeffs()

const Foam::surfaceScalarField & deltaCoeffs ( ) const
virtual

Return reference to cell-centre difference coefficients.

Definition at line 113 of file surfaceInterpolation.C.

Referenced by CoBlended< Type >::blendingFactor(), contactAngleForce::correct(), orthogonalSnGrad< Type >::deltaCoeffs(), and reactingOneDim::solidRegionDiffNo().

Here is the caller graph for this function:

◆ nonOrthDeltaCoeffs()

const Foam::surfaceScalarField & nonOrthDeltaCoeffs ( ) const
virtual

Return reference to non-orthogonal cell-centre difference.

coefficients

Definition at line 125 of file surfaceInterpolation.C.

Referenced by CentredFitSnGradScheme< Type, Polynomial, Stencil >::deltaCoeffs(), correctedSnGrad< Type >::deltaCoeffs(), faceCorrectedSnGrad< Type >::deltaCoeffs(), skewCorrectedSnGrad< Type >::deltaCoeffs(), uncorrectedSnGrad< Type >::deltaCoeffs(), relaxedSnGrad< Type >::deltaCoeffs(), and limitedSnGrad< Type >::deltaCoeffs().

Here is the caller graph for this function:

◆ nonOrthCorrectionVectors()

const Foam::surfaceVectorField & nonOrthCorrectionVectors ( ) const
virtual

Return reference to non-orthogonality correction vectors.

Definition at line 137 of file surfaceInterpolation.C.

◆ movePoints()

bool movePoints ( )
virtual

Do what is necessary if the mesh has moved.

Definition at line 151 of file surfaceInterpolation.C.

References Foam::expressions::patchExpr::debug, Foam::endl(), and Foam::Pout.

Referenced by fvMesh::movePoints(), dynamicInkJetFvMesh::update(), dynamicMotionSolverListFvMesh::update(), dynamicMultiMotionSolverFvMesh::update(), dynamicMotionSolverFvMesh::update(), and dynamicMotionSolverFvMeshAMI::update().

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

◆ updateGeom()

void updateGeom ( )
virtual

Update all geometric data.

Reimplemented in fvMesh.

Definition at line 172 of file surfaceInterpolation.C.

References Foam::expressions::patchExpr::debug, Foam::endl(), and Foam::Pout.

Referenced by fvMesh::updateGeom().

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

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