CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   Main CFD Forum (https://www.cfd-online.com/Forums/main/)
-   -   graphical handling of simulation results (https://www.cfd-online.com/Forums/main/3115-graphical-handling-simulation-results.html)

yf yap February 9, 2001 21:02

graphical handling of simulation results
 
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

Kang, Seok Koo February 10, 2001 02:18

Re: graphical handling of simulation results
 
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

.

.

.

Sebastien Perron February 10, 2001 06:17

Re: graphical handling of simulation results
 
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

yf yap February 12, 2001 19:35

Re: graphical handling of simulation results
 
dear kang, thanks for the information.


All times are GMT -4. The time now is 10:54.