Cohesive#

class AdhesionType(*values)#

Bases: Enum

GENERAL_ADHESION_FOR_COHESIVE_SOILS = 1#
OVERLYING_SOFT_CLAY = 2#
OVERLYING_SANDS = 3#
WITHOUT_DIFF_OVERLYING_STRATA = 4#
USER_DEFINED_ADHESION = 5#
class Cohesive(model_id: str, soil_id: str, client: Client)#

Bases: object

Examples: Code Snippet: Manipulation of Driven Soil Properties

getUndrainedShearStrength() float#
setUndrainedShearStrength(strength: float)#
getAdhesionType() AdhesionType#
setAdhesionType(adhesionType: AdhesionType)#