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

Go to the source code of this file.

Classes

class  PhQ::ThermalDiffusivity< NumericType >
 Thermal diffusivity of a material. Measures the rate of heat transfer inside a material. Equals the scalar thermal conductivity divided by the mass density and specific isobaric heat capacity; see PhQ::ScalarThermalConductivity, PhQ::MassDensity, and PhQ::SpecificIsobaricHeatCapacity. Also appears in the definition of the Prandtl number; see PhQ::PrandtlNumber and PhQ::KinematicViscosity. More...
 

Namespaces

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

Functions

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