VanishingStrain material model that enforces strain components to be zero. More...
#include <ikarus/finiteelements/mechanics/materials/vanishingstrain.hh>
Public Types | |
using | Underlying = MI |
The underlying material type. More... | |
using | ScalarType = typename Underlying::ScalarType |
Scalar type. More... | |
using | MaterialParameters = typename Underlying::MaterialParameters |
using | MaterialImpl = VanishingStrain< strainIndexPair, MI > |
Type of material implementation. More... | |
Public Member Functions | |
VanishingStrain (MI mat) | |
Constructor for VanishingStrain. More... | |
MaterialParameters | materialParametersImpl () const |
Returns the material parameters stored in the material. More... | |
template<typename Derived > | |
ScalarType | storedEnergyImpl (const Eigen::MatrixBase< Derived > &E) const |
Computes the stored energy for the VanishingStrain material. More... | |
template<bool voigt, typename Derived > | |
auto | stressesImpl (const Eigen::MatrixBase< Derived > &E) const |
Computes the stresses for the VanishingStrain material. More... | |
template<bool voigt, typename Derived > | |
auto | tangentModuliImpl (const Eigen::MatrixBase< Derived > &E) const |
Computes the tangent moduli for the VanishingStrain material. More... | |
template<typename ScalarTypeOther > | |
auto | rebind () const |
Rebinds the material to a different scalar type. More... | |
constexpr const MaterialImpl & | impl () const |
Const accessor to the underlying material (CRTP). More... | |
constexpr MaterialImpl & | impl () |
Accessor to the underlying material (CRTP). More... | |
auto | materialParameters () const |
Returns the material parameters stored in the implemented material. More... | |
auto | storedEnergy (const Eigen::MatrixBase< Derived > &Eraw) const |
Return the stored potential energy of the material. More... | |
auto | stresses (const Eigen::MatrixBase< Derived > &Eraw) const |
Get the stresses of the material. More... | |
auto | tangentModuli (const Eigen::MatrixBase< Derived > &Eraw) const |
Get the tangentModuli of the material. More... | |
Static Public Member Functions | |
static constexpr std::string | nameImpl () noexcept |
static constexpr std::string | name () |
Get the name of the implemented material. More... | |
Static Public Attributes | |
static constexpr auto | fixedPairs = strainIndexPair |
Array of fixed stress components. More... | |
static constexpr auto | freeVoigtIndices = createfreeVoigtIndices(fixedPairs) |
Free Voigt indices. More... | |
static constexpr auto | fixedVoigtIndices = createFixedVoigtIndices(fixedPairs) |
Fixed Voigt indices. More... | |
static constexpr auto | freeStrains = freeVoigtIndices.size() |
Number of free strains. More... | |
static constexpr auto | strainTag = Underlying::strainTag |
Strain tag. More... | |
static constexpr auto | stressTag = Underlying::stressTag |
Stress tag. More... | |
static constexpr auto | tangentModuliTag = Underlying::tangentModuliTag |
Tangent moduli tag. More... | |
static constexpr bool | energyAcceptsVoigt = Underlying::energyAcceptsVoigt |
Energy accepts Voigt notation. More... | |
static constexpr bool | stressToVoigt = true |
Stress to Voigt notation. More... | |
static constexpr bool | stressAcceptsVoigt = true |
Stress accepts Voigt notation. More... | |
static constexpr bool | moduliToVoigt = true |
Moduli to Voigt notation. More... | |
static constexpr bool | moduliAcceptsVoigt = true |
Moduli accepts Voigt notation. More... | |
static constexpr double | derivativeFactorImpl = Underlying::derivativeFactorImpl |
Derivative factor. More... | |
static constexpr bool | isReduced |
Static constant for determining if the material has vanishing stress or strain components (is reduced). More... | |
static constexpr double | derivativeFactor |
This factor denotes the differences between the returned stresses and moduli and the passed strain. More... | |
strainIndexPair | An array of MatrixIndexPair representing fixed stress components. |
MI | The underlying material model. |
|
inherited |
using Ikarus::VanishingStrain< strainIndexPair, MI >::MaterialParameters = typename Underlying::MaterialParameters |
using Ikarus::VanishingStrain< strainIndexPair, MI >::ScalarType = typename Underlying::ScalarType |
using Ikarus::VanishingStrain< strainIndexPair, MI >::Underlying = MI |
|
inlineexplicit |
mat | The underlying material model. |
|
inlineconstexprinherited |
|
inlineconstexprinherited |
|
inlineinherited |
|
inline |
|
inlinestaticconstexprinherited |
|
inlinestaticconstexprnoexcept |
|
inline |
ScalarTypeOther | The target scalar type. |
|
inlineinherited |
This function return the free Helmholtz energy of the material
tag | Strain tag indicating which strain tensor components are passed. |
Derived | The underlying Eigen type. |
Eraw | The strain tensor components passed in Voigt notation or matrix notation. |
|
inline |
Derived | The derived type of the input matrix. |
Eraw | The strain mesasure |
|
inlineinherited |
tag | Strain tag indicating which strain tensor components are passed. |
voigt | Boolean indicating whether to return Voigt-shaped result. |
Derived | The underlying Eigen type. |
Eraw | The strain tensor components passed in Voigt notation or matrix notation. |
|
inline |
voigt | A boolean indicating whether to return strains in Voigt notation. |
Derived | The derived type of the input matrix. |
Eraw | The Green-Lagrangian strain. |
|
inlineinherited |
tag | Strain tag indicating which strain tensor components are passed. |
voigt | Boolean indicating whether to return Voigt-shaped result. |
Derived | The underlying Eigen type. |
Eraw | The strain tensor components passed in Voigt notation or matrix notation. |
|
inline |
voigt | A boolean indicating whether to return tangent moduli in Voigt notation. |
Derived | The derived type of the input matrix. |
E | The strain measure. |
|
staticconstexprinherited |
For neoHooke the inserted quantity is $C$ the Green-Lagrangian strain tensor, the function relation between the energy and the stresses is $S = 1 \dfrac{\partial\psi(E)}{\partial E}$. This factor is the pre factor, which is the difference to the actual derivative, which is written here
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexprinherited |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |