rs2.modeler.properties.material.strength.ModifiedCamClay module#

class rs2.modeler.properties.material.strength.ModifiedCamClay.ModifiedCamClayStageFactor(client: Client, ID, propertyID)#

Bases: ProxyObject

getCriticalStateSlopeFactor() float#
getGammaFactor() float#
getKappaFactor() float#
getLambdaFactor() float#
getNParameterFactor() float#
getOverconsolidationRatioFactor() float#
getPreconsolidationStressFactor() float#
class rs2.modeler.properties.material.strength.ModifiedCamClay.ModifiedCamClayDefinedStageFactor(client: Client, ID, propertyID)#

Bases: ModifiedCamClayStageFactor

setCriticalStateSlopeFactor(value: float)#
setGammaFactor(value: float)#
setKappaFactor(value: float)#
setLambdaFactor(value: float)#
setNParameterFactor(value: float)#
setOverconsolidationRatioFactor(value: float)#
setPreconsolidationStressFactor(value: float)#
class rs2.modeler.properties.material.strength.ModifiedCamClay.ModifiedCamClay(client: Client, ID, documentProxyID, stageFactorInterfaceID)#

Bases: PropertyProxy

Variables:

stageFactorInterface (AbsoluteStageFactorGettersInterface[ModifiedCamClayDefinedStageFactor, ModifiedCamClayStageFactor]) – Reference object for modifying stage factor property.

Examples

Code Snippet: Manipulation of Strength Properties

getCriticalStateSlope() float#
setCriticalStateSlope(value: float)#
getSpecificVolumeAtUnitPressure() SpecificVolumeAtUnitPressure#
setSpecificVolumeAtUnitPressure(value: SpecificVolumeAtUnitPressure)#
getNParameter() float#
setNParameter(value: float)#
getGamma() float#
setGamma(value: float)#
getKappa() float#
setKappa(value: float)#
getInitialStateOfConsolidation() InitialStateOfConsolidation#
setInitialStateOfConsolidation(value: InitialStateOfConsolidation)#
getOverconsolidationRatio() float#
setOverconsolidationRatio(value: float)#
getPreconsolidationStress() float#
setPreconsolidationStress(value: float)#
getLambda() float#
setLambda(value: float)#
setProperties(CriticalStateSlope: float = None, SpecificVolumeAtUnitPressure: SpecificVolumeAtUnitPressure = None, NParameter: float = None, Gamma: float = None, Kappa: float = None, InitialStateOfConsolidation: InitialStateOfConsolidation = None, OverconsolidationRatio: float = None, PreconsolidationStress: float = None, Lambda: float = None)#
getProperties()#