CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   FLUENT (https://www.cfd-online.com/Forums/fluent/)
-   -   Control Volume (https://www.cfd-online.com/Forums/fluent/43976-control-volume.html)

Sangeeta March 3, 2007 00:30

Control Volume
 
Is there any way of finding How many Control Volume is there in My geometry?

Thanks In advance

Bogdan March 3, 2007 11:36

Re: Control Volume
 
int i=0;

Domain* domain=Get_Domain(1);

Thread* thread;

thread_loop_c(thread,domain)

{

i+=THREAD_N_ELEMENTS_INT(thread);

}

Sangeeta March 4, 2007 00:42

Re: Control Volume
 
This is a UDF. But i wont come to know how many Contour volume are there.


Bogdan March 4, 2007 03:33

Re: Control Volume
 
grid info size

Sangeeta March 6, 2007 08:21

Re: Control Volume
 
But how this grid size will help me to find the total number of contour volumes in my geometry?

Thaks in advance.

Bogdan March 6, 2007 08:24

Re: Control Volume
 
What do you mean by contour volumes? boundary cells?


Sangeeta March 7, 2007 07:30

Re: Control Volume
 
Control Volume in 2d means the faces in the geometry.

Bogdan March 7, 2007 07:48

Re: Control Volume
 
so just go to grig info size and under Cells you will get the total number of faces in your geometry.

Sangeeta March 7, 2007 08:08

Re: Control Volume
 
Thank a Lot


All times are GMT -4. The time now is 11:30.