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

LASTID in gambit jou files

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 20, 2005, 07:24
Default LASTID in gambit jou files
  #1
edi
Guest
 
Posts: n/a
Need just a little help: on the usage of LASTID function. I wrote a simple jou to create 64 radial panels rotating the first created but I got this error:

ERROR(506) - INCOMPATIBLE TYPE USAGE

Here the jou:

volume create width 0.00025 depth 0.1 height 0.18 offset 0.000125 0.05 0.09 brick volume cmove "volume." + LASTID(t_vo) multiple 63 dangle 5.625 vector 0 0 1 origin 0 0 0

I even tried with other syntaxes for LASTID but none worked...and the manual just sucks.

Edi.

  Reply With Quote

Old   September 20, 2005, 10:11
Default Re: LASTID in gambit jou files
  #2
edi
Guest
 
Posts: n/a
For those who care I found out a solution...:

volume create width 0.00025 depth 0.1 height 0.18 offset 0.000125 0.05 0.09 brick

$a="volume."

$b=NTOS(LASTID(t_vo))

$c=$a+$b

volume cmove $c multiple 63 dangle 5.625 vector 0 0 1 origin 0 0 0

Bye

Edi.
  Reply With Quote

Reply


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
UDF issue MASOUD Fluent UDF and Scheme Programming 14 December 6, 2012 13:39
Gambit output files format B. R. Guirguis Main CFD Forum 4 April 7, 2006 20:03
Results saving in CFD hawk Main CFD Forum 16 July 21, 2005 20:51
Problem when I run old gambit jou file with new xfshi FLUENT 0 March 31, 2005 13:03
Joining Files in Gambit jens FLUENT 4 February 23, 2004 02:50


All times are GMT -4. The time now is 18:13.