Foam::species Namespace Reference

Classes

class  thermo
 Basic thermodynamics type based on the use of fitting functions for cp, h, s obtained from the template argument type thermo. All other properties are derived from these primitive functions. More...
 

Functions

template<class Thermo , template< class > class Type>
thermo< Thermo, Type > operator+ (const thermo< Thermo, Type > &, const thermo< Thermo, Type > &)
 
template<class Thermo , template< class > class Type>
thermo< Thermo, Type > operator* (const scalar, const thermo< Thermo, Type > &)
 
template<class Thermo , template< class > class Type>
thermo< Thermo, Type > operator== (const thermo< Thermo, Type > &, const thermo< Thermo, Type > &)
 
template<class Thermo , template< class > class Type>
Ostreamoperator<< (Ostream &, const thermo< Thermo, Type > &)
 

Function Documentation

◆ operator+()

thermo<Thermo, Type> Foam::species::operator+ ( const thermo< Thermo, Type > &  ,
const thermo< Thermo, Type > &   
)
inline

◆ operator*()

thermo<Thermo, Type> Foam::species::operator* ( const  scalar,
const thermo< Thermo, Type > &   
)
inline

◆ operator==()

thermo<Thermo, Type> Foam::species::operator== ( const thermo< Thermo, Type > &  ,
const thermo< Thermo, Type > &   
)
inline

◆ operator<<()

Ostream& Foam::species::operator<< ( Ostream ,
const thermo< Thermo, Type > &   
)