rs3.properties.material.constitutiveModel.CySoil module#

class rs3.properties.material.constitutiveModel.CySoil.CySoilBase(client: Client, id: str)#

Bases: _ProxyObject, IPropertyGroupAccessors

getKRefIso() float#
setKRefIso(value: float)#
getMK() float#
setMK(value: float)#
getRK() float#
setRK(value: float)#
getReferencePressure() float#
setReferencePressure(value: float)#
getPoissonsRatio() float#
setPoissonsRatio(value: float)#
getAlfaCap() float#
setAlfaCap(value: float)#
getNormallyConsolidatedCapPressure() float#
setNormallyConsolidatedCapPressure(value: float)#
getFrictionAngleFailure() float#
setFrictionAngleFailure(value: float)#
getFailureRatio() float#
setFailureRatio(value: float)#
getFrictionAngleNormallyConsolidated() float#
setFrictionAngleNormallyConsolidated(value: float)#
getBetaShearCalibrationFactor() float#
setBetaShearCalibrationFactor(value: float)#
getDilationAngle() float#
setDilationAngle(value: float)#
getConstantVolumeFrictionAngle() float#
setConstantVolumeFrictionAngle(value: float)#
getTensileStrength() float#
setTensileStrength(value: float)#
getCohesion() float#
setCohesion(value: float)#
getProperties()#

Retrieve properties as a dictionary.

setProperties(KRefIso: float = None, MK: float = None, RK: float = None, ReferencePressure: float = None, PoissonsRatio: float = None, AlfaCap: float = None, NormallyConsolidatedCapPressure: float = None, FrictionAngleFailure: float = None, FailureRatio: float = None, FrictionAngleNormallyConsolidated: float = None, BetaShearCalibrationFactor: float = None, DilationAngle: float = None, ConstantVolumeFrictionAngle: float = None, TensileStrength: float = None, Cohesion: float = None)#

Set properties using keyword arguments.

class rs3.properties.material.constitutiveModel.CySoil.CySoil(client: Client, id: str)#

Bases: CySoilBase

getCap() CySoilCapOption#
setCap(CapType: CySoilCapOption)#
getDilationOption() DilationOption#
setDilationOption(DilationOption: DilationOption)#