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

midPoint< Type > Class Template Reference

Mid-point interpolation (weighting factors = 0.5) scheme class. More...

#include <finiteVolume/midPoint.H>


Detailed Description

template<class Type>
class Foam::midPoint< Type >

Mid-point interpolation (weighting factors = 0.5) scheme class.

Source files

Definition at line 51 of file midPoint.H.

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

List of all members.

Public Member Functions

 TypeName ("midPoint")
 Runtime type information.
 midPoint (const fvMesh &mesh)
 Construct from mesh.
 midPoint (const fvMesh &mesh, Istream &)
 Construct from Istream.
 midPoint (const fvMesh &mesh, const surfaceScalarField &, Istream &)
 Construct from faceFlux and Istream.
tmp< surfaceScalarField >  weights (const GeometricField< Type, fvPatchField, volMesh > &) const
 Return the interpolation weighting factors.

Constructor & Destructor Documentation

midPoint ( const fvMesh &   mesh  ) [inline]

Construct from mesh.

Definition at line 70 of file midPoint.H.

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

Construct from Istream.

Definition at line 76 of file midPoint.H.

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

Construct from faceFlux and Istream.

Definition at line 83 of file midPoint.H.


Member Function Documentation

TypeName ( "midPoint< Type >"    )

Runtime type information.

tmp<surfaceScalarField> weights ( const GeometricField< Type, fvPatchField, volMesh > &    ) const [inline, virtual]

Return the interpolation weighting factors.

Implements surfaceInterpolationScheme< Type >.

Definition at line 97 of file midPoint.H.

References Foam::dimless, forAll, surfaceInterpolationScheme< Type >::mesh(), and timeName.


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