CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > Siemens > STAR-CD

isosurface plot for transient data

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By skylent

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 12, 2013, 09:48
Default isosurface plot for transient data
  #1
New Member
 
Jason
Join Date: Sep 2011
Posts: 14
Rep Power: 14
lunar1984 is on a distinguished road
Hi All,

Is it possible show a example code of iso-surface from the transient data (*ccmt), such as temperature, species concentration (CO2, OH, etc)? It will be great, if you could add some explanation of the commands.

Also, how to know the which number indicates the piston surface, if I would like to show the concentration only on piston surface? refer to the following code.

!Collect the piston surface data into a cell set
ctable, 502, fluid
vset, newset, edge
cset, newset, surface, 263919
cmodify, cset
..
..
..
..
!Plot cell-averaged fuel scalar data on the piston surface
getcell, conc, 1
cset, newset, type, 502
caverage, cset
poption, cont
cplot


Thank you in advance.
lunar1984 is offline   Reply With Quote

Old   May 13, 2013, 23:17
Default
  #2
Member
 
zheng jianjun
Join Date: Jan 2010
Posts: 46
Rep Power: 16
skylent is on a distinguished road
you can try these commands,
bset newset region 6 ! see Define boundary|Define boundary region panel
vset newset bset
getw,...
cset newset vset all
cset subset shell
caverage, cset
poption, cont
wplot
...
OR
bset newset name region1_piston_crown
vset newset bset
getw,...
cset newset vset all
cset subset shell
caverage, cset
poption, cont
wplot

Quote:
Originally Posted by lunar1984 View Post
Hi All,

Is it possible show a example code of iso-surface from the transient data (*ccmt), such as temperature, species concentration (CO2, OH, etc)? It will be great, if you could add some explanation of the commands.

Also, how to know the which number indicates the piston surface, if I would like to show the concentration only on piston surface? refer to the following code.

!Collect the piston surface data into a cell set
ctable, 502, fluid
vset, newset, edge
cset, newset, surface, 263919
cmodify, cset
..
..
..
..
!Plot cell-averaged fuel scalar data on the piston surface
getcell, conc, 1
cset, newset, type, 502
caverage, cset
poption, cont
cplot


Thank you in advance.
lunar1984 likes this.

Last edited by skylent; May 14, 2013 at 01:34.
skylent is offline   Reply With Quote

Old   May 15, 2013, 09:36
Default
  #3
New Member
 
Jason
Join Date: Sep 2011
Posts: 14
Rep Power: 14
lunar1984 is on a distinguished road
Thank you very much for the help. It works perfectly.

Any idea about the iso_surface plot???

Quote:
Originally Posted by skylent View Post
you can try these commands,
bset newset region 6 ! see Define boundary|Define boundary region panel
vset newset bset
getw,...
cset newset vset all
cset subset shell
caverage, cset
poption, cont
wplot
...
OR
bset newset name region1_piston_crown
vset newset bset
getw,...
cset newset vset all
cset subset shell
caverage, cset
poption, cont
wplot
lunar1984 is offline   Reply With Quote

Old   May 15, 2013, 09:56
Default
  #4
Senior Member
 
Pauli
Join Date: Mar 2009
Posts: 189
Rep Power: 17
Pauli is on a distinguished road
popt, isos, value

where value is the numeric value for the isosurface
Pauli is offline   Reply With Quote

Old   May 15, 2013, 20:16
Default
  #5
New Member
 
Jason
Join Date: Sep 2011
Posts: 14
Rep Power: 14
lunar1984 is on a distinguished road
I am new in STARCD. In order to understand the command efficiently, any example you can offer?

Good to see both of you guys here. I believe you guys are the most active and experienced.

Quote:
Originally Posted by Pauli View Post
popt, isos, value

where value is the numeric value for the isosurface
lunar1984 is offline   Reply With Quote

Old   May 17, 2013, 08:50
Default
  #6
Senior Member
 
Pauli
Join Date: Mar 2009
Posts: 189
Rep Power: 17
Pauli is on a distinguished road
Enter the command "help popt" & read the results.

popt sets the plotting option
isos reguests an iso-surface
value is the vaule of the iso-surface

I believe you need to have vertex data loaded before you create an iso-surface. If you don't understand what I mean by vertex data, read more of the manual. Then use the getv command to load the data you want to view. So:

getv vmag
popt isos 40
cplo

would give you an iso-surface for velocity magnitude 40.

Or you can click a bunch of stuff in the Nav-Center....
Pauli is offline   Reply With Quote

Old   May 17, 2013, 08:55
Default
  #7
New Member
 
Jason
Join Date: Sep 2011
Posts: 14
Rep Power: 14
lunar1984 is on a distinguished road
Thank you very much for the explanation.
btw, what is the nav-center?? research institute?? company? or cfd group?

Quote:
Originally Posted by Pauli View Post
Enter the command "help popt" & read the results.

popt sets the plotting option
isos reguests an iso-surface
value is the vaule of the iso-surface

I believe you need to have vertex data loaded before you create an iso-surface. If you don't understand what I mean by vertex data, read more of the manual. Then use the getv command to load the data you want to view. So:

getv vmag
popt isos 40
cplo

would give you an iso-surface for velocity magnitude 40.

Or you can click a bunch of stuff in the Nav-Center....
lunar1984 is offline   Reply With Quote

Old   May 20, 2013, 10:04
Default
  #8
Senior Member
 
Pauli
Join Date: Mar 2009
Posts: 189
Rep Power: 17
Pauli is on a distinguished road
Sorry, the Nav-Center is the old name for what is now labeled pro-Star Model Guide.
Pauli is offline   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
Plot Data from Probes owayz OpenFOAM Post-Processing 23 February 4, 2016 07:18
[Commercial meshers] fluentMeshToFoam multidomain mesh conversion problem Attesz OpenFOAM Meshing & Mesh Conversion 12 May 2, 2013 10:52
plot trisurface sampling data in 3d mihaipruna OpenFOAM Post-Processing 1 May 1, 2013 15:38
recording data from the XY plot Karan Main CFD Forum 0 February 1, 2009 18:47
How to update polyPatchbs localPoints liu OpenFOAM Running, Solving & CFD 6 December 30, 2005 17:27


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