CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   FLUENT (https://www.cfd-online.com/Forums/fluent/)
-   -   Where can I find the data structure of tracked particle (https://www.cfd-online.com/Forums/fluent/95725-where-can-i-find-data-structure-tracked-particle.html)

forwardyang December 30, 2011 03:29

Where can I find the data structure of tracked particle
 
Hello friends!
I am learning fluent UDF, and I find that there are many UDF source codes I can't understand, such as cphase_state_t *c = &(p->cphase) in the help document. The examples in help document often use some directives undefined or unexplained in advance, where can I find the definition or explanation of these directives.

Thanks a lot!

sincerely,

Forward

Amir December 30, 2011 05:36

Hi,

These are some definitions in structures or classes; you can find good information in both C or C++ documentations.
(here, p is a pointer and cphase is a function of the class which p is one of its objects)

Bests,

forwardyang December 30, 2011 23:51

Thank you Amir, I'll try to find them.
Best regards,
Forward


All times are GMT -4. The time now is 00:17.