DruckerPrager
Drucker-Prager elastoplastic material -- smoothed approximation of the Mohr-Coulomb failure surface, well-suited to 3D analyses.
Examples
material = project.DruckerPrager(name='DP Sand', M=1.0)
material.M
Properties
- name : str
- Material name.
- color : Color
- Material color.
- gamma_dry : float | ParameterMap | Profile | Gradient
- Dry unit weight.
- gamma_sat : float | ParameterMap | Profile | Gradient
- Saturated unit weight.
- reducible_strength : bool
- Reducible strength flag.
- E : float | ParameterMap | Profile | Gradient
- Young's modulus.
- nu : float | ParameterMap | Profile | Gradient
- Poisson's ratio.
- M : float | ParameterMap | Profile | Gradient
- Slope of critical state line.
- k : float | ParameterMap | Profile | Gradient
- Cohesion parameter.
- N : float | ParameterMap | Profile | Gradient
- Hardening parameter.
- flow_rule : int
- Flow rule type.
- dilation_cap : int
- Dilation cap type.
- ev_cr : float | ParameterMap | Profile | Gradient
- Critical volumetric strain.
- es_cr : float | ParameterMap | Profile | Gradient
- Critical shear strain.
- tension_cutoff : bool
- Tension cutoff enabled.
- sigma_t : float | ParameterMap | Profile | Gradient
- Tensile strength.
- hydraulic_conductivity_option : int
- Hydraulic conductivity option.
- hydraulic_model : int
- Hydraulic model type.
- drainage : int
- Drainage type.
- excess_pore_pressure : float
- Excess pore pressure.
- K0 : float | ParameterMap | Profile | Gradient
- Coefficient of earth pressure at rest.
- K0_type : int
- K0 type (auto or user).
- cavitation_cutoff : bool
- Cavitation cutoff enabled.
- pcav : float | ParameterMap | Profile | Gradient
- Cavitation pressure.
- Kx : float | ParameterMap | Profile | Gradient
- Hydraulic conductivity in x-direction.
- Ky : float | ParameterMap | Profile | Gradient
- Hydraulic conductivity in y-direction.
- Kz : float | ParameterMap | Profile | Gradient
- Hydraulic conductivity in z-direction.
- K : float | ParameterMap | Profile | Gradient
- Isotropic hydraulic conductivity.
- e : int
- Void ratio.
- alpha : float | ParameterMap | Profile | Gradient
- van Genuchten alpha parameter.
- n : int
- van Genuchten n parameter.
- Sr : float | ParameterMap | Profile | Gradient
- Residual saturation.
- Ss : float | ParameterMap | Profile | Gradient
- Saturated saturation.