Base class for interpolations that require a vol-point interpolated field. More...
Public Member Functions | |
TypeName ("interpolationVolPointInterpolation") | |
Runtime type information. More... | |
interpolationVolPointInterpolation (const VolField< Type > &psi) | |
Construct from components. More... | |
interpolationVolPointInterpolation (const interpolationVolPointInterpolation< Type > &i) | |
Copy construct. More... | |
interpolationVolPointInterpolation (const VolField< Type > &psi, tmp< PointField< Type >> psip) | |
Construct from components. More... | |
virtual | ~interpolationVolPointInterpolation () |
const PointField< Type > & | psip () const |
Access the point field. More... | |
Protected Attributes | |
const PointField< Type > | psip_ |
Interpolated volfield. More... | |
Base class for interpolations that require a vol-point interpolated field.
Definition at line 47 of file interpolationVolPointInterpolation.H.
interpolationVolPointInterpolation | ( | const VolField< Type > & | psi | ) |
Construct from components.
Definition at line 32 of file interpolationVolPointInterpolation.C.
interpolationVolPointInterpolation | ( | const interpolationVolPointInterpolation< Type > & | i | ) |
Copy construct.
Definition at line 51 of file interpolationVolPointInterpolation.C.
interpolationVolPointInterpolation | ( | const VolField< Type > & | psi, |
tmp< PointField< Type >> | psip | ||
) |
Construct from components.
Definition at line 62 of file interpolationVolPointInterpolation.C.
|
inlinevirtual |
Definition at line 87 of file interpolationVolPointInterpolation.H.
TypeName | ( | "interpolationVolPointInterpolation< Type >" | ) |
Runtime type information.
|
inline |
Access the point field.
Definition at line 95 of file interpolationVolPointInterpolation.H.
References interpolationVolPointInterpolation< Type >::psip_.
|
protected |
Interpolated volfield.
Definition at line 54 of file interpolationVolPointInterpolation.H.
Referenced by interpolationVolPointInterpolation< Type >::psip().