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

complexI.H File Reference


Detailed Description

Definition in file complexI.H.

Go to the source code of this file.

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  transform (const Tensor< scalar > &, const complex c)
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 &)