CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > Siemens

Who has some samples about subroutine newxyz?

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 8, 2006, 21:20
Default Who has some samples about subroutine newxyz?
  #1
jshi
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!

  Reply With Quote

Old   May 9, 2006, 02:39
Default Re: Who has some samples about subroutine newxyz?
  #2
dinesh
Guest
 
Posts: n/a
for using any subroutine you need absoft fotran compiler, http://www.cd-adapco.com/products/ST...platforms.html
  Reply With Quote

Old   May 9, 2006, 03:53
Default Re: Who has some samples about subroutine newxyz?
  #3
William Blake
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
  Reply With Quote

Old   May 9, 2006, 21:29
Default Re: Who has some samples about subroutine newxyz?
  #4
jshi
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!
  Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


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


All times are GMT -4. The time now is 14:56.