FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

cubic< Type > Class Template Reference

Cubic interpolation scheme class derived from linear and returns linear weighting factors but also applies an explicit correction. More...

#include <finiteVolume/cubic.H>


Detailed Description

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

Cubic interpolation scheme class derived from linear and returns linear weighting factors but also applies an explicit correction.

Source files

Definition at line 52 of file cubic.H.

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

List of all members.

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, fvsPatchField,
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 74 of file cubic.H.

cubic ( const fvMesh &   mesh,
Istream &    
) [inline]

Construct from mesh and Istream.

Definition at line 81 of file cubic.H.

cubic ( const fvMesh &   mesh,
const surfaceScalarField &   ,
Istream &    
) [inline]

Construct from mesh, faceFlux and Istream.

Definition at line 91 of file cubic.H.


Member Function Documentation

TypeName ( "cubic< Type >"    )

Runtime type information.

virtual bool corrected (  ) const [inline, virtual]

Return true if this scheme uses an explicit correction.

Reimplemented from surfaceInterpolationScheme< Type >.

Definition at line 104 of file cubic.H.


The documentation for this class was generated from the following file:
  • src/finiteVolume/interpolation/surfaceInterpolation/schemes/cubic/cubic.H