1 #ifndef _ATM_NUMBERDENSITY_H
2 #define _ATM_NUMBERDENSITY_H
29 #error "This is a C++ include file and cannot be used from plain C"
62 double get(
const string &units)
const;
#define ATM_NAMESPACE_END
NumberDensity()
Default constructor.
NumberDensity operator/(int scf)
NumberDensity operator/(unsigned int scf)
NumberDensity operator/(double scf)
virtual ~NumberDensity()
Destructor.
bool operator!=(const NumberDensity &rhs) const
NumberDensity & operator=(const double &rhs)
bool operator>=(const NumberDensity &rhs) const
NumberDensity operator*(float scf)
bool operator==(const NumberDensity &rhs) const
NumberDensity & operator=(const NumberDensity &rhs)
#define ATM_NAMESPACE_BEGIN
NumberDensity operator*(int scf)
bool operator>(const NumberDensity &rhs) const
NumberDensity operator/(float scf)
NumberDensity operator-(const NumberDensity &rhs)
NumberDensity operator+(const NumberDensity &rhs)
bool operator<=(const NumberDensity &rhs) const
Number Density value with units.
NumberDensity operator*(unsigned int scf)
bool operator<(const NumberDensity &rhs) const
double get() const
Accessor to the numberdensity value in International System units (K)
NumberDensity operator*(double scf)