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

Go to the source code of this file.

Classes

class  PhQ::TotalPressure< NumericType >
 Total pressure, which is the sum of static pressure and dynamic pressure; see PhQ::StaticPressure and PhQ::DynamicPressure. For total kinematic pressure, see PhQ::TotalKinematicPressure. More...
 

Namespaces

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

Functions

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