ASPECT
|
Public Member Functions | |
DruckerPragerParameters () | |
Public Attributes | |
double | angle_internal_friction |
double | cohesion |
double | max_yield_stress |
A data structure with all input file parameters relevant to Drucker-Prager plasticity.
Definition at line 41 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 46 of file drucker_prager.h.
double aspect::MaterialModel::Rheology::DruckerPragerParameters::cohesion |
Cohesion for the current composition and phase
Definition at line 51 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 56 of file drucker_prager.h.