|
[Sponsors] |
October 16, 2008, 07:00 |
Plotting iso-surface cells
|
#1 |
Guest
Posts: n/a
|
Here is my question:
In pro-Star post-processing I can plot iso-surface of some scalar by specifying a certain value. I want to select all the cells on the surface of this iso-surface. Then I want to plot any other scalar only on those selected cells. Please advise how I can do it. Regards |
|
October 16, 2008, 08:59 |
Re: Plotting iso-surface cells
|
#2 |
Guest
Posts: n/a
|
If you just want the cells why not do a CSET with the PRANGE option, that will provide all the cells within a specified set of values.
This is not identical to your wish but it may be close enough. |
|
October 16, 2008, 09:24 |
Re: Plotting iso-surface cells
|
#3 |
Guest
Posts: n/a
|
Thank you James for your advice.
But when I use CSET PRANGE option I cannot get all the cells in that particular range. In other words, if I plot iso-surface it gives me the closed surface within the value I specify, but with CSET PRANGE it gives me only a few cells. This is because I need a very narrow range of values, for example from 0.0589 to 0.0652, (maximum scalar value 0.2) but a cell usually contains several scalar values, even out of my range. That is why when I plot iso-surface I could just select all the cells on the surface knowing that these cells are in the range I need. If you have any other ideas please let me know Regards |
|
October 16, 2008, 10:50 |
Re: Plotting iso-surface cells
|
#4 |
Guest
Posts: n/a
|
create shells at the isosurface (pscreate isos) and later use "pmap" to map other quantities onto that shell.
|
|
October 17, 2008, 07:30 |
Re: Plotting iso-surface cells
|
#5 |
Guest
Posts: n/a
|
Balduin,
Thank you very much. I have solved my problem with your help. I really appreciate it. And for those who are interested in iso-surface mapping, shell mapping, and any other matters regarding post-processing, there is a good information source on http://www.adapco-online.com Regards |
|
October 17, 2008, 08:54 |
Re: Plotting iso-surface cells
|
#6 |
Guest
Posts: n/a
|
One thing to be careful of is that what you are using is an iterpolation on an interpolation (using an isosurface based on vertex data).
The reason the CSET 'fails' is that the data does not exist. The values you want are at a point between one cell center and its neighbour. Putting in an iso-surface does not create the data, although it is probably the best and only thing possible. Just make sure that what you are doing is valid. For example the PMAPPED data if done from cell data will be from the cell and not the surface of the isosurface. This may work OK for general field data, i.e. pressure/velocity, but for scalar species interlinked by heavily non linear reaction mechanisms this may not be true/consistent/consevative/... You will need to convince yourself of the validity of the asumptions you are making. |
|
October 17, 2008, 10:56 |
Re: Plotting iso-surface cells
|
#7 |
Guest
Posts: n/a
|
Thank you James for your valuable comments. This is what I have actually been doing now: Validating the results I got; whether they are resonable and accurate.
Really appreciate your help |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
plotting pressure on the edge of a surface in 3D | Muhammad Usman Qureshi | FLUENT | 0 | July 14, 2007 15:22 |
PLotting iso-surface in 3D | Cyril | FLUENT | 5 | July 19, 2006 08:39 |
free surface height plotting | LK | FLUENT | 0 | April 30, 2006 12:33 |
plotting vectors normal to curved surface | azmir | Siemens | 5 | October 30, 2004 06:37 |
Plotting Surface Reaction Rate | Ryan | FLUENT | 0 | February 12, 2003 15:47 |