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

complex.H File Reference


Detailed Description

Definition in file complex.H.

#include "src/OpenFOAM/primitives/Scalar/scalar/scalar.H"
#include "src/OpenFOAM/primitives/bools/bool/bool.H"
#include "src/OpenFOAM/primitives/strings/word/word.H"
#include "src/OpenFOAM/primitives/contiguous/contiguous.H"
#include "src/OpenFOAM/primitives/complex/complexI.H"
Include dependency graph for complex.H:

Go to the source code of this file.

Classes

class  complex
 Extension to the c++ complex library type. More...

Namespaces

namespace  Foam
 

Namespace for OpenFOAM.


Functions

scalar  magSqr (const complex &)
complex  sqr (const complex &)
scalar  mag (const complex &)
const complex &  max (const complex &, const complex &)
const complex &  min (const complex &, const complex &)
complex  limit (const complex &, const complex &)
const complex &  sum (const complex &)
complex  operator+ (const complex &, const complex &)
complex  operator- (const complex &)
complex  operator- (const complex &, const complex &)
complex  operator* (const complex &, const complex &)
complex  operator/ (const complex &, const complex &)
complex  operator* (const scalar, const complex &)
complex  operator* (const complex &, const scalar)
complex  operator/ (const complex &, const scalar)
complex  operator/ (const scalar, const complex &)
Istream &  operator>> (Istream &, complex &)
Ostream &  operator<< (Ostream &, const complex &)
word  name (const complex &)
 Return a string representation of a complex.
template<>
bool  contiguous< complex > ()
 Data associated with complex type are contiguous.