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
ConstitutiveModel.hpp File Reference
#include <cstddef>
#include <functional>
#include <ostream>
#include <string>
#include "Base.hpp"
#include "Strain.hpp"
#include "StrainRate.hpp"
#include "Stress.hpp"

Go to the source code of this file.

Classes

class  PhQ::ConstitutiveModel
 Abstract base class for a material's constitutive model, which is a model that defines the relationship between the stress and the strain and strain rate at any point in the material. More...
 

Namespaces

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

Functions

std::ostream & PhQ::operator<< (std::ostream &stream, const ConstitutiveModel &model)