How to check the load value applied to an element


If a single Load Collector has loads of the same type at different locations, you can calculate the force and location for each element and return the
calculated for each element.
Step 1. Open the attached script file from File > Run > tcl/tk script and run it.
Step 2. Save the data value as result.csv file in the document folder.
For reference, there is a difference in the Fx,Fy,Fz values as shown in the data you sent.
It seems that the difference is caused by the difference in the area value when the pressure is multiplied by the area value.
For example, in PLOAD4,
the automation script adds each load value of pressure (100 x 50) and multiplies it by the area value.
Since each element size is currently 100, the total area value is (100 x 100x100 (the area of each elem))
The total load is 100 x 50 x 100 x 100 x 100 x 100, which works out to 5x 10^9.
Also, for PLOAD1, we can't extract the area values in 1D separately.
so we only multiplied the lengthwise values.