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

Go to the source code of this file.

Classes

class  PhQ::DynamicViscosity< NumericType >
 Dynamic viscosity, also known as molecular dynamic viscosity. Dynamic viscosity is the relationship between the viscous stress of a material and its corresponding strain rate. Not to be confused with kinematic viscosity, which is dynamic viscosity divided by mass density; see PhQ::KinematicViscosity and PhQ::MassDensity. Also not to be confused with bulk dynamic viscosity; see PhQ::BulkDynamicViscosity. More...
 

Namespaces

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

Functions

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