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

Go to the source code of this file.

Namespaces

 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 > > atan2 (const DimensionedField< scalar, GeoMesh > &dsf1, const DimensionedField< scalar, GeoMesh > &dsf2)
 
template<class GeoMesh >
tmp< DimensionedField< scalar, GeoMesh > > atan2 (const tmp< DimensionedField< scalar, GeoMesh >> &tdsf1, const DimensionedField< scalar, GeoMesh > &dsf2)
 
template<class GeoMesh >
tmp< DimensionedField< scalar, GeoMesh > > atan2 (const DimensionedField< scalar, GeoMesh > &dsf1, const tmp< DimensionedField< scalar, GeoMesh >> &tdsf2)
 
template<class GeoMesh >
tmp< DimensionedField< scalar, GeoMesh > > atan2 (const tmp< DimensionedField< scalar, GeoMesh >> &tdsf1, const tmp< DimensionedField< scalar, GeoMesh >> &tdsf2)
 
template<class GeoMesh >
tmp< DimensionedField< scalar, GeoMesh > > atan2 (const DimensionedField< scalar, GeoMesh > &dsf, const dimensionedScalar &ds)
 
template<class GeoMesh >
tmp< DimensionedField< scalar, GeoMesh > > atan2 (const tmp< DimensionedField< scalar, GeoMesh >> &tdsf, const dimensionedScalar &ds)
 
template<class GeoMesh >
tmp< DimensionedField< scalar, GeoMesh > > atan2 (const DimensionedField< scalar, GeoMesh > &dsf, const scalar &s)
 
template<class GeoMesh >
tmp< DimensionedField< scalar, GeoMesh > > atan2 (const tmp< DimensionedField< scalar, GeoMesh >> &tdsf, const scalar &s)
 
template<class GeoMesh >
tmp< DimensionedField< scalar, GeoMesh > > atan2 (const dimensionedScalar &ds, const DimensionedField< scalar, GeoMesh > &dsf)
 
template<class GeoMesh >
tmp< DimensionedField< scalar, GeoMesh > > atan2 (const dimensionedScalar &ds, const tmp< DimensionedField< scalar, GeoMesh >> &tdsf)
 
template<class GeoMesh >
tmp< DimensionedField< scalar, GeoMesh > > atan2 (const scalar &s, const DimensionedField< scalar, GeoMesh > &dsf)
 
template<class GeoMesh >
tmp< DimensionedField< scalar, GeoMesh > > atan2 (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)
 

Detailed Description

Original source file DimensionedScalarField.C

Definition in file DimensionedScalarField.C.

Macro Definition Documentation

◆ TEMPLATE

#define TEMPLATE   template<class GeoMesh>

Definition at line 28 of file DimensionedScalarField.C.

◆ BesselFunc

#define BesselFunc (   func)

Definition at line 708 of file DimensionedScalarField.C.