scalarField.H File Reference
Include dependency graph for scalarField.H:

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<>
float sumProd (const UList< float > &f1, const UList< float > &f2)
 Sum product for float. More...
 
template<>
double sumProd (const UList< double > &f1, const UList< double > &f2)
 Sum product for double. More...
 
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)
 

Detailed Description

Original source file scalarField.H

Definition in file scalarField.H.

Macro Definition Documentation

◆ TEMPLATE

#define TEMPLATE

Definition at line 44 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>&);

Definition at line 155 of file scalarField.H.

Foam::scalarField
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
Definition: primitiveFieldsFwd.H:52
n
label n
Definition: TABSMDCalcMethod2.H:31
Foam::func
void func(FieldField< Field, Type > &f, const FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)