Subroutine Output Write Error
Hello there,
i am working with the radioss solver and the given subroutines. I want to add the error % in my output files.
Where / how can i read them from the subroutine files. Is there a user_function which can get access the error rate,
since it is in the xxxx_0001.out file written, there must be an easy way to access this variable.
CYCLE TIME TIME-STEP ELEMENT ERROR I-ENERGY K-ENERGY T K-ENERGY R EXT-WORK MAS.ERR TOTAL MASS MASS ADDED
17300 10.79 0.6175E-03 NODE 19595 -3.3% 292.9 0.7466 0.8156 304.7 0.1128E-15 31.49 0.3553E-14
17400 10.85 0.6175E-03 NODE 19595 -3.3% 302.6 0.8389 0.9433 314.8 0.1128E-15 31.49 0.3553E-14
17500 10.91 0.6175E-03 NODE 19595 -3.3% 313.3 0.9033 1.032 326.0 0.000 31.49 0.000
17600 10.97 0.6174E-03 NODE 19595 -3.3% 324.8 0.9349 1.076 337.9 0.000 31.49 0.000
The idea is to output this value in the last timestep of the simulation.
Greetings G.