|
[Sponsors] |
May 1, 2015, 15:35 |
User Fortran, list of boundaries?
|
#1 |
New Member
Germán Salazar
Join Date: Apr 2015
Posts: 16
Rep Power: 11 |
Hello:
I do programming support and find myself on a position of taking over some User Fortran code without knowing CFD or CFX, so, please forgive my ignorance. This is the piece of code CFX complains about (first line): Code:
CALL USER_PEEK_SIZE ( 'SYNC_BOUNDARY', N_BOUNDARY, LENVEC, 'WARN', CRESLT, CZ ) NODELINES=0 ELEMENTLINES=0 DO I_BOUNDARY = 1, N_BOUNDARY BOUNDARY_ID = I_BOUNDARY BOUNDARY_DIR = CCATI('BOUNDARY_',BOUNDARY_ID) CALL USER_PEEKCA( '/USER/SYNC_BOUNDARY', BOUNDARY_ID, SYNC_BOUNDARY, 'WARN', CRESLT, CZ ) . . . ...except that the peek for size of 'SYNC_BOUNDARY' is not found...is this supposed to be a generic CFX solver name? or is it supposed to be model dependent? If generic CFX name, is SYNC_BOUNDARY incorrect? what is the correct name? ( I am using CFX Version 14.5) If model dependent...where/how can I find out what the correct name is? Thank you very much in advance. gsal |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Comparison between C/C++ and Fortran? | rick | Main CFD Forum | 45 | September 6, 2011 01:52 |
CFX11 + Fortran compiler ? | Mohan | CFX | 20 | March 30, 2011 19:56 |
Can use PVM in User Fortran | LIU Yu | CFX | 0 | November 29, 2008 23:10 |
User Fortran and interior node information | John | CFX | 0 | August 26, 2008 23:24 |
how to access each cell of a face? (user fortran) | Katariina | CFX | 3 | January 28, 2008 10:16 |