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

Go to the source code of this file.

Classes

class  PhQ::ScalarHeatFlux< NumericType >
 Scalar heat flux component or magnitude of a heat flux vector. For a three-dimensional Euclidean heat flux vector, see PhQ::HeatFlux. For a two-dimensional Euclidean heat flux vector in the XY plane, see PhQ::PlanarHeatFlux. More...
 

Namespaces

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

Functions

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