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
ScalarTemperatureGradient.hpp File Reference
#include <cstddef>
#include <functional>
#include <ostream>
#include "DimensionalScalar.hpp"
#include "Length.hpp"
#include "TemperatureDifference.hpp"
#include "Unit/TemperatureGradient.hpp"

Go to the source code of this file.

Classes

class  PhQ::ScalarTemperatureGradient< NumericType >
 Scalar temperature gradient component or magnitude of a temperature gradient vector. For a three-dimensional Euclidean temperature gradient vector, see PhQ::TemperatureGradient. For a two-dimensional Euclidean temperature gradient vector in the XY plane, see PhQ::PlanarTemperatureGradient. More...
 

Namespaces

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

Functions

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