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
HeatCapacityRatio.hpp File Reference
#include <cstddef>
#include <functional>
#include <ostream>
#include "DimensionlessScalar.hpp"

Go to the source code of this file.

Classes

class  PhQ::HeatCapacityRatio< NumericType >
 Heat capacity ratio, also known as ratio of specific heats, adiabatic index, or Laplace's coefficient. A material's heat capacity ratio is the ratio of its isobaric heat capacity to its isochoric heat capacity; see PhQ::IsobaricHeatCapacity and PhQ::IsochoricHeatCapacity. More...
 

Namespaces

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

Functions

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