Rigid
Rigid material -- no deformation, used to model bodies whose stiffness dominates the solution (e.g. retaining walls, footings).
Examples
material = project.Rigid(name='Wall', gamma_dry=22)
material.gamma_dry
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.
- tension_cutoff : bool
- Tension cutoff flag.
- sigma_t : float | ParameterMap | Profile | Gradient
- Tensile strength.
- hydraulic_conductivity_option : int
- Hydraulic conductivity option (isotropic/anisotropic).
- hydraulic_model : int
- Hydraulic model type.
- drainage : int
- Drainage type.
- K0 : float | ParameterMap | Profile | Gradient
- Coefficient of earth pressure at rest.
- K0_type : int
- K0 type (auto or user).
- cavitation_cutoff : bool
- Cavitation cutoff flag.
- 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
- Hydraulic conductivity (isotropic).
- e : float | ParameterMap | Profile | Gradient
- Void ratio.
- alpha : float | ParameterMap | Profile | Gradient
- Van Genuchten alpha parameter.
- n : float | ParameterMap | Profile | Gradient
- Van Genuchten n parameter.
- Sr : float | ParameterMap | Profile | Gradient
- Residual saturation.
- Ss : float | ParameterMap | Profile | Gradient
- Saturated saturation.