rs2.modeler.properties.liner.Geosynthetic module#
- class rs2.modeler.properties.liner.Geosynthetic.GeosyntheticStageFactor(client: Client, ID, propertyID)#
Bases:
ProxyObject- getGeosyntheticUnitWeightFactor() float#
- getTensileModulusFactor() float#
- getAxialStrainExpansionFactor() float#
- getTensileStrengthPeakFactor() float#
- getTensileStrengthResidualFactor() float#
- getConductivityFactor() float#
- getSpecificHeatCapacityFactor() float#
- getExpansionCoefficientFactor() float#
- class rs2.modeler.properties.liner.Geosynthetic.GeosyntheticDefinedStageFactor(client: Client, ID, propertyID)#
Bases:
GeosyntheticStageFactor- setGeosyntheticUnitWeightFactor(value: float)#
- setTensileModulusFactor(value: float)#
- setAxialStrainExpansionFactor(value: float)#
- setTensileStrengthPeakFactor(value: float)#
- setTensileStrengthResidualFactor(value: float)#
- setConductivityFactor(value: float)#
- setSpecificHeatCapacityFactor(value: float)#
- setExpansionCoefficientFactor(value: float)#
- class rs2.modeler.properties.liner.Geosynthetic.Geosynthetic(client: Client, ID, documentProxyID)#
Bases:
PropertyProxy- Variables:
stageFactorInterface (RelativeStageFactorInterface[GeosyntheticDefinedStageFactor, GeosyntheticStageFactor]) – Reference object for modifying stage factor property.
Examples
Code Snippet: Manipulation of Liner Stage Factor Properties
- getGeosyntheticUnitWeight() float#
- setGeosyntheticUnitWeight(value: float)#
- getInitialTemperature() float#
- setInitialTemperature(value: float)#
- getTensileModulus() float#
- setTensileModulus(value: float)#
- getMaterialType() MaterialType#
- setMaterialType(value: MaterialType)#
- getTensileStrengthPeak() float#
- setTensileStrengthPeak(value: float)#
- getTensileStrengthResidual() float#
- setTensileStrengthResidual(value: float)#
- getActivateThermal() bool#
- setActivateThermal(value: bool)#
- getStaticTemperatureMode() StaticWaterModes#
- setStaticTemperatureMode(value: StaticWaterModes)#
- getStaticTemperature() float#
- setStaticTemperature(value: float)#
- getConductivity() float#
- setConductivity(value: float)#
- getSpecificHeatCapacity() float#
- setSpecificHeatCapacity(value: float)#
- getThermalExpansion() bool#
- setThermalExpansion(value: bool)#
- getExpansionCoefficient() float#
- setExpansionCoefficient(value: float)#
- getAxialStrainExpansion() float#
- setAxialStrainExpansion(value: float)#
- getStageGeosyntheticProperties() bool#
- setStageGeosyntheticProperties(value: bool)#
- getStaticTemperatureGridToUse() str#
- setStaticTemperatureGridToUse(gridName: str)#
Grids “None” and “Default Grid” available by default.
- setProperties(GeosyntheticUnitWeight: float = None, InitialTemperature: float = None, TensileModulus: float = None, MaterialType: MaterialType = None, TensileStrengthPeak: float = None, TensileStrengthResidual: float = None, ActivateThermal: bool = None, StaticTemperatureMode: StaticWaterModes = None, StaticTemperature: float = None, Conductivity: float = None, SpecificHeatCapacity: float = None, ThermalExpansion: bool = None, ExpansionCoefficient: float = None, AxialStrainExpansion: float = None, StageGeosyntheticProperties: bool = None)#
- getProperties()#