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
DynamicPressure.hpp File Reference
#include <cstddef>
#include <functional>
#include <ostream>
#include "DimensionalScalar.hpp"
#include "MassDensity.hpp"
#include "Speed.hpp"
#include "StaticPressure.hpp"

Go to the source code of this file.

Classes

class  PhQ::DynamicPressure< NumericType >
 Dynamic pressure, which is the additional pressure arising from a flowing fluid's kinetic energy. Dynamic pressure can be thought of as a flowing fluid's kinetic energy per unit volume. Not to be confused with static pressure or total pressure; see PhQ::StaticPressure and PhQ::TotalPressure. For dynamic kinematic pressure, see PhQ::DynamicKinematicPressure. More...
 

Namespaces

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

Functions

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