Physical Quantities  v1.0.0
C++ library of physical quantities, physical models, and units of measure for scientific computing. https://github.com/acodcha/phq
PhQ::ReynoldsNumber< NumericType > Member List

This is the complete list of members for PhQ::ReynoldsNumber< NumericType >, including all inherited members.

DimensionlessScalar()=defaultPhQ::DimensionlessScalar< double >protected
DimensionlessScalar(const double value)PhQ::DimensionlessScalar< double >inlineexplicitprotected
DimensionlessScalar(const DimensionlessScalar< double > &other)=defaultPhQ::DimensionlessScalar< double >protected
DimensionlessScalar(const DimensionlessScalar< OtherNumericType > &other)PhQ::DimensionlessScalar< double >inlineexplicitprotected
DimensionlessScalar(DimensionlessScalar< double > &&other) noexcept=defaultPhQ::DimensionlessScalar< double >protected
Dimensions()PhQ::DimensionlessScalar< double >inlinestatic
DynamicViscosity(const PhQ::MassDensity< NumericType > &mass_density, const PhQ::Speed< NumericType > &speed, const PhQ::Length< NumericType > &length) constPhQ::ReynoldsNumber< NumericType >inline
JSON() constPhQ::DimensionlessScalar< double >inline
KinematicViscosity(const PhQ::Speed< NumericType > &speed, const PhQ::Length< NumericType > &length) constPhQ::ReynoldsNumber< NumericType >inline
Length(const PhQ::DynamicViscosity< NumericType > &dynamic_viscosity, const PhQ::MassDensity< NumericType > &mass_density, const PhQ::Speed< NumericType > &speed) constPhQ::ReynoldsNumber< NumericType >inline
Length(const PhQ::KinematicViscosity< NumericType > &kinematic_viscosity, const PhQ::Speed< NumericType > &speed) constPhQ::ReynoldsNumber< NumericType >inline
MassDensity(const PhQ::DynamicViscosity< NumericType > &dynamic_viscosity, const PhQ::Speed< NumericType > &speed, const PhQ::Length< NumericType > &length) constPhQ::ReynoldsNumber< NumericType >inline
MutableValue() noexceptPhQ::DimensionlessScalar< double >inline
operator*(const NumericType number) constPhQ::ReynoldsNumber< NumericType >inline
operator*=(const NumericType number) noexceptPhQ::ReynoldsNumber< NumericType >inline
operator+(const ReynoldsNumber< NumericType > &reynolds_number) constPhQ::ReynoldsNumber< NumericType >inline
operator+=(const ReynoldsNumber< NumericType > &reynolds_number) noexceptPhQ::ReynoldsNumber< NumericType >inline
operator-(const ReynoldsNumber< NumericType > &reynolds_number) constPhQ::ReynoldsNumber< NumericType >inline
operator-=(const ReynoldsNumber< NumericType > &reynolds_number) noexceptPhQ::ReynoldsNumber< NumericType >inline
operator/(const NumericType number) constPhQ::ReynoldsNumber< NumericType >inline
operator/(const ReynoldsNumber< NumericType > &reynolds_number) const noexceptPhQ::ReynoldsNumber< NumericType >inline
operator/=(const NumericType number) noexceptPhQ::ReynoldsNumber< NumericType >inline
operator=(const ReynoldsNumber< NumericType > &other)=defaultPhQ::ReynoldsNumber< NumericType >
operator=(const ReynoldsNumber< OtherNumericType > &other)PhQ::ReynoldsNumber< NumericType >inline
operator=(ReynoldsNumber< NumericType > &&other) noexcept=defaultPhQ::ReynoldsNumber< NumericType >
DimensionlessScalar< double >::operator=(const DimensionlessScalar< double > &other)=defaultPhQ::DimensionlessScalar< double >protected
DimensionlessScalar< double >::operator=(const DimensionlessScalar< OtherNumericType > &other)PhQ::DimensionlessScalar< double >inlineprotected
DimensionlessScalar< double >::operator=(DimensionlessScalar< double > &&other) noexcept=defaultPhQ::DimensionlessScalar< double >protected
Print() constPhQ::DimensionlessScalar< double >inline
ReynoldsNumber()=defaultPhQ::ReynoldsNumber< NumericType >
ReynoldsNumber(const NumericType value)PhQ::ReynoldsNumber< NumericType >inlineexplicit
ReynoldsNumber(const MassDensity< NumericType > &mass_density, const Speed< NumericType > &speed, const Length< NumericType > &length, const DynamicViscosity< NumericType > &dynamic_viscosity)PhQ::ReynoldsNumber< NumericType >inline
ReynoldsNumber(const Speed< NumericType > &speed, const Length< NumericType > &length, const KinematicViscosity< NumericType > &kinematic_viscosity)PhQ::ReynoldsNumber< NumericType >inline
ReynoldsNumber(const ReynoldsNumber< NumericType > &other)=defaultPhQ::ReynoldsNumber< NumericType >
ReynoldsNumber(const ReynoldsNumber< OtherNumericType > &other)PhQ::ReynoldsNumber< NumericType >inlineexplicit
ReynoldsNumber(ReynoldsNumber< NumericType > &&other) noexcept=defaultPhQ::ReynoldsNumber< NumericType >
SetValue(const double value) noexceptPhQ::DimensionlessScalar< double >inline
Speed(const PhQ::DynamicViscosity< NumericType > &dynamic_viscosity, const PhQ::MassDensity< NumericType > &mass_density, const PhQ::Length< NumericType > &length) constPhQ::ReynoldsNumber< NumericType >inline
Speed(const PhQ::KinematicViscosity< NumericType > &kinematic_viscosity, const PhQ::Length< NumericType > &length) constPhQ::ReynoldsNumber< NumericType >inline
valuePhQ::DimensionlessScalar< double >protected
Value() const noexceptPhQ::DimensionlessScalar< double >inline
XML() constPhQ::DimensionlessScalar< double >inline
YAML() constPhQ::DimensionlessScalar< double >inline
Zero()PhQ::ReynoldsNumber< NumericType >inlinestatic
~DimensionlessScalar() noexcept=defaultPhQ::DimensionlessScalar< double >protected
~ReynoldsNumber() noexcept=defaultPhQ::ReynoldsNumber< NumericType >