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, template<class> class PrimitiveField>
 
#define TEMPLATE2
 
#define BesselFunc(func)
 

Functions

template<class GeoMesh , template< class > class PrimitiveField>
tmp< DimensionedField< scalar, GeoMesh, Field > > stabilise (const DimensionedField< scalar, GeoMesh, PrimitiveField > &dsf, const dimensioned< scalar > &ds)
 
template<class GeoMesh , template< class > class PrimitiveField>
tmp< DimensionedField< scalar, GeoMesh, Field > > stabilise (const tmp< DimensionedField< scalar, GeoMesh, PrimitiveField >> &tdsf, const dimensioned< scalar > &ds)
 
template<class GeoMesh , template< class > class PrimitiveField>
tmp< DimensionedField< scalar, GeoMesh, Field > > pow (const DimensionedField< scalar, GeoMesh, PrimitiveField > &dsf1, const DimensionedField< scalar, GeoMesh, PrimitiveField > &dsf2)
 
template<class GeoMesh , template< class > class PrimitiveField1, template< class > class PrimitiveField2>
tmp< DimensionedField< scalar, GeoMesh, Field > > pow (const tmp< DimensionedField< scalar, GeoMesh, PrimitiveField1 >> &tdsf1, const DimensionedField< scalar, GeoMesh, PrimitiveField2 > &dsf2)
 
template<class GeoMesh , template< class > class PrimitiveField1, template< class > class PrimitiveField2>
tmp< DimensionedField< scalar, GeoMesh, Field > > pow (const DimensionedField< scalar, GeoMesh, PrimitiveField1 > &dsf1, const tmp< DimensionedField< scalar, GeoMesh, PrimitiveField2 >> &tdsf2)
 
template<class GeoMesh , template< class > class PrimitiveField1, template< class > class PrimitiveField2>
tmp< DimensionedField< scalar, GeoMesh, Field > > pow (const tmp< DimensionedField< scalar, GeoMesh, PrimitiveField1 >> &tdsf1, const tmp< DimensionedField< scalar, GeoMesh, PrimitiveField2 >> &tdsf2)
 
template<class GeoMesh , template< class > class PrimitiveField>
tmp< DimensionedField< scalar, GeoMesh, Field > > pow (const DimensionedField< scalar, GeoMesh, PrimitiveField > &dsf, const dimensionedScalar &ds)
 
template<class GeoMesh , template< class > class PrimitiveField>
tmp< DimensionedField< scalar, GeoMesh, Field > > pow (const tmp< DimensionedField< scalar, GeoMesh, PrimitiveField >> &tdsf, const dimensionedScalar &ds)
 
template<class GeoMesh , template< class > class PrimitiveField>
tmp< DimensionedField< scalar, GeoMesh, Field > > pow (const DimensionedField< scalar, GeoMesh, PrimitiveField > &dsf, const scalar &s)
 
template<class GeoMesh , template< class > class PrimitiveField>
tmp< DimensionedField< scalar, GeoMesh, Field > > pow (const tmp< DimensionedField< scalar, GeoMesh, PrimitiveField >> &tdsf, const scalar &s)
 
template<class GeoMesh , template< class > class PrimitiveField>
tmp< DimensionedField< scalar, GeoMesh, Field > > pow (const dimensionedScalar &ds, const DimensionedField< scalar, GeoMesh, PrimitiveField > &dsf)
 
template<class GeoMesh , template< class > class PrimitiveField>
tmp< DimensionedField< scalar, GeoMesh, Field > > pow (const dimensionedScalar &ds, const tmp< DimensionedField< scalar, GeoMesh, PrimitiveField >> &tdsf)
 
template<class GeoMesh , template< class > class PrimitiveField>
tmp< DimensionedField< scalar, GeoMesh, Field > > pow (const scalar &s, const DimensionedField< scalar, GeoMesh, PrimitiveField > &dsf)
 
template<class GeoMesh , template< class > class PrimitiveField>
tmp< DimensionedField< scalar, GeoMesh, Field > > pow (const scalar &s, const tmp< DimensionedField< scalar, GeoMesh, PrimitiveField >> &tdsf)
 
template<class GeoMesh , template< class > class PrimitiveField1, template< class > class PrimitiveField2>
tmp< DimensionedField< scalar, GeoMesh, Field > > atan2 (const DimensionedField< scalar, GeoMesh, PrimitiveField1 > &dsf1, const DimensionedField< scalar, GeoMesh, PrimitiveField2 > &dsf2)
 
template<class GeoMesh , template< class > class PrimitiveField1, template< class > class PrimitiveField2>
tmp< DimensionedField< scalar, GeoMesh, Field > > atan2 (const tmp< DimensionedField< scalar, GeoMesh, PrimitiveField1 >> &tdsf1, const DimensionedField< scalar, GeoMesh, PrimitiveField2 > &dsf2)
 
template<class GeoMesh , template< class > class PrimitiveField1, template< class > class PrimitiveField2>
tmp< DimensionedField< scalar, GeoMesh, Field > > atan2 (const DimensionedField< scalar, GeoMesh, PrimitiveField1 > &dsf1, const tmp< DimensionedField< scalar, GeoMesh, PrimitiveField2 >> &tdsf2)
 
template<class GeoMesh , template< class > class PrimitiveField1, template< class > class PrimitiveField2>
tmp< DimensionedField< scalar, GeoMesh, Field > > atan2 (const tmp< DimensionedField< scalar, GeoMesh, PrimitiveField1 >> &tdsf1, const tmp< DimensionedField< scalar, GeoMesh, PrimitiveField2 >> &tdsf2)
 
template<class GeoMesh , template< class > class PrimitiveField>
tmp< DimensionedField< scalar, GeoMesh, Field > > atan2 (const DimensionedField< scalar, GeoMesh, PrimitiveField > &dsf, const dimensionedScalar &ds)
 
template<class GeoMesh , template< class > class PrimitiveField>
tmp< DimensionedField< scalar, GeoMesh, Field > > atan2 (const tmp< DimensionedField< scalar, GeoMesh, PrimitiveField >> &tdsf, const dimensionedScalar &ds)
 
template<class GeoMesh , template< class > class PrimitiveField>
tmp< DimensionedField< scalar, GeoMesh, Field > > atan2 (const DimensionedField< scalar, GeoMesh, PrimitiveField > &dsf, const scalar &s)
 
template<class GeoMesh , template< class > class PrimitiveField>
tmp< DimensionedField< scalar, GeoMesh, Field > > atan2 (const tmp< DimensionedField< scalar, GeoMesh, PrimitiveField >> &tdsf, const scalar &s)
 
template<class GeoMesh , template< class > class PrimitiveField>
tmp< DimensionedField< scalar, GeoMesh, Field > > atan2 (const dimensionedScalar &ds, const DimensionedField< scalar, GeoMesh, PrimitiveField > &dsf)
 
template<class GeoMesh , template< class > class PrimitiveField>
tmp< DimensionedField< scalar, GeoMesh, Field > > atan2 (const dimensionedScalar &ds, const tmp< DimensionedField< scalar, GeoMesh, PrimitiveField >> &tdsf)
 
template<class GeoMesh , template< class > class PrimitiveField>
tmp< DimensionedField< scalar, GeoMesh, Field > > atan2 (const scalar &s, const DimensionedField< scalar, GeoMesh, PrimitiveField > &dsf)
 
template<class GeoMesh , template< class > class PrimitiveField>
tmp< DimensionedField< scalar, GeoMesh, Field > > atan2 (const scalar &s, const tmp< DimensionedField< scalar, GeoMesh, PrimitiveField >> &tdsf)
 
template<class GeoMesh , template< class > class PrimitiveField>
tmp< DimensionedField< scalar, GeoMesh, Field > > jn (const int n, const DimensionedField< scalar, GeoMesh, PrimitiveField > &dsf)
 
template<class GeoMesh , template< class > class PrimitiveField>
tmp< DimensionedField< scalar, GeoMesh, Field > > jn (const int n, const tmp< DimensionedField< scalar, GeoMesh, PrimitiveField >> &tdsf)
 
template<class GeoMesh , template< class > class PrimitiveField>
tmp< DimensionedField< scalar, GeoMesh, Field > > yn (const int n, const DimensionedField< scalar, GeoMesh, PrimitiveField > &dsf)
 
template<class GeoMesh , template< class > class PrimitiveField>
tmp< DimensionedField< scalar, GeoMesh, Field > > yn (const int n, const tmp< DimensionedField< scalar, GeoMesh, PrimitiveField >> &tdsf)
 

Detailed Description

Original source file DimensionedScalarField.C

Definition in file DimensionedScalarField.C.

Macro Definition Documentation

◆ TEMPLATE

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

Definition at line 28 of file DimensionedScalarField.C.

◆ TEMPLATE2

#define TEMPLATE2
Value:
template \
< \
class GeoMesh, \
template<class> class PrimitiveField1, \
template<class> class PrimitiveField2 \
>

Definition at line 29 of file DimensionedScalarField.C.

◆ BesselFunc

#define BesselFunc (   func)

Definition at line 804 of file DimensionedScalarField.C.