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
Stress.hpp File Reference
#include <array>
#include <cmath>
#include <cstddef>
#include <functional>
#include <ostream>
#include "DimensionalSymmetricDyad.hpp"
#include "Direction.hpp"
#include "PlanarDirection.hpp"
#include "PlanarTraction.hpp"
#include "ScalarStress.hpp"
#include "StaticPressure.hpp"
#include "SymmetricDyad.hpp"
#include "Traction.hpp"
#include "Unit/Pressure.hpp"

Go to the source code of this file.

Classes

class  PhQ::Stress< NumericType >
 Three-dimensional Euclidean Cauchy stress symmetric dyadic tensor. Contains six components in Cartesian coordinates: xx, xy = yx, xz = zx, yy, yz = zy, and zz. For the scalar components or resultants of a Cauchy stress tensor, see PhQ::ScalarStress. More...
 

Namespaces

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

Functions

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