37 Foam::sampledCuttingPlane::sampleField
39 const GeometricField<Type, fvPatchField, volMesh>& vField
48 Foam::sampledCuttingPlane::interpolateField
50 const interpolation<Type>& interpolator
54 const GeometricField<Type, fvPatchField, volMesh>& volFld =
57 if (subMeshPtr_.valid())
59 tmp<GeometricField<Type, fvPatchField, volMesh> > tvolSubFld =
60 subMeshPtr_().interpolate(volFld);
62 const GeometricField<Type, fvPatchField, volMesh>& volSubFld =
65 tmp<GeometricField<Type, pointPatchField, pointMesh> > tpointSubFld =
69 return surface().interpolate(volSubFld, tpointSubFld());
73 tmp<GeometricField<Type, pointPatchField, pointMesh> > tpointFld
79 return surface().interpolate(volFld, tpointFld());