|
[Sponsors] |
Nodes positions + velocity and pressure values at the nodes |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 12, 2000, 21:16 |
Nodes positions + velocity and pressure values at the nodes
|
#1 |
Guest
Posts: n/a
|
I would like some advice on how to extract the x,y,z position of nodes (or cell centres) and the pressure and velocities values at the nodes (or cell centres) from FLUENT(TM) 5.0 simulation, using udf or otherwise.
Many thanks in advance. |
|
March 13, 2000, 20:21 |
Re: Nodes positions + velocity and pressure values at the nodes
|
#2 |
Guest
Posts: n/a
|
Hi
If you have the Fluent 5 UDF User's Guide (Dec 1998), you'll find the functions you want. For instance to access the x, y and z coordinates of a cell the following function is avialable: C_CENTROID(x,c,t) argument tupes: real x[ND_ND}, cell_t c, Thread *t return x(cell centroid) x[0] for x position x[1] for y position x[2] for z position how to use them? look at that manual Regards Daniel |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Neumann pressure BC and velocity field | Antech | Main CFD Forum | 0 | April 25, 2006 03:15 |
Variables Definition in CFX Solver 5.6 | R P | CFX | 2 | October 26, 2004 03:13 |
Terrible Mistake In Fluid Dynamics History | Abhi | Main CFD Forum | 12 | July 8, 2002 10:11 |
what the result is negatif pressure at inlet | chong chee nan | FLUENT | 0 | December 29, 2001 06:13 |
Hydrostatic pressure in 2-phase flow modeling (long) | DS & HB | Main CFD Forum | 0 | January 8, 2000 16:00 |