Physical Quantities  v1.0.0
C++ library of physical quantities, physical models, and units of measure for scientific computing. https://github.com/acodcha/phq
Classes | Namespaces | Functions
GasConstant.hpp File Reference
#include <cstddef>
#include <functional>
#include <ostream>
#include "DimensionalScalar.hpp"
#include "HeatCapacityRatio.hpp"
#include "IsobaricHeatCapacity.hpp"
#include "IsochoricHeatCapacity.hpp"
#include "Unit/HeatCapacity.hpp"

Go to the source code of this file.

Classes

class  PhQ::GasConstant< NumericType >
 Gas constant of a gas. For the mass-specific gas constant, see PhQ::SpecificGasConstant. More...
 

Namespaces

 PhQ
 Namespace that encompasses all of the Physical Quantities library's content.
 

Functions

template<typename NumericType >
constexpr bool PhQ::operator== (const GasConstant< NumericType > &left, const GasConstant< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator!= (const GasConstant< NumericType > &left, const GasConstant< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator< (const GasConstant< NumericType > &left, const GasConstant< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator> (const GasConstant< NumericType > &left, const GasConstant< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator<= (const GasConstant< NumericType > &left, const GasConstant< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator>= (const GasConstant< NumericType > &left, const GasConstant< NumericType > &right) noexcept
 
template<typename NumericType >
std::ostream & PhQ::operator<< (std::ostream &stream, const GasConstant< NumericType > &gas_constant)
 
template<typename NumericType >
constexpr GasConstant< NumericType > PhQ::operator* (const NumericType number, const GasConstant< NumericType > &gas_constant)