rs2.modeler.properties.material.hydraulic.FEAGroundwater.Simple module#

class rs2.modeler.properties.material.hydraulic.FEAGroundwater.Simple.SimpleStageFactor(client: Client, ID, propertyID)#

Bases: ProxyObject

getKsFactor() float#
getWCSatFactor() float#
getWCResFactor() float#
getDoSSatFactor() float#
getDoSResFactor() float#
class rs2.modeler.properties.material.hydraulic.FEAGroundwater.Simple.SimpleDefinedStageFactor(client: Client, ID, propertyID)#

Bases: SimpleStageFactor

setKsFactor(value: float)#
setWCSatFactor(value: float)#
setWCResFactor(value: float)#
setDoSSatFactor(value: float)#
setDoSResFactor(value: float)#
class rs2.modeler.properties.material.hydraulic.FEAGroundwater.Simple.Simple(client: Client, ID, documentProxyID, stageFactorInterfaceID)#

Bases: PropertyProxy

Variables:

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

Examples

Code Snippet: Manipulation of Hydraulic FEA Groundwater Properties

getSoilType() EnhancedSimpleSoilTypes#
setSoilType(value: EnhancedSimpleSoilTypes)#
getKs() float#
setKs(value: float)#
getWCInputType() WCInputType#
setWCInputType(value: WCInputType)#
getWCSat() float#
setWCSat(value: float)#
getWCRes() float#
setWCRes(value: float)#
getDoSSat() float#
setDoSSat(value: float)#
getDoSRes() float#
setDoSRes(value: float)#
setProperties(SoilType: EnhancedSimpleSoilTypes = None, Ks: float = None, WCInputType: WCInputType = None, WCSat: float = None, WCRes: float = None, DoSSat: float = None, DoSRes: float = None)#
getProperties()#