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
KinematicViscosity.hpp File Reference
#include <cstddef>
#include <functional>
#include <ostream>
#include "DimensionalScalar.hpp"
#include "Unit/Diffusivity.hpp"

Go to the source code of this file.

Classes

class  PhQ::KinematicViscosity< NumericType >
 Kinematic viscosity, also known as molecular kinematic viscosity. Defined as dynamic viscosity divided by mass density; see PhQ::DynamicViscosity and PhQ::MassDensity. Also appears in the definition of the Prandtl number; see PhQ::PrandtlNumber and PhQ::ThermalDiffusivity. More...
 

Namespaces

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

Functions

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