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

Go to the source code of this file.

Classes

class  PhQ::ScalarThermalConductivity< NumericType >
 Scalar component or resultant of a three-dimensional Euclidean thermal conductivity symmetric dyadic tensor. In general, thermal conductivity is a tensor; however, in isotropic materials, thermal conductivity simplifies to a scalar. For the related tensor, see PhQ::ThermalConductivity. More...
 

Namespaces

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

Functions

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