Free Surface Loads Extension #241
MartinSalak
started this conversation in
Ideas
Replies: 3 comments 1 reply
-
|
Great addition to SAF! Is this also available on the current SCIA OpenAPI? |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
The proposal is published in the latest docs: |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Any news regarding this feature? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello SAF community.
We would like to extend the object StructuralSurfaceActionFree. We are adding missing control over the direction of perpendicular axis of the load. We are also introducing validity which allows the free load to generate loads on multiple objects.
Existing object: StructuralSurfaceActionFree
Changed rows:
Local
Member LCS
Global = loads will be in the global directions
Local = loads will be in the LCS of the load
Member LCS = loads will be in the LCS of the member they are being generated on
New rows:
minus Z,
minus Z zero,
Z zero,
plus Z,
plus Z zero,
From to
Minus Z = All entities below
Minus Z zero = All entities below and in the plane of the load
Z zero = Only entities in the plane
Plus Z = All entities above
Plus Z zero = All the entities above and in the plane
From to = All entities in the defined range
Notes:
The LCS of the load is created based on the order of the nodes defining the load. X axis is in the direction from the first point to the second. Z axis is always perpendicular, and the direction is set by the property Local Z direction. Y axis is then set by the right-hand rule.
Local Z direction = Positive means that Z direction will be in the direction of positive Z global direction, if it is not possible then in the positive direction of X axis, if that is also not possible then in the direction of positive Y global axis.
Above is in the direction of positive local Z axis from XY plane of the load or defined distance from that plane. Below is in the direction of negative local Z axis. In the example below load will be generated only between 3 and 4 m from the free load.

The load is projected always in the direction perpendicular to the load = in the direction of local Z axis.

edits:
8.12.2022 - note explaining the positive direction of local Z axis
8.12.2022 - direction of Validity from changed to be the same as Validity to, example image updated
Beta Was this translation helpful? Give feedback.
All reactions