rs3.properties.material.hydraulic.FEAGroundwater.Custom module#
- class rs3.properties.material.hydraulic.FEAGroundwater.Custom.CustomBase(client: Client, id: str)#
Bases:
_ProxyObject,IPropertyGroupAccessors- getMv() float#
- setMv(value: float)#
- getPermeabilityK2K1Ratio() float#
- setPermeabilityK2K1Ratio(value: float)#
- getPermeabilityK3K1Ratio() float#
- setPermeabilityK3K1Ratio(value: float)#
- getProperties()#
Retrieve properties as a dictionary.
- setProperties(Mv: float = None, PermeabilityK2K1Ratio: float = None, PermeabilityK3K1Ratio: float = None)#
Set properties using keyword arguments.
- class rs3.properties.material.hydraulic.FEAGroundwater.Custom.CustomStageFactorBase(id: str, stageFactorID: str, client: Client, stub)#
Bases:
IStageFactorBase- getPermeabilityK2K1RatioFactor() float#
- getPermeabilityK3K1RatioFactor() float#
- class rs3.properties.material.hydraulic.FEAGroundwater.Custom.CustomDefinedStageFactorBase(id: str, stageFactorID: str, client: Client, stub)#
Bases:
CustomStageFactorBase- setPermeabilityK2K1RatioFactor(value: float)#
- setPermeabilityK3K1RatioFactor(value: float)#
- class rs3.properties.material.hydraulic.FEAGroundwater.Custom.CustomStageFactor(id: str, stageFactorId: str, client: Client)#
Bases:
CustomStageFactorBaseExamples
- class rs3.properties.material.hydraulic.FEAGroundwater.Custom.CustomDefinedStageFactor(id: str, stageFactorId: str, client: Client)#
Bases:
CustomStageFactor,CustomDefinedStageFactorBaseExamples
- class rs3.properties.material.hydraulic.FEAGroundwater.Custom.Custom(client: Client, objectId: str)#
Bases:
CustomBase,HydraulicMethodVectorsExamples
See Material Hydraulic Script Examples.
- setHydraulicMethodType(hydraulicMethodType: HydraulicMethodType)#
- getHydraulicMethodType() HydraulicMethodType#