|
[Sponsors] |
October 15, 2005, 23:12 |
call posdat.f at the end of the run
|
#1 |
Guest
Posts: n/a
|
This is a question that I saw in Jul 2005. To my knowledge this can be done as follows:
(1) POSDAT has the vairable RESOR passed into it by default (2) RESOR (IV,IMAT) is the residual of variable IV in material IMAT. IV is the variable number like U=1, V=2 etc. Refer to nom.inc for the details (3) Write an IF stmt in POSDAT using LEVEL Eq 2. I think the program visits POSDAT once before and after iteration even after convergence. Else use level 1 (4) The IF stmt must have max(RESOR) to be verified with the set tolerance SETTOL. if max(RESOR) <SETTOL it means, the convergence criterion is attained and iteration is about to stop. (5) Write the values using POSDAT. Hope this helps. |
|
October 16, 2005, 03:48 |
Re: call posdat.f at the end of the run
|
#2 |
Guest
Posts: n/a
|
Thank you very much for your help. It works in way you described.
|
|
October 16, 2005, 13:02 |
Re: call posdat.f at the end of the run
|
#3 |
Guest
Posts: n/a
|
Glad to be of help. I was investigating this myself to write from POSDAT after convergence for some problem. Thought I could share. Good luck.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
CFL in posdat | hamodi | Siemens | 2 | August 6, 2007 03:27 |
POSDAT | Sheila | Siemens | 2 | February 8, 2006 12:08 |
call posdat.f at the end of the run | Boban | Siemens | 2 | July 15, 2005 17:24 |
posdat in HPC | Won-Geun Lee | Siemens | 0 | May 23, 2001 21:03 |
Posdat | Maria Carlsson | Siemens | 1 | April 30, 2001 11:29 |