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
DynamicKinematicPressure.hpp File Reference
#include <cmath>
#include <cstddef>
#include <functional>
#include <ostream>
#include "DimensionalScalar.hpp"
#include "DynamicPressure.hpp"
#include "MassDensity.hpp"
#include "Speed.hpp"
#include "StaticKinematicPressure.hpp"
#include "Unit/SpecificEnergy.hpp"

Go to the source code of this file.

Classes

class  PhQ::DynamicKinematicPressure< NumericType >
 Dynamic kinematic pressure, which is dynamic pressure divided by mass density; see PhQ::DynamicPressure and PhQ::MassDensity. More...
 

Namespaces

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

Functions

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