OpenFOAM logo
Open Source CFD Toolkit

cubic Class Template Reference

Inheritance diagram for cubic:

Inheritance graph
[legend]
Collaboration diagram for cubic:

Collaboration graph
[legend]
List of all members.

template<class Type>
class Foam::cubic< Type >


Public Member Functions

 TypeName ("cubic")
 Runtime type information.
 cubic (const fvMesh &mesh)
 Construct from mesh.
 cubic (const fvMesh &mesh, Istream &)
 Construct from mesh and Istream.
 cubic (const fvMesh &mesh, const surfaceScalarField &, Istream &)
 Construct from mesh, faceFlux and Istream.
virtual bool corrected () const
 Return true if this scheme uses an explicit correction.
virtual tmp< GeometricField<
Type, fvPatchField, surfaceMesh > > 
correction (const GeometricField< Type, fvPatchField, volMesh > &vf) const
 Return the explicit correction to the face-interpolate.

Constructor & Destructor Documentation

cubic const fvMesh mesh  )  [inline]
 

Construct from mesh.

Definition at line 82 of file cubic.H.

cubic const fvMesh mesh,
Istream
[inline]
 

Construct from mesh and Istream.

Definition at line 89 of file cubic.H.

References Foam::surfaceScalarField.

cubic const fvMesh mesh,
const surfaceScalarField ,
Istream
[inline]
 

Construct from mesh, faceFlux and Istream.

Definition at line 99 of file cubic.H.


Member Function Documentation

virtual bool corrected  )  const [inline, virtual]
 

Return true if this scheme uses an explicit correction.

Reimplemented from surfaceInterpolationScheme.

Definition at line 112 of file cubic.H.

References mesh.

virtual tmp<GeometricField<Type, fvPatchField, surfaceMesh> > correction const GeometricField< Type, fvPatchField, volMesh > &  vf  )  const [inline, virtual]
 

Return the explicit correction to the face-interpolate.

Reimplemented from surfaceInterpolationScheme.

Definition at line 120 of file cubic.H.

References Foam::direction, mesh, Foam::surfaceScalarField, and Foam::vector.

TypeName "cubic< Type >"   ) 
 

Runtime type information.


The documentation for this class was generated from the following file:
For further information go to www.openfoam.org