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

Definition of Plane pointer

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 5, 2009, 10:24
Default Definition of Plane pointer
  #1
Julian K.
Guest
 
Posts: n/a
Hallo and a happy new year,

for my UDF, which I am writing I need to have a description of the following definition of the Plane pointer:

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%

typedef struct plane_struct

{

real norm[3];

float pt[3];

real current_side;

real d; /* distance from origin */

char *sort_file_name;

FILE *sort_file;

struct plane_struct *next;

} Plane;

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%

I got it from the dpm.h.

For instance, I suppose that the expression 'real norm[3]' defines the normal-vector of the plane the pointer is pointing at. However, I do not know the meaning of the other definitions.

Does somebody know better? Where can I look these definitions up?

My aim is to identify a plane which was hit by a particle.

Any information could help me.

Thanks for reading my problem,

bye,

Julian
  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
CCM+ - plane section definition in local COS excl Siemens 0 January 21, 2008 04:52
Accessing a pointer away from current pointer shephali shrimali FLUENT 0 May 10, 2007 07:54
pointer 'p' in UDF Umesh Shah FLUENT 8 June 20, 2003 08:36
user defined plane-definition for postprocessing Markus CFX 2 March 13, 2003 04:44
Mixing plane geometry definition Hbet FLUENT 0 January 18, 2002 07:16


All times are GMT -4. The time now is 23:56.