FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

GeometricScalarField.H File Reference

Scalar specific part of the implementation of GeometricField. More...


Detailed Description

Scalar specific part of the implementation of GeometricField.

InClass Foam::GeometricScalarField

Source files

Definition in file GeometricScalarField.H.

#include "src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricField.H"
#include "src/OpenFOAM/fields/DimensionedFields/DimensionedScalarField/DimensionedScalarField.H"
#include "src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctionsM.H"
#include "src/OpenFOAM/fields/Fields/Field/undefFieldFunctionsM.H"
Include dependency graph for GeometricScalarField.H:

Go to the source code of this file.

Namespaces

namespace  Foam
 

Namespace for OpenFOAM.


Defines

#define  TEMPLATE   template<template<class> class PatchField, class GeoMesh>
#define  BesselFunc(func)

Functions

template<template< class > class PatchField, class GeoMesh >
void  stabilise (GeometricField< scalar, PatchField, GeoMesh > &result, const GeometricField< scalar, PatchField, GeoMesh > &gsf, const dimensioned< scalar > &ds)
template<template< class > class PatchField, class GeoMesh >
tmp< GeometricField< scalar,
PatchField, GeoMesh > >  
stabilise (const GeometricField< scalar, PatchField, GeoMesh > &gsf, const dimensioned< scalar > &ds)
template<template< class > class PatchField, class GeoMesh >
tmp< GeometricField< scalar,
PatchField, GeoMesh > >  
stabilise (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tgsf, const dimensioned< scalar > &ds)

Define Documentation

#define TEMPLATE   template<template<class> class PatchField, class GeoMesh>

Definition at line 41 of file GeometricScalarField.H.

#define BesselFunc (   func  )
Value:
\
template<template<class> class PatchField, class GeoMesh>                      \
void func                                                                      \
(                                                                              \
    GeometricField<scalar, PatchField, GeoMesh>& Res,                          \
    const int n,                                                               \
    const GeometricField<scalar, PatchField, GeoMesh>& sf                      \
);                                                                             \
                                                                               \
template<template<class> class PatchField, class GeoMesh>                      \
tmp<GeometricField<scalar, PatchField, GeoMesh> > func                         \
(                                                                              \
    const int n,                                                               \
    const GeometricField<scalar, PatchField, GeoMesh>&                         \
);                                                                             \
                                                                               \
template<template<class> class PatchField, class GeoMesh>                      \
tmp<GeometricField<scalar, PatchField, GeoMesh> > func                         \
(                                                                              \
    const int n,                                                               \
    const tmp<GeometricField<scalar, PatchField, GeoMesh> >&                   \
);

Definition at line 125 of file GeometricScalarField.H.