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

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

Bases: ProxyObject

getK1AngleFactor() float#
getK2K1Factor() float#
getMvFactor() float#
getAnisotropicSurfaceFactor() str#
class rs2.modeler.properties.material.hydraulic.FEAGroundwater.FEAGroundwater.FEAGroundwaterDefinedStageFactor(client: Client, ID, propertyID)#

Bases: FEAGroundwaterStageFactor

setK1AngleFactor(value: float)#
setK2K1Factor(value: float)#
setMvFactor(value: float)#
setAnisotropicSurfaceFactor(surfaceName: str)#
class rs2.modeler.properties.material.hydraulic.FEAGroundwater.FEAGroundwater.FEAGroundwater(client: Client, ID, documentProxyID, stageFactorInterfaceID)#

Bases: PropertyProxy

Variables:

Examples

Code Snippet: Manipulation of Hydraulic FEA Groundwater Properties

getModel() GroundWaterModes#
setModel(value: GroundWaterModes)#
getK2K1() float#
setK2K1(value: float)#
getK1Definition() AnisotropyDefinitions#
setK1Definition(value: AnisotropyDefinitions)#
getK1Angle() float#
setK1Angle(value: float)#
getMvModel() MVModel#
setMvModel(value: MVModel)#
getMv() float#
setMv(value: float)#
setK1SurfaceToUseByName(surfaceName: str)#

surfaceName is the name of the surface to be used. Surface must be present in the model.

getK1SurfaceToUse() str#