proteus 1.9.0
C/C++/Fortran libraries
Loading...
Searching...
No Matches
m_comp_co2 Namespace Reference

Namespaces

namespace  eos
namespace  flash

Classes

struct  Jet2

Functions

Jet2 operator+ (const Jet2 &a, const Jet2 &b)
Jet2 operator+ (const Jet2 &a, double c)
Jet2 operator+ (double c, const Jet2 &a)
Jet2 operator- (const Jet2 &a)
Jet2 operator- (const Jet2 &a, const Jet2 &b)
Jet2 operator- (const Jet2 &a, double c)
Jet2 operator- (double c, const Jet2 &a)
Jet2 operator* (const Jet2 &a, const Jet2 &b)
Jet2 operator* (const Jet2 &a, double c)
Jet2 operator* (double c, const Jet2 &a)
Jet2 recip (const Jet2 &s)
Jet2 operator/ (const Jet2 &a, const Jet2 &b)
Jet2 operator/ (const Jet2 &a, double c)
Jet2 operator/ (double c, const Jet2 &a)
Jet2 jsqrt (const Jet2 &s)
Jet2 jexp (const Jet2 &s)
Jet2 jlog (const Jet2 &s)

Function Documentation

◆ jexp()

Jet2 m_comp_co2::jexp ( const Jet2 & s)
inline

Definition at line 70 of file jet2.h.

◆ jlog()

Jet2 m_comp_co2::jlog ( const Jet2 & s)
inline

Definition at line 77 of file jet2.h.

◆ jsqrt()

Jet2 m_comp_co2::jsqrt ( const Jet2 & s)
inline

Definition at line 63 of file jet2.h.

◆ operator*() [1/3]

Jet2 m_comp_co2::operator* ( const Jet2 & a,
const Jet2 & b )
inline

Definition at line 41 of file jet2.h.

◆ operator*() [2/3]

Jet2 m_comp_co2::operator* ( const Jet2 & a,
double c )
inline

Definition at line 49 of file jet2.h.

◆ operator*() [3/3]

Jet2 m_comp_co2::operator* ( double c,
const Jet2 & a )
inline

Definition at line 50 of file jet2.h.

◆ operator+() [1/3]

Jet2 m_comp_co2::operator+ ( const Jet2 & a,
const Jet2 & b )
inline

Definition at line 31 of file jet2.h.

◆ operator+() [2/3]

Jet2 m_comp_co2::operator+ ( const Jet2 & a,
double c )
inline

Definition at line 34 of file jet2.h.

◆ operator+() [3/3]

Jet2 m_comp_co2::operator+ ( double c,
const Jet2 & a )
inline

Definition at line 35 of file jet2.h.

◆ operator-() [1/4]

Jet2 m_comp_co2::operator- ( const Jet2 & a)
inline

Definition at line 36 of file jet2.h.

◆ operator-() [2/4]

Jet2 m_comp_co2::operator- ( const Jet2 & a,
const Jet2 & b )
inline

Definition at line 37 of file jet2.h.

◆ operator-() [3/4]

Jet2 m_comp_co2::operator- ( const Jet2 & a,
double c )
inline

Definition at line 38 of file jet2.h.

◆ operator-() [4/4]

Jet2 m_comp_co2::operator- ( double c,
const Jet2 & a )
inline

Definition at line 39 of file jet2.h.

◆ operator/() [1/3]

Jet2 m_comp_co2::operator/ ( const Jet2 & a,
const Jet2 & b )
inline

Definition at line 59 of file jet2.h.

◆ operator/() [2/3]

Jet2 m_comp_co2::operator/ ( const Jet2 & a,
double c )
inline

Definition at line 60 of file jet2.h.

◆ operator/() [3/3]

Jet2 m_comp_co2::operator/ ( double c,
const Jet2 & a )
inline

Definition at line 61 of file jet2.h.

◆ recip()

Jet2 m_comp_co2::recip ( const Jet2 & s)
inline

Definition at line 52 of file jet2.h.