|
[Sponsors] |
March 3, 2007, 01:30 |
Control Volume
|
#1 |
Guest
Posts: n/a
|
Is there any way of finding How many Control Volume is there in My geometry?
Thanks In advance |
|
March 3, 2007, 12:36 |
Re: Control Volume
|
#2 |
Guest
Posts: n/a
|
int i=0;
Domain* domain=Get_Domain(1); Thread* thread; thread_loop_c(thread,domain) { i+=THREAD_N_ELEMENTS_INT(thread); } |
|
March 4, 2007, 01:42 |
Re: Control Volume
|
#3 |
Guest
Posts: n/a
|
This is a UDF. But i wont come to know how many Contour volume are there.
|
|
March 4, 2007, 04:33 |
Re: Control Volume
|
#4 |
Guest
Posts: n/a
|
grid info size
|
|
March 6, 2007, 09:21 |
Re: Control Volume
|
#5 |
Guest
Posts: n/a
|
But how this grid size will help me to find the total number of contour volumes in my geometry?
Thaks in advance. |
|
March 6, 2007, 09:24 |
Re: Control Volume
|
#6 |
Guest
Posts: n/a
|
What do you mean by contour volumes? boundary cells?
|
|
March 7, 2007, 08:30 |
Re: Control Volume
|
#7 |
Guest
Posts: n/a
|
Control Volume in 2d means the faces in the geometry.
|
|
March 7, 2007, 08:48 |
Re: Control Volume
|
#8 |
Guest
Posts: n/a
|
so just go to grig info size and under Cells you will get the total number of faces in your geometry.
|
|
March 7, 2007, 09:08 |
Re: Control Volume
|
#9 |
Guest
Posts: n/a
|
Thank a Lot
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
how to set periodic boundary conditions | Ganesh | FLUENT | 15 | November 18, 2020 07:09 |
[blockMesh] BlockMesh FOAM warning | gaottino | OpenFOAM Meshing & Mesh Conversion | 7 | July 19, 2010 15:11 |
On the damBreak4phaseFine cases | paean | OpenFOAM Running, Solving & CFD | 0 | November 14, 2008 22:14 |
fluent add additional zones for the mesh file | SSL | FLUENT | 2 | January 26, 2008 12:55 |
[blockMesh] Axisymmetrical mesh | Rasmus Gjesing (Gjesing) | OpenFOAM Meshing & Mesh Conversion | 10 | April 2, 2007 15:00 |