|
[Sponsors] |
Who has some samples about subroutine newxyz? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
May 8, 2006, 21:20 |
Who has some samples about subroutine newxyz?
|
#1 |
Guest
Posts: n/a
|
I want to move the mesh,but I am not able to use the subroutine newxyz? If somebody have simple samples to study?Thanks a lot!
|
|
May 9, 2006, 02:39 |
Re: Who has some samples about subroutine newxyz?
|
#2 |
Guest
Posts: n/a
|
for using any subroutine you need absoft fotran compiler, http://www.cd-adapco.com/products/ST...platforms.html
|
|
May 9, 2006, 03:53 |
Re: Who has some samples about subroutine newxyz?
|
#3 |
Guest
Posts: n/a
|
PI = ACOS(-1.0)
OMEGA = 2856.0 DTHETA = OMEGA*PI*DT/30. IF(ITER.EQ.0) THEN DTHETA = 0.0 ENDIF NV1 = 1 NV2 = 172512 DO 10, I=NV1,NV2 X = VCORN(1,I) Y = VCORN(2,I) THETA = ATAN2(Y,X) + DTHETA R = SQRT(X*X + Y*Y) VCORN(1,I) = R*COS(THETA) VCORN(2,I) = R*SIN(THETA) 10 CONTINUE RETURN END |
|
May 9, 2006, 21:29 |
Re: Who has some samples about subroutine newxyz?
|
#4 |
Guest
Posts: n/a
|
Thank you for your help, Wlilliam! I just want to samples like this.It must be helpful to me. I am a novice,hoping have more opportunities to learn from you ! Thanks again!
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to get pressure value in 'NEWXYZ' subrutine | Henry Huang | Siemens | 2 | March 6, 2006 06:37 |
No trans simulations except Tutorial samples? | Korsh Mik | CFX | 1 | November 10, 2005 07:24 |
NEWXYZ | leo | Siemens | 0 | February 4, 2003 18:59 |
subroutine newxyz | leo | Siemens | 3 | October 3, 2002 07:24 |
Code samples wanted! | Stanislav Golovchenko | Main CFD Forum | 0 | November 9, 2000 06:22 |