FreeFOAM The Cross-Platform CFD Toolkit
GeometricScalarField.C File Reference

Detailed Description

Definition in file GeometricScalarField.C.

+ Include dependency graph for GeometricScalarField.C:

Go to the source code of this file.

Namespaces

namespace  Foam
 Namespace for OpenFOAM.

Macros

#define TEMPLATE   template<template<class> class PatchField, class GeoMesh>
#define BesselFunc(func)

Functions

template<template< class > class PatchField, class GeoMesh >
void stabilise (GeometricField< scalar, PatchField, GeoMesh > &result, const GeometricField< scalar, PatchField, GeoMesh > &gsf, const dimensioned< scalar > &ds)
template<template< class > class PatchField, class GeoMesh >
tmp< GeometricField< scalar,
PatchField, GeoMesh > > 
stabilise (const GeometricField< scalar, PatchField, GeoMesh > &gsf, const dimensioned< scalar > &ds)
template<template< class > class PatchField, class GeoMesh >
tmp< GeometricField< scalar,
PatchField, GeoMesh > > 
stabilise (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tgsf, const dimensioned< scalar > &ds)
template<template< class > class PatchField, class GeoMesh >
void pow (GeometricField< scalar, PatchField, GeoMesh > &Pow, const GeometricField< scalar, PatchField, GeoMesh > &gsf1, const GeometricField< scalar, PatchField, GeoMesh > &gsf2)
template<template< class > class PatchField, class GeoMesh >
tmp< GeometricField< scalar,
PatchField, GeoMesh > > 
pow (const GeometricField< scalar, PatchField, GeoMesh > &gsf1, const GeometricField< scalar, PatchField, GeoMesh > &gsf2)
template<template< class > class PatchField, class GeoMesh >
tmp< GeometricField< scalar,
PatchField, GeoMesh > > 
pow (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tgsf1, const GeometricField< scalar, PatchField, GeoMesh > &gsf2)
template<template< class > class PatchField, class GeoMesh >
tmp< GeometricField< scalar,
PatchField, GeoMesh > > 
pow (const GeometricField< scalar, PatchField, GeoMesh > &gsf1, const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tgsf2)
template<template< class > class PatchField, class GeoMesh >
tmp< GeometricField< scalar,
PatchField, GeoMesh > > 
pow (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tgsf1, const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tgsf2)
template<template< class > class PatchField, class GeoMesh >
void pow (GeometricField< scalar, PatchField, GeoMesh > &tPow, const GeometricField< scalar, PatchField, GeoMesh > &gsf, const dimensioned< scalar > &ds)
template<template< class > class PatchField, class GeoMesh >
tmp< GeometricField< scalar,
PatchField, GeoMesh > > 
pow (const GeometricField< scalar, PatchField, GeoMesh > &gsf, const dimensionedScalar &ds)
template<template< class > class PatchField, class GeoMesh >
tmp< GeometricField< scalar,
PatchField, GeoMesh > > 
pow (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tgsf, const dimensionedScalar &ds)
template<template< class > class PatchField, class GeoMesh >
tmp< GeometricField< scalar,
PatchField, GeoMesh > > 
pow (const GeometricField< scalar, PatchField, GeoMesh > &gsf, const scalar &s)
template<template< class > class PatchField, class GeoMesh >
tmp< GeometricField< scalar,
PatchField, GeoMesh > > 
pow (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tgsf, const scalar &s)
template<template< class > class PatchField, class GeoMesh >
void pow (GeometricField< scalar, PatchField, GeoMesh > &tPow, const dimensioned< scalar > &ds, const GeometricField< scalar, PatchField, GeoMesh > &gsf)
template<template< class > class PatchField, class GeoMesh >
tmp< GeometricField< scalar,
PatchField, GeoMesh > > 
pow (const dimensionedScalar &ds, const GeometricField< scalar, PatchField, GeoMesh > &gsf)
template<template< class > class PatchField, class GeoMesh >
tmp< GeometricField< scalar,
PatchField, GeoMesh > > 
pow (const dimensionedScalar &ds, const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tgsf)
template<template< class > class PatchField, class GeoMesh >
tmp< GeometricField< scalar,
PatchField, GeoMesh > > 
pow (const scalar &s, const GeometricField< scalar, PatchField, GeoMesh > &gsf)
template<template< class > class PatchField, class GeoMesh >
tmp< GeometricField< scalar,
PatchField, GeoMesh > > 
pow (const scalar &s, const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tgsf)
template<template< class > class PatchField, class GeoMesh >
void jn (GeometricField< scalar, PatchField, GeoMesh > &gsf, const int n, const GeometricField< scalar, PatchField, GeoMesh > &gsf1)
template<template< class > class PatchField, class GeoMesh >
tmp< GeometricField< scalar,
PatchField, GeoMesh > > 
jn (const int n, const GeometricField< scalar, PatchField, GeoMesh > &gsf)
template<template< class > class PatchField, class GeoMesh >
tmp< GeometricField< scalar,
PatchField, GeoMesh > > 
jn (const int n, const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tgsf)
template<template< class > class PatchField, class GeoMesh >
void yn (GeometricField< scalar, PatchField, GeoMesh > &gsf, const int n, const GeometricField< scalar, PatchField, GeoMesh > &gsf1)
template<template< class > class PatchField, class GeoMesh >
tmp< GeometricField< scalar,
PatchField, GeoMesh > > 
yn (const int n, const GeometricField< scalar, PatchField, GeoMesh > &gsf)
template<template< class > class PatchField, class GeoMesh >
tmp< GeometricField< scalar,
PatchField, GeoMesh > > 
yn (const int n, const tmp< GeometricField< scalar, PatchField, GeoMesh > > &tgsf)

Macro Definition Documentation

#define TEMPLATE   template<template<class> class PatchField, class GeoMesh>

Definition at line 28 of file GeometricScalarField.C.

#define BesselFunc (   func)

Definition at line 480 of file GeometricScalarField.C.