sampledSurface.C File Reference
Include dependency graph for sampledSurface.C:

Go to the source code of this file.

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Macros

#define IMPLEMENT_SAMPLE(Type, nullArg)
 

Functions

 defineTypeNameAndDebug (sampledSurface, 0)
 
 defineRunTimeSelectionTable (sampledSurface, word)
 
 FOR_ALL_FIELD_TYPES (IMPLEMENT_SAMPLE)
 

Detailed Description

Original source file sampledSurface.C

Definition in file sampledSurface.C.

Macro Definition Documentation

◆ IMPLEMENT_SAMPLE

#define IMPLEMENT_SAMPLE (   Type,
  nullArg 
)
Value:
Foam::sampledSurface::sample \
( \
const SurfaceField<Type>& vField \
) const \
{ \
NotImplemented; \
return tmp<Field<Type>>(nullptr); \
}
A class for managing temporary objects.
Definition: tmp.H:55

Definition at line 240 of file sampledSurface.C.

Function Documentation

◆ FOR_ALL_FIELD_TYPES()

FOR_ALL_FIELD_TYPES ( IMPLEMENT_SAMPLE  )