Dike Command
- Safety.Dike(tag, Height=None, Area=None)
This command is used to define dike objects. By assigning this object to plant units, the outflow area will be limited to the area of defined and assigned dikes.
Argument
Type
Description
Tag
int
Unique integer value that will be used for referring to the defined elements or objects.
Height
float
Hight of the dike.
Area
float
Area is surrounded by the dike.
Example:
Create some imaginary materials:
Python Code
import opensrane as opr opr.Safety.Dike(4,2,50**2)
Code Developed by: Bijan Sayyafzadeh