rs3.properties.material.constitutiveModel.DoubleYield module#

class rs3.properties.material.constitutiveModel.DoubleYield.DoubleYieldBase(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)#
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, 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.DoubleYield.DoubleYield(client: Client, id: str)#

Bases: DoubleYieldBase

getCapType() DoubleYieldCapType#
setCapType(CapType: DoubleYieldCapType)#
getDilationOption() DilationOption#
setDilationOption(DilationOption: DilationOption)#