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
StrainRate.hpp File Reference
#include <array>
#include <cstddef>
#include <functional>
#include <ostream>
#include "DimensionalSymmetricDyad.hpp"
#include "Frequency.hpp"
#include "ScalarStrainRate.hpp"
#include "Strain.hpp"
#include "SymmetricDyad.hpp"
#include "Unit/Frequency.hpp"

Go to the source code of this file.

Classes

class  PhQ::StrainRate< NumericType >
 Three-dimensional Euclidean strain rate symmetric dyadic tensor. Time rate of change of strain. Contains six components in Cartesian coordinates: xx, xy = yx, xz = zx, yy, yz = zy, and zz. For the scalar components or resultants of a strain rate tensor, see PhQ::ScalarStrainRate. See also PhQ::Strain, PhQ::Time, and PhQ::Frequency. More...
 

Namespaces

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

Functions

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