You are not logged in. Please login or register.
Active topics Unanswered topics
Forum updated
We have recently updated our forums system, and we have cleared all spam topics and users. In case we accidentally deleted your account, please register again. If you miss a topic you have posted before, please let us know.
Post new reply
Post new reply
Compose and post your new reply
You may use: BBCode Smilies
All fields with bold label must be completed before the form is submitted.
Topic review (newest first)
Dear Sumedh,
if you are using Gid to prepare your model bear in mind that MONITOR_2 is used to store results at each step. So you may try
OUTPUT NAME "Force"
MONITOR_2 EACH STEP LOCATION NODES NODE..
Also, in Atena Studio you can plot the result in diagram where you can choose if data plot is at each iteration or each step. Then by clicking your cursor within the plot and using CTRL+C you can copy data from plot and then you can insert data into text or sheet editor.
In case of your problem is not solved by this, you can follow Troubleshooting, 2.1.1 (send us model and explanation of your problem) and we will try to reproduce the problem.
Best regards,
Michaela Vaitova
Dear Pavlo,
Thanks for your reply. This is one of the outputs that I got for a monitoring point. I usually use short program outside of ATENA to sort the data to give results for completed steps.
"Output data for request: MONITOR_SET_1_DISP
Description: Data for the monitored output: Disp at Monitor set: 1
Step: 212 Iteration: 40 at Time: 212
Id Time Step X(1)
Units day None in
1 0. 0. 0.
2 0.5 0.5 4.108e-05
3 1. 1. 4.109e-05
4 1.5 1.5 8.141e-05
5 2. 2. 8.143e-05
6 2.5 2.5 0.0001218
7 3. 3. 0.0001218
8 3.5 3.5 0.0001622
9 4. 4. 0.0001622
10 4.5 4.5 0.0002026
11 5. 5. 0.0002026
12 5.5 5.5 0.000243
13 6. 6. 0.0002431
14 6.5 6.5 0.0102431
15 7. 7. 0.0102431
16 7.5 7.5 0.0202431
17 8. 8. 0.0202431
18 8.5 8.5 0.0302431
19 9. 9. 0.0302431
20 9.5 9.5 0.0402431
21 10. 10. 0.0402431
22 10.5 10.5 0.0502431
23 11. 11. 0.0502431
24 11.25 11.25 0.0602431
25 11.5 11.5 0.0602431
26 11.75 11.75 0.0602431 "
I actually tried changing the input file
OUTPUT NAME "Force"
MONITOR EACH ITERATION LOCATION NODES NODE
AT SELECTION "M_95D55CE7_B0CC_4A25_A537_7490A4F14123"
DATA LIST "Reactions" ITEM AT 1 END ;
to
OUTPUT NAME "Force"
MONITOR EACH STEP LOCATION NODES NODE
AT SELECTION "M_95D55CE7_B0CC_4A25_A537_7490A4F14123"
DATA LIST "Reactions" ITEM AT 1 END ;
but that would simply post NaN next to incomplete iiterations and publish similar to the above pasted data columns. Using monitor request usually takes time for me as I have lot of steps. Once again thanks for your concern.
Regards,
Sumedh
Dear Sumedh,
That's strange, I always get results from the active step without iterations if I use Data request. Instead I usually use Monitor request which can extract data from all saved steps. Moreover, extracting data from calculated steps is only available for the last converged iteration. All other iterations are erased after step is completed.
It seems you have mixed something. Could you share screenshot of the data you obtained?
Hello,
When I request data from ATENA Studio using the tab Output>Data Request, i get data points for all the iterations.
Is there a way I can obtain data for each completed steps only. Do I need to change the input file itself or should I configure some other option in Studio itslef. Thank you.
Regards,
Sumedh