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

Go to the source code of this file.

Classes

class  patch
 A sampledSurface on patches. Non-triangulated by default. 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 sampledPatch.H

Definition in file sampledPatch.H.

Macro Definition Documentation

◆ DEFINE_SAMPLE

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

Sample field on the surface's faces.

Definition at line 213 of file sampledPatch.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 227 of file sampledPatch.H.