|
[Sponsors] | |||||
|
|
|
#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. |
|
|
||
|
|
|
#2 |
|
Guest
Posts: n/a
|
Thank you very much for your help. It works in way you described.
|
|
|
||
|
|
|
#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.
|
|
|
||
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| CFL in posdat | hamodi | CD-adapco | 2 | August 6, 2007 02:27 |
| POSDAT | Sheila | CD-adapco | 2 | February 8, 2006 11:08 |
| call posdat.f at the end of the run | Boban | CD-adapco | 2 | July 15, 2005 16:24 |
| posdat in HPC | Won-Geun Lee | CD-adapco | 0 | May 23, 2001 20:03 |
| Posdat | Maria Carlsson | CD-adapco | 1 | April 30, 2001 10:29 |