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
PlanarHeatFlux.hpp File Reference
#include <array>
#include <cstddef>
#include <functional>
#include <ostream>
#include "DimensionalPlanarVector.hpp"
#include "PlanarDirection.hpp"
#include "PlanarTemperatureGradient.hpp"
#include "PlanarVector.hpp"
#include "ScalarHeatFlux.hpp"
#include "ScalarThermalConductivity.hpp"
#include "ThermalConductivity.hpp"
#include "Unit/EnergyFlux.hpp"

Go to the source code of this file.

Classes

class  PhQ::PlanarHeatFlux< NumericType >
 Two-dimensional Euclidean heat flux vector in the XY plane. Contains two components in Cartesian coordinates: x and y. For a three-dimensional Euclidean heat flux vector, see PhQ::HeatFlux. For scalar heat flux components or for the magnitude of a heat flux vector, see PhQ::ScalarHeatFlux. More...
 

Namespaces

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

Functions

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