Base class for interpolations that require a vol-point interpolated field. More...


Public Member Functions | |
| TypeName ("volPointInterpolation") | |
| Runtime type information. More... | |
| volPointInterpolation (const VolField< Type > &psi) | |
| Construct from components. More... | |
| volPointInterpolation (const volPointInterpolation< Type > &i) | |
| Copy construct. More... | |
| volPointInterpolation (const VolField< Type > &psi, tmp< PointField< Type >> psip) | |
| Construct from components. More... | |
| virtual | ~volPointInterpolation () |
| 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 49 of file volPointInterpolation_interpolation.H.
| volPointInterpolation | ( | const VolField< Type > & | psi | ) |
Construct from components.
Definition at line 32 of file volPointInterpolation_interpolation.C.
| volPointInterpolation | ( | const volPointInterpolation< Type > & | i | ) |
Copy construct.
Definition at line 50 of file volPointInterpolation_interpolation.C.
| volPointInterpolation | ( | const VolField< Type > & | psi, |
| tmp< PointField< Type >> | psip | ||
| ) |
Construct from components.
Definition at line 60 of file volPointInterpolation_interpolation.C.
|
virtual |
Definition at line 73 of file volPointInterpolation_interpolation.C.
| TypeName | ( | "volPointInterpolation< Type >" | ) |
Runtime type information.
|
inline |
Access the point field.
Definition at line 88 of file volPointInterpolation_interpolation.H.
References volPointInterpolation< Type >::psip_.
|
protected |
Interpolated volfield.
Definition at line 56 of file volPointInterpolation_interpolation.H.
Referenced by volPointInterpolation< Type >::psip().