phaseStabilisedSnGrad< Type > Class Template Reference

snGrad scheme with phase-fraction limited non-orthogonal correction. More...

Inheritance diagram for phaseStabilisedSnGrad< Type >:
Collaboration diagram for phaseStabilisedSnGrad< Type >:

Public Member Functions

 TypeName ("phaseStabilised")
 Runtime type information. More...
 
 phaseStabilisedSnGrad (const fvMesh &mesh, Istream &schemeData)
 Construct from mesh and data stream. More...
 
virtual ~phaseStabilisedSnGrad ()
 Destructor. More...
 
virtual tmp< surfaceScalarFielddeltaCoeffs (const VolField< Type > &vf) const
 Return the interpolation weighting factors for the given field. More...
 
virtual bool corrected () const
 Return true if this scheme uses an explicit correction. More...
 
virtual tmp< SurfaceField< Type > > correction (const VolField< Type > &) const
 Return the explicit correction to the phaseStabilisedSnGrad. More...
 
void operator= (const phaseStabilisedSnGrad &)=delete
 Disallow default bitwise assignment. More...
 
- Public Member Functions inherited from snGradScheme< Type >
virtual const wordtype () const =0
 Runtime type information. More...
 
 declareRunTimeSelectionTable (tmp, snGradScheme, Mesh,(const fvMesh &mesh, Istream &schemeData),(mesh, schemeData))
 
 snGradScheme (const fvMesh &mesh)
 Construct from mesh. More...
 
 snGradScheme (const snGradScheme &)
 Disallow default bitwise copy construction. More...
 
virtual ~snGradScheme ()
 Destructor. More...
 
const fvMeshmesh () const
 Return mesh reference. More...
 
virtual tmp< SurfaceField< Type > > snGrad (const VolField< Type > &) const
 Return the snGrad of the given cell field. More...
 
tmp< SurfaceField< Type > > snGrad (const tmp< VolField< Type >> &) const
 Return the snGrad of the given tmp cell field. More...
 
void operator= (const snGradScheme &)=delete
 Disallow default bitwise assignment. More...
 
- Public Member Functions inherited from refCount
int count () const
 Return the current reference count. More...
 
bool unique () const
 Return true if the reference count is zero. More...
 
void operator++ ()
 Increment the reference count. More...
 
void operator++ (int)
 Increment the reference count. More...
 
void operator-- ()
 Decrement the reference count. More...
 
void operator-- (int)
 Decrement the reference count. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from snGradScheme< Type >
static tmp< snGradScheme< Type > > New (const fvMesh &mesh, Istream &schemeData)
 Return new tmp interpolation scheme. More...
 
static tmp< SurfaceField< Type > > snGrad (const VolField< Type > &, const tmp< surfaceScalarField > &, const word &snGradName="snGrad")
 Return the snGrad of the given cell field with the given deltaCoeffs. More...
 
static tmp< SurfaceField< Type > > sndGrad (const VolField< Type > &, const word &snGradName="sndGrad")
 Return the sndGrad of the given cell field. More...
 
- Protected Member Functions inherited from refCount
 refCount ()
 Construct null initialising count to 0. More...
 

Detailed Description

template<class Type>
class Foam::fv::phaseStabilisedSnGrad< Type >

snGrad scheme with phase-fraction limited non-orthogonal correction.

When the phase-fraction is less than 1e-3 the non-orthogonal correction is set to 0.

Source files

Definition at line 57 of file phaseStabilisedSnGrad.H.

Constructor & Destructor Documentation

◆ phaseStabilisedSnGrad()

phaseStabilisedSnGrad ( const fvMesh mesh,
Istream schemeData 
)

Construct from mesh and data stream.

Definition at line 44 of file phaseStabilisedSnGrad.C.

◆ ~phaseStabilisedSnGrad()

Destructor.

Definition at line 61 of file phaseStabilisedSnGrad.C.

Member Function Documentation

◆ TypeName()

TypeName ( "phaseStabilised"  )

Runtime type information.

◆ deltaCoeffs()

tmp< surfaceScalarField > deltaCoeffs ( const VolField< Type > &  vf) const
virtual

Return the interpolation weighting factors for the given field.

Implements snGradScheme< Type >.

Definition at line 68 of file phaseStabilisedSnGrad.C.

◆ corrected()

virtual bool corrected ( ) const
inlinevirtual

Return true if this scheme uses an explicit correction.

Reimplemented from snGradScheme< Type >.

Definition at line 91 of file phaseStabilisedSnGrad.H.

◆ correction()

tmp< SurfaceField< Type > > correction ( const VolField< Type > &  vf) const
virtual

◆ operator=()

void operator= ( const phaseStabilisedSnGrad< Type > &  )
delete

Disallow default bitwise assignment.


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