|
[Sponsors] |
October 2, 2002, 23:59 |
subroutine newxyz
|
#1 |
Guest
Posts: n/a
|
I use subroutine newxyz to solve moving grid problem. But when I just want to calculate time step 1, it actually use newxyz two times, time step 0 and 1.
How could I just use newxyz one time? |
|
October 3, 2002, 03:44 |
Re: subroutine newxyz
|
#2 |
Guest
Posts: n/a
|
I had the same problem. I simply added an "if" statement that checks for the iteration number: if iter=1 jumps the mesh modification. Cheers Roadracer
|
|
October 3, 2002, 07:21 |
Re: subroutine newxyz
|
#3 |
Guest
Posts: n/a
|
|
|
October 3, 2002, 07:24 |
Re: subroutine newxyz
|
#4 |
Guest
Posts: n/a
|
The code is designed to allow user to change the mesh from prostar to the proper positions at time=0. As Roadracer pointed out, you can either use if(iter.gt.0) or if (time.gt.0) to skip mesh change at time=0.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Who has some samples about subroutine newxyz? | jshi | Siemens | 3 | May 9, 2006 21:29 |
How to get pressure value in 'NEWXYZ' subrutine | Henry Huang | Siemens | 2 | March 6, 2006 06:37 |
Moving Mesh with NEWXYZ | Dorain | Siemens | 2 | March 21, 2005 03:45 |
Use Subroutine.. | Moon | Siemens | 1 | February 10, 2003 13:03 |
NEWXYZ | leo | Siemens | 0 | February 4, 2003 18:59 |