![]() |
ASPECT
|
Public Member Functions | |
DruckerPragerParameters () | |
Public Attributes | |
double | angle_internal_friction |
double | angle_dilation |
double | cohesion |
double | yield_stress_prefactor |
double | max_yield_stress |
A data structure with all input file parameters relevant to Drucker-Prager plasticity.
Definition at line 39 of file drucker_prager.h.
aspect::MaterialModel::Rheology::DruckerPragerParameters::DruckerPragerParameters | ( | ) |
Constructor. Initializes all values to NaN.
double aspect::MaterialModel::Rheology::DruckerPragerParameters::angle_internal_friction |
Internal friction angle (phi) for the current composition and phase
Definition at line 44 of file drucker_prager.h.
double aspect::MaterialModel::Rheology::DruckerPragerParameters::angle_dilation |
Dilation angle (psi) for the current composition and phase
Definition at line 49 of file drucker_prager.h.
double aspect::MaterialModel::Rheology::DruckerPragerParameters::cohesion |
Cohesion for the current composition and phase
Definition at line 54 of file drucker_prager.h.
double aspect::MaterialModel::Rheology::DruckerPragerParameters::yield_stress_prefactor |
Prefactor for the yield stress for the current composition and phase
Definition at line 59 of file drucker_prager.h.
double aspect::MaterialModel::Rheology::DruckerPragerParameters::max_yield_stress |
Limit maximum yield stress from drucker prager yield criterion.
Definition at line 64 of file drucker_prager.h.