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
SpecificIsobaricHeatCapacity.hpp File Reference
#include <cstddef>
#include <functional>
#include <ostream>
#include "DimensionalScalar.hpp"
#include "HeatCapacityRatio.hpp"
#include "IsobaricHeatCapacity.hpp"
#include "SpecificIsochoricHeatCapacity.hpp"
#include "Unit/SpecificHeatCapacity.hpp"

Go to the source code of this file.

Classes

class  PhQ::SpecificIsobaricHeatCapacity< NumericType >
 Mass-specific isobaric heat capacity, also known as mass-specific heat capacity at constant pressure, or isobaric heat capacity per unit mass; see PhQ::IsobaricHeatCapacity and PhQ::Mass. More...
 

Namespaces

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

Functions

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