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
LameFirstModulus.hpp File Reference
#include <cstddef>
#include <functional>
#include <ostream>
#include "DimensionalScalar.hpp"
#include "Unit/Pressure.hpp"

Go to the source code of this file.

Classes

class  PhQ::LameFirstModulus< NumericType >
 Lamé's first modulus of elasticity of a deformable solid material. First of the two Lamé parameters. A measure of a deformable solid material's elastic modulus. For other measures of a material's elastic modulus, see PhQ::YoungModulus, PhQ::ShearModulus, PhQ::IsentropicBulkModulus, PhQ::IsothermalBulkModulus, PhQ::PWaveModulus, and PhQ::PoissonRatio. More...
 

Namespaces

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

Functions

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