If i understood well, you want to plot the results just for a part of a model.
The best way to do this is to work with Groups. Just add on the group the elements where you want to read the min/max plate stress.
Best regards.
So, now i have to chose from two methods.
1. I need to delete the pressure loads from a load set.
2. Or I need to create a body load (gravity acceleration) on a new load set.
Can anybody help me with a method for first / second solution.
Thanks a lot.
I need to make a procedure for static equilibration of the ship in still water. That means I need to find the water depth in order to determine the equilibrium between hydrostatic pressure and the gravity force ( mass of the model * gravity acceleration).
If the two reaction forces from aft end...
Hello,
I wrote a script in Femap using API. In this script there is running a static linear analysis for many times. After each analysis i need to read from model the T3 Constraint force on 2 nodes.
To read the Constraint Force i used the following script:
rc = App.feAppGetActiveView(...