33 Foam::sampledSurfaces::cuttingPlane::sampleField
44 Foam::sampledSurfaces::cuttingPlane::interpolateField
53 if (subMeshPtr_.valid())
56 subMeshPtr_().interpolate(volFld);
64 return surface().interpolate
68 ? pointAverage(tpointSubFld())()
81 return surface().interpolate
85 ? pointAverage(tpointFld())()
autoPtr< CompressibleMomentumTransportModel > New(const volScalarField &rho, const volVectorField &U, const surfaceScalarField &phi, const viscosity &viscosity)
Generic GeometricField class.
const GeometricField< Type, fvPatchField, volMesh > & psi() const
Return the field to be interpolated.
Pre-declare SubField and related Field type.
const Mesh & mesh() const
Return mesh.
static tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > interpolate(const GeometricField< Type, fvPatchField, volMesh > &tvf, const surfaceScalarField &faceFlux, Istream &schemeData)
Interpolate field onto faces using scheme given by Istream.
Abstract base class for interpolation.
A class for managing temporary objects.