Loading...
Searching...
No Matches
scalarField.H File Reference
Include dependency graph for scalarField.H:

Go to the source code of this file.

Namespaces

namespace  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< scalarFieldstabilise (const UList< scalar > &sf, const scalar s)
tmp< scalarFieldstabilise (const tmp< scalarField > &tsf, const scalar s)
template<>
float sumProd (const UList< float > &f1, const UList< float > &f2)
 Sum product for float.
template<>
double sumProd (const UList< double > &f1, const UList< double > &f2)
 Sum product for double.
void jn (scalarField &res, const int n, const UList< scalar > &sf)
tmp< scalarFieldjn (const int n, const UList< scalar > &sf)
tmp< scalarFieldjn (const int n, const tmp< scalarField > &tsf)
void yn (scalarField &res, const int n, const UList< scalar > &sf)
tmp< scalarFieldyn (const int n, const UList< scalar > &sf)
tmp< scalarFieldyn (const int n, const tmp< scalarField > &tsf)

Detailed Description

Original source file scalarField.H

Definition in file scalarField.H.

Macro Definition Documentation

◆ TEMPLATE

#define TEMPLATE

Definition at line 40 of file scalarField.H.

◆ BesselFunc

#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>&);
label n

Definition at line 155 of file scalarField.H.