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

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

Bases: _ProxyObject, IPropertyGroupAccessors

getA() float#
setA(value: float)#
getN() float#
setN(value: float)#
getProperties()#

Retrieve properties as a dictionary.

setProperties(A: float = None, N: float = None)#

Set properties using keyword arguments.

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

Bases: IStageFactorBase

getAFactor() float#
getNFactor() float#
class rs3.properties.material.hydraulic.FEAGroundwater.Gardner.GardnerDefinedStageFactorBase(id: str, stageFactorID: str, client: Client)#

Bases: GardnerStageFactorBase

setAFactor(value: float)#
setNFactor(value: float)#
class rs3.properties.material.hydraulic.FEAGroundwater.Gardner.GardnerStageFactor(id: str, stageFactorId: str, client: Client)#

Bases: GardnerStageFactorBase, HydraulicParametersCommonStageFactor

Examples

See Material Hydraulic Script Examples.

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

Bases: GardnerDefinedStageFactorBase, GardnerStageFactor, HydraulicParametersCommonDefinedStageFactor

Examples

See Material Hydraulic Script Examples.

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

Bases: GardnerBase, HydraulicParametersCommon

Examples

See Material Hydraulic Script Examples.