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

Go to the source code of this file.

Classes

class  PhQ::StaticPressure< NumericType >
 Static pressure. Pressure of a fluid at rest. Not to be confused with dynamic pressure, which is the additional pressure resulting from the kinetic energy of a flowing fluid, or total pressure, which is the sum of static pressure and dynamic pressure. See PhQ::DynamicPressure and PhQ::TotalPressure. Can represent either an absolute static pressure or a static pressure difference relative to another static pressure. For static kinematic pressure, see PhQ::StaticKinematicPressure. More...
 

Namespaces

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

Functions

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