sampledIsoSurfaceSurface.H File Reference
Include dependency graph for sampledIsoSurfaceSurface.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sampledIsoSurfaceSurface
 A base class for sampled surfaces constructed from iso-surfaces. More...
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 
 Foam::sampledSurfaces
 

Macros

#define DEFINE_SAMPLE(Type, nullArg)
 Sample field on the surface's faces. More...
 
#define DEFINE_INTERPOLATE(Type, nullArg)
 Interpolate field to the surface's points. More...
 

Detailed Description

Original source file sampledIsoSurfaceSurface.H

Definition in file sampledIsoSurfaceSurface.H.

Macro Definition Documentation

◆ DEFINE_SAMPLE

#define DEFINE_SAMPLE (   Type,
  nullArg 
)
Value:
virtual tmp<Field<Type>> sample \
( \
const VolField<Type>& \
) const;

Sample field on the surface's faces.

Definition at line 155 of file sampledIsoSurfaceSurface.H.

◆ DEFINE_INTERPOLATE

#define DEFINE_INTERPOLATE (   Type,
  nullArg 
)
Value:
virtual tmp<Field<Type>> interpolate \
( \
const interpolation<Type>& \
) const;
static tmp< SurfaceField< Type > > interpolate(const VolField< Type > &tvf, const surfaceScalarField &faceFlux, Istream &schemeData)
Interpolate field onto faces using scheme given by Istream.

Interpolate field to the surface's points.

Definition at line 164 of file sampledIsoSurfaceSurface.H.