CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

graphical handling of simulation results

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 9, 2001, 21:02
Default graphical handling of simulation results
  #1
yf yap
Guest
 
Posts: n/a
normally, simulation results are presented in a graphical form. i coded a program in c++ to simulate flow in channels. all the calculated velocities and pressure are stored in arrays. the problem is how these stored data be presented in graphical forms using c++, for example, the 2d and 3d velocity profiles. or it is necessary to have some sort of link to other software that can handle this task.

any advice is appreciated. thanks.

regards, yfyap
  Reply With Quote

Old   February 10, 2001, 02:18
Default Re: graphical handling of simulation results
  #2
Kang, Seok Koo
Guest
 
Posts: n/a
I also use C++. But I usually do not use C++ itself to see the graphical result. If you want to draw the depth there are many good graphers such as SURFER, SIGMAPLOT, etc. If you want to draw velocity vector, I will recommend TECPLOT. It can read text file. You just need to make the file as shown below.

x y u v

x y u v

.

.

.
  Reply With Quote

Old   February 10, 2001, 06:17
Default Re: graphical handling of simulation results
  #3
Sebastien Perron
Guest
 
Posts: n/a
I suggest using the GMV software (this will be independant fo your code)

Follow this link:

http://www-xdiv.lanl.gov/XCM/gmv/GMVHome.html
  Reply With Quote

Old   February 12, 2001, 19:35
Default Re: graphical handling of simulation results
  #4
yf yap
Guest
 
Posts: n/a
dear kang, thanks for the information.
  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
Gravity (g) Influence on Simulation Results Colin FLUENT 12 September 23, 2015 09:45
Resume Transient simulation HMR CFX 1 June 28, 2011 21:13
NACA 0012 simulation results Luis FLUENT 3 February 15, 2006 11:42
Unsteady simulation of flow past wheel Tom FLUENT 8 January 18, 2006 10:54
Display Coordinates On Simulation Results Colin FLUENT 4 August 25, 2004 14:37


All times are GMT -4. The time now is 13:00.