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) |
Original source file DimensionedScalarField.C
Definition in file DimensionedScalarField.C.
#define TEMPLATE template<class GeoMesh> |
Definition at line 28 of file DimensionedScalarField.C.
#define BesselFunc | ( | func | ) |
Definition at line 746 of file DimensionedScalarField.C.