|
[Sponsors] |
December 9, 2011, 08:23 |
I have question about 'VBM'
|
#1 |
New Member
Sang-wook Lee
Join Date: Dec 2011
Posts: 4
Rep Power: 15 |
There is 'fixnum_arg( List_Ref(l,j),1) , " "); in DEFINE_ON_DEMAND
also, I saw the 'flonum_arg' such as 'fixnum_arg' I did find everywhere, but, I didn't solve that. Please, help me TT |
|
December 9, 2011, 09:47 |
|
#2 |
Member
Join Date: Apr 2009
Posts: 46
Rep Power: 17 |
Code:
FLUENT_EXPORT double flonum_arg (Pointer x, char *msg); #if WIN64 FLUENT_EXPORT LONG64 #else FLUENT_EXPORT long #endif fixnum_arg (Pointer x, char *msg); 'msg' seems to be some error message. I cannot find 'List_Ref'. It should be compatible with list-ref in Scheme. |
|
December 9, 2011, 21:57 |
Um...
|
#3 |
New Member
Sang-wook Lee
Join Date: Dec 2011
Posts: 4
Rep Power: 15 |
At first, Thank you for your favor.
Frankly speaking, I don't understand that. Are "fixnum" & "flonum" merly functions in UDF? If not, Do they need define function? and, I don't understand function's role. |
|
December 10, 2011, 03:25 |
|
#4 |
Member
Join Date: Apr 2009
Posts: 46
Rep Power: 17 |
The two functions are used to extract data of the Scheme object pointer x.
They are internal functions and rarely used in UDF code. Last edited by fox000002; December 11, 2011 at 01:18. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
question about uds | tanven | FLUENT | 2 | July 5, 2015 12:22 |
Unanswered question | niklas | OpenFOAM | 2 | July 31, 2013 17:03 |
Poisson Solver question | Suresh | Main CFD Forum | 3 | August 12, 2005 05:37 |
CHANNEL FLOW: a question and a request | Carlos | Main CFD Forum | 4 | August 23, 2002 06:55 |
question | K.L.Huang | Siemens | 1 | March 29, 2000 05:57 |