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
VelocityGradient.hpp File Reference
#include <array>
#include <cstddef>
#include <functional>
#include <ostream>
#include "DimensionalDyad.hpp"
#include "DisplacementGradient.hpp"
#include "Dyad.hpp"
#include "Frequency.hpp"
#include "ScalarVelocityGradient.hpp"
#include "StrainRate.hpp"
#include "Time.hpp"
#include "Unit/Frequency.hpp"

Go to the source code of this file.

Classes

class  PhQ::VelocityGradient< NumericType >
 Three-dimensional Euclidean velocity gradient dyadic tensor. Gradient of the velocity vector. May be symmetric or asymmetric. Contains nine components in Cartesian coordinates: xx, xy, xz, yx, yy, yz, zx, zy, and zz. For the scalar components or resultants of a velocity gradient tensor, see PhQ::ScalarVelocityGradient. Can also represent the time rate of change of a displacement gradient; see PhQ::DisplacementGradient, 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 VelocityGradient< NumericType > &left, const VelocityGradient< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator!= (const VelocityGradient< NumericType > &left, const VelocityGradient< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator< (const VelocityGradient< NumericType > &left, const VelocityGradient< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator> (const VelocityGradient< NumericType > &left, const VelocityGradient< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator<= (const VelocityGradient< NumericType > &left, const VelocityGradient< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator>= (const VelocityGradient< NumericType > &left, const VelocityGradient< NumericType > &right) noexcept
 
template<typename NumericType >
std::ostream & PhQ::operator<< (std::ostream &stream, const VelocityGradient< NumericType > &velocity_gradient)
 
template<typename NumericType >
constexpr VelocityGradient< NumericType > PhQ::operator* (const NumericType number, const VelocityGradient< NumericType > &velocity_gradient)