cellPoint< Type > Class Template Reference

Piecewise-linear interpolation method. Uses volPointInterpolation to create values on the points. Then uses a face-diagonal tetrahedral decomposition to linearly interpolate between the values at the points and at the cell-centres. More...

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

Public Member Functions

 TypeName ("cellPoint")
 Runtime type information. More...
 
virtual autoPtr< interpolation< Type > > clone () const
 Clone. More...
 

Detailed Description

template<class Type>
class Foam::interpolations::cellPoint< Type >

Piecewise-linear interpolation method. Uses volPointInterpolation to create values on the points. Then uses a face-diagonal tetrahedral decomposition to linearly interpolate between the values at the points and at the cell-centres.

Source files

Definition at line 209 of file cellPoint_interpolation.H.

Member Function Documentation

◆ TypeName()

TypeName ( "cellPoint< Type >"  )

Runtime type information.

◆ clone()

virtual autoPtr<interpolation<Type> > clone ( ) const
inlinevirtual

Clone.

Reimplemented in cellPointWallModified< Type >.

Definition at line 231 of file cellPoint_interpolation.H.


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