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

zeroI.H File Reference


Detailed Description

Definition in file zeroI.H.

#include "src/OpenFOAM/primitives/zero/zero.H"
Include dependency graph for zeroI.H:

Go to the source code of this file.

Namespaces

namespace  Foam
 

Namespace for OpenFOAM.


Functions

template<class Type >
const Type &  operator+ (const Type &t, const zero &)
template<class Type >
const Type &  operator+ (const zero &, const Type &t)
template<class Type >
const Type &  operator- (const Type &t, const zero &)
template<class Type >
Type  operator- (const zero &, const Type &t)
template<class Type >
zero  operator* (const Type &t, const zero &)
template<class Type >
zero  operator* (const zero &, const Type &t)
template<class Type >
zero  operator/ (const zero &, const Type &t)