SOLIDOS Modeler - Get Default Property
Get Default Property - gets the default properties value, from the Options
node
The Get Default Property activity has the following properties:
- Name - variable name
The variable name must follow the naming rules
- Variable Type - informs the type of variable being created.
Note, the created type may not be compatible with the type of the obtained value and in this case, it causes an error
- Variable Name - name of the property to be obtained from Options
The purpose is to provide access to Designing parameters, such as Gravity Acceleration, to use in device Designing calculations, for example:
The dimensioning of rapid water descent according to DNIT can be done in a simplified way by the expressions:
Qadm = 2.07 * L ^ 0.9 * H ^ 1.6
Vb = (g * h)^0.5
Where:
- g - Gravity Acceleration
- h - height between the start and end of the descent
- Vb - speed at the bottom of the descent
- L - width of descent
- A - Height of the walls of the descent
- Qadm - admissible flow at the beginning of the descent
In the initial example: