rs3.properties.material.hydraulic.FEAGroundwater.Brooks module#

class rs3.properties.material.hydraulic.FEAGroundwater.Brooks.BrooksBase(client: Client, id: str)#

Bases: _ProxyObject, IPropertyGroupAccessors

getPoreSizeIndex() float#
setPoreSizeIndex(value: float)#
getBubblingPressure() float#
setBubblingPressure(value: float)#
getProperties()#

Retrieve properties as a dictionary.

setProperties(PoreSizeIndex: float = None, BubblingPressure: float = None)#

Set properties using keyword arguments.

class rs3.properties.material.hydraulic.FEAGroundwater.Brooks.BrooksStageFactorBase(id: str, stageFactorID: str, client: Client)#

Bases: IStageFactorBase

getPoreSizeIndexFactor() float#
getBubblingPressureFactor() float#
class rs3.properties.material.hydraulic.FEAGroundwater.Brooks.BrooksDefinedStageFactorBase(id: str, stageFactorID: str, client: Client)#

Bases: BrooksStageFactorBase

setPoreSizeIndexFactor(value: float)#
setBubblingPressureFactor(value: float)#
class rs3.properties.material.hydraulic.FEAGroundwater.Brooks.BrooksStageFactor(id: str, stageFactorId: str, client: Client)#

Bases: BrooksStageFactorBase, HydraulicParametersCommonStageFactor

Examples

See Material Hydraulic Script Examples.

class rs3.properties.material.hydraulic.FEAGroundwater.Brooks.BrooksDefinedStageFactor(id: str, stageFactorId: str, client: Client)#

Bases: BrooksDefinedStageFactorBase, BrooksStageFactor, HydraulicParametersCommonDefinedStageFactor

Examples

See Material Hydraulic Script Examples.

class rs3.properties.material.hydraulic.FEAGroundwater.Brooks.Brooks(client: Client, id: str)#

Bases: BrooksBase, HydraulicParametersCommon

Examples

See Material Hydraulic Script Examples.