FreeFOAM The Cross-Platform CFD Toolkit
scalarField.H File Reference

Detailed Description

Definition in file scalarField.H.

+ Include dependency graph for scalarField.H:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Foam
 Namespace for OpenFOAM.

Macros

#define TEMPLATE
#define BesselFunc(func)

Functions

void component (scalarField &sf, const UList< scalar > &f, const direction)
void stabilise (scalarField &res, const UList< scalar > &sf, const scalar s)
tmp< scalarFieldstabilise (const UList< scalar > &sf, const scalar s)
tmp< scalarFieldstabilise (const tmp< scalarField > &tsf, const scalar s)
void jn (scalarField &res, const int n, const UList< scalar > &sf)
tmp< scalarFieldjn (const int n, const UList< scalar > &sf)
tmp< scalarFieldjn (const int n, const tmp< scalarField > &tsf)
void yn (scalarField &res, const int n, const UList< scalar > &sf)
tmp< scalarFieldyn (const int n, const UList< scalar > &sf)
tmp< scalarFieldyn (const int n, const tmp< scalarField > &tsf)

Macro Definition Documentation

#define TEMPLATE

Definition at line 40 of file scalarField.H.

#define BesselFunc (   func)
Value:
void func(scalarField& Res, const int n, const UList<scalar>& sf); \
tmp<scalarField> func(const int n, const UList<scalar>&); \
tmp<scalarField> func(const int n, const tmp<scalarField>&);

Definition at line 125 of file scalarField.H.