Loading...
Searching...
No Matches
DimensionedScalarField.C File Reference
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>
void add (DimensionedField< scalar, GeoMesh > &result, const dimensioned< scalar > &dt1, const DimensionedField< scalar, GeoMesh > &f2)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > operator+ (const dimensioned< scalar > &dt1, const DimensionedField< scalar, GeoMesh > &f2)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > operator+ (const scalar &s1, const DimensionedField< scalar, GeoMesh > &f2)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > operator+ (const dimensioned< scalar > &dt1, const tmp< DimensionedField< scalar, GeoMesh > > &tf2)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > operator+ (const scalar &s1, const tmp< DimensionedField< scalar, GeoMesh > > &tf2)
template<class GeoMesh>
void add (DimensionedField< scalar, GeoMesh > &result, const DimensionedField< scalar, GeoMesh > &f1, const dimensioned< scalar > &dt2)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > operator+ (const DimensionedField< scalar, GeoMesh > &f1, const dimensioned< scalar > &dt2)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > operator+ (const DimensionedField< scalar, GeoMesh > &f1, const scalar &s2)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > operator+ (const tmp< DimensionedField< scalar, GeoMesh > > &tf1, const dimensioned< scalar > &dt2)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > operator+ (const tmp< DimensionedField< scalar, GeoMesh > > &tf1, const scalar &s2)
template<class GeoMesh>
void subtract (DimensionedField< scalar, GeoMesh > &result, const dimensioned< scalar > &dt1, const DimensionedField< scalar, GeoMesh > &f2)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > operator- (const dimensioned< scalar > &dt1, const DimensionedField< scalar, GeoMesh > &f2)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > operator- (const scalar &s1, const DimensionedField< scalar, GeoMesh > &f2)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > operator- (const dimensioned< scalar > &dt1, const tmp< DimensionedField< scalar, GeoMesh > > &tf2)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > operator- (const scalar &s1, const tmp< DimensionedField< scalar, GeoMesh > > &tf2)
template<class GeoMesh>
void subtract (DimensionedField< scalar, GeoMesh > &result, const DimensionedField< scalar, GeoMesh > &f1, const dimensioned< scalar > &dt2)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > operator- (const DimensionedField< scalar, GeoMesh > &f1, const dimensioned< scalar > &dt2)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > operator- (const DimensionedField< scalar, GeoMesh > &f1, const scalar &s2)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > operator- (const tmp< DimensionedField< scalar, GeoMesh > > &tf1, const dimensioned< scalar > &dt2)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > operator- (const tmp< DimensionedField< scalar, GeoMesh > > &tf1, const scalar &s2)
template<class GeoMesh>
void multiply (DimensionedField< scalar, GeoMesh > &result, const DimensionedField< scalar, GeoMesh > &f1, const DimensionedField< scalar, GeoMesh > &f2)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > operator* (const DimensionedField< scalar, GeoMesh > &f1, const DimensionedField< scalar, GeoMesh > &f2)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > operator* (const DimensionedField< scalar, GeoMesh > &f1, const tmp< DimensionedField< scalar, GeoMesh > > &tf2)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > operator* (const tmp< DimensionedField< scalar, GeoMesh > > &tf1, const DimensionedField< scalar, GeoMesh > &f2)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > operator* (const tmp< DimensionedField< scalar, GeoMesh > > &tf1, const tmp< DimensionedField< scalar, GeoMesh > > &tf2)
template<class GeoMesh>
void divide (DimensionedField< scalar, GeoMesh > &result, const DimensionedField< scalar, GeoMesh > &f1, const DimensionedField< scalar, GeoMesh > &f2)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > operator/ (const DimensionedField< scalar, GeoMesh > &f1, const DimensionedField< scalar, GeoMesh > &f2)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > operator/ (const DimensionedField< scalar, GeoMesh > &f1, const tmp< DimensionedField< scalar, GeoMesh > > &tf2)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > operator/ (const tmp< DimensionedField< scalar, GeoMesh > > &tf1, const DimensionedField< scalar, GeoMesh > &f2)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > operator/ (const tmp< DimensionedField< scalar, GeoMesh > > &tf1, const tmp< DimensionedField< scalar, GeoMesh > > &tf2)
template<class GeoMesh>
void divide (DimensionedField< scalar, GeoMesh > &result, const dimensioned< scalar > &dt1, const DimensionedField< scalar, GeoMesh > &f2)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > operator/ (const dimensioned< scalar > &dt1, const DimensionedField< scalar, GeoMesh > &f2)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > operator/ (const scalar &s1, const DimensionedField< scalar, GeoMesh > &f2)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > operator/ (const dimensioned< scalar > &dt1, const tmp< DimensionedField< scalar, GeoMesh > > &tf2)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > operator/ (const scalar &s1, const tmp< DimensionedField< scalar, GeoMesh > > &tf2)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > pow (const DimensionedField< scalar, GeoMesh > &f1, const DimensionedField< scalar, GeoMesh > &f2)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > pow (const tmp< DimensionedField< scalar, GeoMesh > > &tf1, const DimensionedField< scalar, GeoMesh > &f2)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > pow (const DimensionedField< scalar, GeoMesh > &f1, const tmp< DimensionedField< scalar, GeoMesh > > &tf2)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > pow (const tmp< DimensionedField< scalar, GeoMesh > > &tf1, const tmp< DimensionedField< scalar, GeoMesh > > &tf2)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > pow (const DimensionedField< scalar, GeoMesh > &f1, const dimensionedScalar &ds)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > pow (const tmp< DimensionedField< scalar, GeoMesh > > &tf1, 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 > &f2)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > pow (const dimensionedScalar &ds, const tmp< DimensionedField< scalar, GeoMesh > > &tf2)
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>
void pow3 (DimensionedField< scalar, GeoMesh > &result, const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > pow3 (const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > pow3 (const tmp< DimensionedField< scalar, GeoMesh > > &tf1)
template<class GeoMesh>
void pow4 (DimensionedField< scalar, GeoMesh > &result, const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > pow4 (const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > pow4 (const tmp< DimensionedField< scalar, GeoMesh > > &tf1)
template<class GeoMesh>
void pow5 (DimensionedField< scalar, GeoMesh > &result, const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > pow5 (const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > pow5 (const tmp< DimensionedField< scalar, GeoMesh > > &tf1)
template<class GeoMesh>
void pow6 (DimensionedField< scalar, GeoMesh > &result, const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > pow6 (const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > pow6 (const tmp< DimensionedField< scalar, GeoMesh > > &tf1)
template<class GeoMesh>
void pow025 (DimensionedField< scalar, GeoMesh > &result, const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > pow025 (const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > pow025 (const tmp< DimensionedField< scalar, GeoMesh > > &tf1)
template<class GeoMesh>
void sqrt (DimensionedField< scalar, GeoMesh > &result, const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > sqrt (const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > sqrt (const tmp< DimensionedField< scalar, GeoMesh > > &tf1)
template<class GeoMesh>
void cbrt (DimensionedField< scalar, GeoMesh > &result, const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > cbrt (const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > cbrt (const tmp< DimensionedField< scalar, GeoMesh > > &tf1)
template<class GeoMesh>
void sign (DimensionedField< scalar, GeoMesh > &result, const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > sign (const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > sign (const tmp< DimensionedField< scalar, GeoMesh > > &tf1)
template<class GeoMesh>
void pos (DimensionedField< scalar, GeoMesh > &result, const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > pos (const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > pos (const tmp< DimensionedField< scalar, GeoMesh > > &tf1)
template<class GeoMesh>
void pos0 (DimensionedField< scalar, GeoMesh > &result, const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > pos0 (const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > pos0 (const tmp< DimensionedField< scalar, GeoMesh > > &tf1)
template<class GeoMesh>
void neg (DimensionedField< scalar, GeoMesh > &result, const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > neg (const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > neg (const tmp< DimensionedField< scalar, GeoMesh > > &tf1)
template<class GeoMesh>
void neg0 (DimensionedField< scalar, GeoMesh > &result, const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > neg0 (const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > neg0 (const tmp< DimensionedField< scalar, GeoMesh > > &tf1)
template<class GeoMesh>
void posPart (DimensionedField< scalar, GeoMesh > &result, const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > posPart (const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > posPart (const tmp< DimensionedField< scalar, GeoMesh > > &tf1)
template<class GeoMesh>
void negPart (DimensionedField< scalar, GeoMesh > &result, const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > negPart (const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > negPart (const tmp< DimensionedField< scalar, GeoMesh > > &tf1)
template<class GeoMesh>
void exp (DimensionedField< scalar, GeoMesh > &result, const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > exp (const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > exp (const tmp< DimensionedField< scalar, GeoMesh > > &tf1)
template<class GeoMesh>
void log (DimensionedField< scalar, GeoMesh > &result, const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > log (const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > log (const tmp< DimensionedField< scalar, GeoMesh > > &tf1)
template<class GeoMesh>
void log10 (DimensionedField< scalar, GeoMesh > &result, const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > log10 (const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > log10 (const tmp< DimensionedField< scalar, GeoMesh > > &tf1)
template<class GeoMesh>
void sin (DimensionedField< scalar, GeoMesh > &result, const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > sin (const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > sin (const tmp< DimensionedField< scalar, GeoMesh > > &tf1)
template<class GeoMesh>
void cos (DimensionedField< scalar, GeoMesh > &result, const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > cos (const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > cos (const tmp< DimensionedField< scalar, GeoMesh > > &tf1)
template<class GeoMesh>
void tan (DimensionedField< scalar, GeoMesh > &result, const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > tan (const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > tan (const tmp< DimensionedField< scalar, GeoMesh > > &tf1)
template<class GeoMesh>
void asin (DimensionedField< scalar, GeoMesh > &result, const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > asin (const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > asin (const tmp< DimensionedField< scalar, GeoMesh > > &tf1)
template<class GeoMesh>
void acos (DimensionedField< scalar, GeoMesh > &result, const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > acos (const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > acos (const tmp< DimensionedField< scalar, GeoMesh > > &tf1)
template<class GeoMesh>
void atan (DimensionedField< scalar, GeoMesh > &result, const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > atan (const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > atan (const tmp< DimensionedField< scalar, GeoMesh > > &tf1)
template<class GeoMesh>
void sinh (DimensionedField< scalar, GeoMesh > &result, const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > sinh (const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > sinh (const tmp< DimensionedField< scalar, GeoMesh > > &tf1)
template<class GeoMesh>
void cosh (DimensionedField< scalar, GeoMesh > &result, const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > cosh (const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > cosh (const tmp< DimensionedField< scalar, GeoMesh > > &tf1)
template<class GeoMesh>
void tanh (DimensionedField< scalar, GeoMesh > &result, const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > tanh (const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > tanh (const tmp< DimensionedField< scalar, GeoMesh > > &tf1)
template<class GeoMesh>
void asinh (DimensionedField< scalar, GeoMesh > &result, const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > asinh (const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > asinh (const tmp< DimensionedField< scalar, GeoMesh > > &tf1)
template<class GeoMesh>
void acosh (DimensionedField< scalar, GeoMesh > &result, const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > acosh (const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > acosh (const tmp< DimensionedField< scalar, GeoMesh > > &tf1)
template<class GeoMesh>
void atanh (DimensionedField< scalar, GeoMesh > &result, const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > atanh (const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > atanh (const tmp< DimensionedField< scalar, GeoMesh > > &tf1)
template<class GeoMesh>
void erf (DimensionedField< scalar, GeoMesh > &result, const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > erf (const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > erf (const tmp< DimensionedField< scalar, GeoMesh > > &tf1)
template<class GeoMesh>
void erfc (DimensionedField< scalar, GeoMesh > &result, const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > erfc (const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > erfc (const tmp< DimensionedField< scalar, GeoMesh > > &tf1)
template<class GeoMesh>
void lgamma (DimensionedField< scalar, GeoMesh > &result, const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > lgamma (const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > lgamma (const tmp< DimensionedField< scalar, GeoMesh > > &tf1)
template<class GeoMesh>
void j0 (DimensionedField< scalar, GeoMesh > &result, const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > j0 (const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > j0 (const tmp< DimensionedField< scalar, GeoMesh > > &tf1)
template<class GeoMesh>
void j1 (DimensionedField< scalar, GeoMesh > &result, const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > j1 (const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > j1 (const tmp< DimensionedField< scalar, GeoMesh > > &tf1)
template<class GeoMesh>
void y0 (DimensionedField< scalar, GeoMesh > &result, const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > y0 (const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > y0 (const tmp< DimensionedField< scalar, GeoMesh > > &tf1)
template<class GeoMesh>
void y1 (DimensionedField< scalar, GeoMesh > &result, const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > y1 (const DimensionedField< scalar, GeoMesh > &f1)
template<class GeoMesh>
tmp< DimensionedField< scalar, GeoMesh > > y1 (const tmp< DimensionedField< scalar, GeoMesh > > &tf1)
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 24 of file DimensionedScalarField.C.

◆ BesselFunc

#define BesselFunc ( func)

Definition at line 749 of file DimensionedScalarField.C.

Referenced by Foam::yn(), Foam::yn(), Foam::yn(), Foam::yn(), and Foam::yn().