53 inline scalar
magSqr(
const complex&);
55 inline scalar
mag(
const complex&);
56 inline const complex&
max(
const complex&,
const complex&);
57 inline const complex&
min(
const complex&,
const complex&);
114 inline scalar
Re()
const;
115 inline scalar
Im()
const;
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Extension to the c++ complex library type.
bool operator!=(const complex &) const
void operator/=(const complex &)
friend complex operator-(const complex &)
void operator*=(const complex &)
complex cmptType
Component type.
friend const complex & sum(const complex &)
friend complex operator/(const complex &, const complex &)
void operator+=(const complex &)
friend complex limit(const complex &, const complex &)
friend complex sqr(const complex &c)
void operator=(const scalar)
friend complex operator+(const complex &, const complex &)
friend scalar mag(const complex &c)
friend Istream & operator>>(Istream &, complex &)
bool operator==(const complex &) const
friend const complex & max(const complex &, const complex &)
friend const complex & min(const complex &, const complex &)
friend Ostream & operator<<(Ostream &, const complex &)
friend scalar magSqr(const complex &c)
static const complex zero
complex operator!() const
friend complex operator*(const complex &, const complex &)
static const char *const typeName
void operator-=(const complex &)
complex conjugate() const
A class for handling words, derived from string.
Template function to specify if the data of a type are contiguous.
const dimensionedScalar c
Speed of light in a vacuum.
bool contiguous< complex >()
Data associated with complex type are contiguous.
dimensionedSymmTensor sqr(const dimensionedVector &dv)
word name(const bool)
Return a word representation of a bool.
dimensioned< Type > sum(const DimensionedField< Type, GeoMesh > &df)
complex limit(const complex &, const complex &)
layerAndWeight min(const layerAndWeight &a, const layerAndWeight &b)
Istream & operator>>(Istream &, pistonPointEdgeData &)
dimensioned< scalar > mag(const dimensioned< Type > &)
layerAndWeight max(const layerAndWeight &a, const layerAndWeight &b)
tmp< fvMatrix< Type > > operator*(const volScalarField::Internal &, const fvMatrix< Type > &)
Ostream & operator<<(Ostream &os, const fvConstraints &constraints)
tmp< fvMatrix< Type > > operator+(const fvMatrix< Type > &, const fvMatrix< Type > &)
tmp< fvMatrix< Type > > operator-(const fvMatrix< Type > &)
dimensioned< scalar > magSqr(const dimensioned< Type > &)
tmp< fvMatrix< Type > > operator/(const fvMatrix< Type > &, const volScalarField::Internal &)