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

a question about scheme

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 11, 2011, 03:27
Smile a question about scheme
  #1
New Member
 
zhjieli
Join Date: Sep 2011
Posts: 3
Rep Power: 14
xiaomo is on a distinguished road
first i define a lsit l
(define l (list a1 a2 a3))
then i define a rp Variable list named "canshu".
(define (set-new-var s v t)
(if(not(rp-var-object s))
(rp-var-define s v t #f)
)
)
for-each
(lambda(var)(apply set-new-var var))
'(
(canshu() list)
)

I want put list l (a1 a2 a3) to rp lsit "canshu"
i will use (rpgetvar 'canshu) to invoking2 (a1 a2 a3)
how could i do?
who can help me ?
thankyou very much...
xiaomo is offline   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
extrapolation in MUSCL scheme Chandra Main CFD Forum 6 February 14, 2007 11:21
One Question on VOF Model Colin FLUENT 2 October 24, 2004 09:38
Question on Sediment Mass Conservation Scheme Wen Long Main CFD Forum 0 July 6, 2004 15:45
problem about numerical scheme in LES. libin Main CFD Forum 4 July 1, 2004 04:32
Scheme documentation and question Mickaël Perrin FLUENT 0 July 4, 2002 05:21


All times are GMT -4. The time now is 04:28.