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

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

Bases: ProxyObject

getBubblingPressureFactor() float#
getPoreSizeIndexFactor() float#
getKsFactor() float#
getWCSatFactor() float#
getWCResFactor() float#
getDoSSatFactor() float#
getDoSResFactor() float#
class rs2.modeler.properties.material.hydraulic.FEAGroundwater.Brooks.BrooksDefinedStageFactor(client: Client, ID, propertyID)#

Bases: BrooksStageFactor

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

Bases: PropertyProxy

Variables:

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

Examples

Code Snippet: Manipulation of Hydraulic FEA Groundwater Properties

getPoreSizeIndex() float#
setPoreSizeIndex(value: float)#
getBubblingPressure() float#
setBubblingPressure(value: float)#
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(PoreSizeIndex: float = None, BubblingPressure: float = None, Ks: float = None, WCInputType: WCInputType = None, WCSat: float = None, WCRes: float = None, DoSSat: float = None, DoSRes: float = None)#
getProperties()#