Go to the source code of this file.
Namespaces | |
Foam | |
Namespace for OpenFOAM. | |
Macros | |
#define | TEMPLATE |
#define | BesselFunc(func) |
Functions | |
void | component (scalarField &sf, const UList< scalar > &f, const direction) |
void | stabilise (scalarField &res, const UList< scalar > &sf, const scalar s) |
tmp< scalarField > | stabilise (const UList< scalar > &sf, const scalar s) |
tmp< scalarField > | stabilise (const tmp< scalarField > &tsf, const scalar s) |
template<> | |
scalar | sumProd (const UList< scalar > &f1, const UList< scalar > &f2) |
void | jn (scalarField &res, const int n, const UList< scalar > &sf) |
tmp< scalarField > | jn (const int n, const UList< scalar > &sf) |
tmp< scalarField > | jn (const int n, const tmp< scalarField > &tsf) |
void | yn (scalarField &res, const int n, const UList< scalar > &sf) |
tmp< scalarField > | yn (const int n, const UList< scalar > &sf) |
tmp< scalarField > | yn (const int n, const tmp< scalarField > &tsf) |
Original source file scalarField.H
Definition in file scalarField.H.
#define TEMPLATE |
Definition at line 41 of file scalarField.H.
#define BesselFunc | ( | func | ) |
Definition at line 144 of file scalarField.H.