GeometricScalarField.C File Reference
Include dependency graph for GeometricScalarField.C:

Go to the source code of this file.

Namespaces

 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 atan2 (GeometricField< scalar, PatchField, GeoMesh > &Atan2, const GeometricField< scalar, PatchField, GeoMesh > &gsf1, const GeometricField< scalar, PatchField, GeoMesh > &gsf2)
 
template<template< class > class PatchField, class GeoMesh >
tmp< GeometricField< scalar, PatchField, GeoMesh > > atan2 (const GeometricField< scalar, PatchField, GeoMesh > &gsf1, const GeometricField< scalar, PatchField, GeoMesh > &gsf2)
 
template<template< class > class PatchField, class GeoMesh >
tmp< GeometricField< scalar, PatchField, GeoMesh > > atan2 (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 > > atan2 (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 > > atan2 (const tmp< GeometricField< scalar, PatchField, GeoMesh >> &tgsf1, const tmp< GeometricField< scalar, PatchField, GeoMesh >> &tgsf2)
 
template<template< class > class PatchField, class GeoMesh >
void atan2 (GeometricField< scalar, PatchField, GeoMesh > &tAtan2, const GeometricField< scalar, PatchField, GeoMesh > &gsf, const dimensioned< scalar > &ds)
 
template<template< class > class PatchField, class GeoMesh >
tmp< GeometricField< scalar, PatchField, GeoMesh > > atan2 (const GeometricField< scalar, PatchField, GeoMesh > &gsf, const dimensionedScalar &ds)
 
template<template< class > class PatchField, class GeoMesh >
tmp< GeometricField< scalar, PatchField, GeoMesh > > atan2 (const tmp< GeometricField< scalar, PatchField, GeoMesh >> &tgsf, const dimensionedScalar &ds)
 
template<template< class > class PatchField, class GeoMesh >
tmp< GeometricField< scalar, PatchField, GeoMesh > > atan2 (const GeometricField< scalar, PatchField, GeoMesh > &gsf, const scalar &s)
 
template<template< class > class PatchField, class GeoMesh >
tmp< GeometricField< scalar, PatchField, GeoMesh > > atan2 (const tmp< GeometricField< scalar, PatchField, GeoMesh >> &tgsf, const scalar &s)
 
template<template< class > class PatchField, class GeoMesh >
void atan2 (GeometricField< scalar, PatchField, GeoMesh > &tAtan2, const dimensioned< scalar > &ds, const GeometricField< scalar, PatchField, GeoMesh > &gsf)
 
template<template< class > class PatchField, class GeoMesh >
tmp< GeometricField< scalar, PatchField, GeoMesh > > atan2 (const dimensionedScalar &ds, const GeometricField< scalar, PatchField, GeoMesh > &gsf)
 
template<template< class > class PatchField, class GeoMesh >
tmp< GeometricField< scalar, PatchField, GeoMesh > > atan2 (const dimensionedScalar &ds, const tmp< GeometricField< scalar, PatchField, GeoMesh >> &tgsf)
 
template<template< class > class PatchField, class GeoMesh >
tmp< GeometricField< scalar, PatchField, GeoMesh > > atan2 (const scalar &s, const GeometricField< scalar, PatchField, GeoMesh > &gsf)
 
template<template< class > class PatchField, class GeoMesh >
tmp< GeometricField< scalar, PatchField, GeoMesh > > atan2 (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)
 

Detailed Description

Original source file GeometricScalarField.C

Definition in file GeometricScalarField.C.

Macro Definition Documentation

◆ TEMPLATE

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

Definition at line 28 of file GeometricScalarField.C.

◆ BesselFunc

#define BesselFunc (   func)

Definition at line 837 of file GeometricScalarField.C.