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

Detailed Description

Definition in file DimensionedScalarField.C.

+ Include dependency graph for DimensionedScalarField.C:

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 > > 
pow (const DimensionedField< scalar, GeoMesh > &dsf1, const DimensionedField< scalar, GeoMesh > &dsf2)
template<class GeoMesh >
tmp< DimensionedField< scalar,
GeoMesh > > 
pow (const tmp< DimensionedField< scalar, GeoMesh > > &tdsf1, const DimensionedField< scalar, GeoMesh > &dsf2)
template<class GeoMesh >
tmp< DimensionedField< scalar,
GeoMesh > > 
pow (const DimensionedField< scalar, GeoMesh > &dsf1, const tmp< DimensionedField< scalar, GeoMesh > > &tdsf2)
template<class GeoMesh >
tmp< DimensionedField< scalar,
GeoMesh > > 
pow (const tmp< DimensionedField< scalar, GeoMesh > > &tdsf1, const tmp< DimensionedField< scalar, GeoMesh > > &tdsf2)
template<class GeoMesh >
tmp< DimensionedField< scalar,
GeoMesh > > 
pow (const DimensionedField< scalar, GeoMesh > &dsf, const dimensionedScalar &ds)
template<class GeoMesh >
tmp< DimensionedField< scalar,
GeoMesh > > 
pow (const tmp< DimensionedField< scalar, GeoMesh > > &tdsf, const dimensionedScalar &ds)
template<class GeoMesh >
tmp< DimensionedField< scalar,
GeoMesh > > 
pow (const DimensionedField< scalar, GeoMesh > &dsf, const scalar &s)
template<class GeoMesh >
tmp< DimensionedField< scalar,
GeoMesh > > 
pow (const tmp< DimensionedField< scalar, GeoMesh > > &tdsf, const scalar &s)
template<class GeoMesh >
tmp< DimensionedField< scalar,
GeoMesh > > 
pow (const dimensionedScalar &ds, const DimensionedField< scalar, GeoMesh > &dsf)
template<class GeoMesh >
tmp< DimensionedField< scalar,
GeoMesh > > 
pow (const dimensionedScalar &ds, const tmp< DimensionedField< scalar, GeoMesh > > &tdsf)
template<class GeoMesh >
tmp< DimensionedField< scalar,
GeoMesh > > 
pow (const scalar &s, const DimensionedField< scalar, GeoMesh > &dsf)
template<class GeoMesh >
tmp< DimensionedField< scalar,
GeoMesh > > 
pow (const scalar &s, const tmp< DimensionedField< scalar, GeoMesh > > &tdsf)
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 28 of file DimensionedScalarField.C.

#define BesselFunc (   func)

Definition at line 409 of file DimensionedScalarField.C.