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

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


Detailed Description

Scalar specific part of the implementation of DimensionedField.

InClass Foam::DimensionedScalarField

Source files

Definition in file DimensionedScalarField.H.

+ Include dependency graph for DimensionedScalarField.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   template<class GeoMesh>
#define BesselFunc(func)

Functions

template<class GeoMesh >
tmp< DimensionedField< scalar,
GeoMesh > > 
stabilise (const DimensionedField< scalar, GeoMesh > &dsf, const dimensioned< scalar > &ds)
template<class GeoMesh >
tmp< DimensionedField< scalar,
GeoMesh > > 
stabilise (const tmp< DimensionedField< scalar, GeoMesh > > &tdsf, const dimensioned< scalar > &ds)
template<class GeoMesh >
tmp< DimensionedField< scalar,
GeoMesh > > 
jn (const int n, const DimensionedField< scalar, GeoMesh > &dsf)
template<class GeoMesh >
tmp< DimensionedField< scalar,
GeoMesh > > 
jn (const int n, const tmp< DimensionedField< scalar, GeoMesh > > &tdsf)
template<class GeoMesh >
tmp< DimensionedField< scalar,
GeoMesh > > 
yn (const int n, const DimensionedField< scalar, GeoMesh > &dsf)
template<class GeoMesh >
tmp< DimensionedField< scalar,
GeoMesh > > 
yn (const int n, const tmp< DimensionedField< scalar, GeoMesh > > &tdsf)

Macro Definition Documentation

#define TEMPLATE   template<class GeoMesh>

Definition at line 41 of file DimensionedScalarField.H.

#define BesselFunc (   func)
Value:
\
template<class GeoMesh> \
tmp<DimensionedField<scalar, GeoMesh> > func \
( \
const int n, \
const DimensionedField<scalar, GeoMesh>& \
); \
\
template<class GeoMesh> \
tmp<DimensionedField<scalar, GeoMesh> > func \
( \
const int n, \
const tmp<DimensionedField<scalar, GeoMesh> >& \
);

Definition at line 117 of file DimensionedScalarField.H.