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
ElasticIsotropicSolid.hpp File Reference
#include <cmath>
#include <cstddef>
#include <functional>
#include <ostream>
#include <string>
#include "../Base.hpp"
#include "../BulkDynamicViscosity.hpp"
#include "../ConstitutiveModel.hpp"
#include "../DynamicViscosity.hpp"
#include "../IsentropicBulkModulus.hpp"
#include "../IsothermalBulkModulus.hpp"
#include "../LameFirstModulus.hpp"
#include "../PoissonRatio.hpp"
#include "../PWaveModulus.hpp"
#include "../ShearModulus.hpp"
#include "../Strain.hpp"
#include "../StrainRate.hpp"
#include "../Stress.hpp"
#include "../SymmetricDyad.hpp"
#include "../Unit/Pressure.hpp"
#include "../YoungModulus.hpp"

Go to the source code of this file.

Classes

class  PhQ::ConstitutiveModel::ElasticIsotropicSolid< NumericType >
 Constitutive model for an elastic isotropic solid. This is the simplest constitutive model for a deformable solid material. More...
 

Namespaces

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

Functions

template<typename NumericType >
constexpr bool PhQ::operator== (const typename ConstitutiveModel::ElasticIsotropicSolid< NumericType > &left, const typename ConstitutiveModel::ElasticIsotropicSolid< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator!= (const typename ConstitutiveModel::ElasticIsotropicSolid< NumericType > &left, const typename ConstitutiveModel::ElasticIsotropicSolid< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator< (const typename ConstitutiveModel::ElasticIsotropicSolid< NumericType > &left, const typename ConstitutiveModel::ElasticIsotropicSolid< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator> (const typename ConstitutiveModel::ElasticIsotropicSolid< NumericType > &left, const typename ConstitutiveModel::ElasticIsotropicSolid< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator<= (const typename ConstitutiveModel::ElasticIsotropicSolid< NumericType > &left, const typename ConstitutiveModel::ElasticIsotropicSolid< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator>= (const typename ConstitutiveModel::ElasticIsotropicSolid< NumericType > &left, const typename ConstitutiveModel::ElasticIsotropicSolid< NumericType > &right) noexcept
 
template<typename NumericType >
std::ostream & PhQ::operator<< (std::ostream &stream, const typename ConstitutiveModel::ElasticIsotropicSolid< NumericType > &model)