Detailed Description
Definition in file scalarField.H.
Go to the source code of this file.
Namespaces |
namespace | Foam |
| Namespace for OpenFOAM.
|
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) |
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) |
Macro Definition Documentation
#define BesselFunc |
( |
|
func | ) |
|
Value:void func(
scalarField& Res,
const int n,
const UList<scalar>&
sf); \
tmp<scalarField> func(const int n, const UList<scalar>&); \
tmp<scalarField> func(const int n, const tmp<scalarField>&);
Definition at line 125 of file scalarField.H.