FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

GeometricScalarField.C File Reference


Detailed Description

Definition in file GeometricScalarField.C.

#include "src/OpenFOAM/fields/GeometricFields/GeometricScalarField/GeometricScalarField.H"
#include "src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctionsM.C"
#include "src/OpenFOAM/fields/Fields/Field/undefFieldFunctionsM.H"
Include dependency graph for GeometricScalarField.C:

Go to the source code of this file.

Namespaces

namespace  Foam
 

Namespace for OpenFOAM.


Defines

#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)

Define 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.