Definition in file DimensionedScalarField.C.
#include "src/OpenFOAM/fields/DimensionedFields/DimensionedScalarField/DimensionedScalarField.H"
#include "src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedFieldFunctionsM.C"
#include "src/OpenFOAM/fields/Fields/Field/undefFieldFunctionsM.H"
Go to the source code of this file.
Namespaces | |
namespace | Foam |
Namespace for OpenFOAM. | |
Defines | |
#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) |
#define TEMPLATE template<class GeoMesh> |
Definition at line 28 of file DimensionedScalarField.C.
#define BesselFunc | ( | func ) |
Definition at line 409 of file DimensionedScalarField.C.