|
[Sponsors] |
April 9, 2013, 12:48 |
stacks in User Fortran
|
#1 |
New Member
DongGunKo
Join Date: Apr 2013
Posts: 13
Rep Power: 13 |
basic form of user fortran is something like below.
Is it ok that i add more stacks than 5( CZ,DZ,IZ,LZ,RZ)?? #include "cfx5ext.h" dllexport(udf) SUBROUTINE udf (NLOC, NRET, NARG, RET, ARGS, CRESLT, & CZ,DZ,IZ,LZ,RZ) |
|
April 9, 2013, 20:05 |
|
#2 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,870
Rep Power: 144 |
The whole point of a stack is that you have one of each variable type. Why would you want to create more? Why not just add your data to the existing stacks?
|
|
Tags |
fortran code, udf and programming |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Particle Transport & Termination Control with User FORTRAN | Julian K. | CFX | 3 | January 12, 2012 10:48 |
user routine, user funcion, or fortran compile effect on the memroy? | princeps11 | CFX | 1 | May 13, 2009 19:37 |
User fortran routines, DEBUG AND OUTPUT | Bloshchitsyn Vladimir | CFX | 5 | October 29, 2007 02:31 |
CFX 10 User Routine NOT in Fortran | Andre | CFX | 14 | August 9, 2006 00:03 |
CFX5 and user FORTRAN | Worth | CFX | 9 | December 25, 2003 02:43 |