|
[Sponsors] |
July 11, 2011, 06:55 |
plotting
|
#1 |
Member
venkat
Join Date: Mar 2011
Location: Bangalore,india
Posts: 47
Rep Power: 15 |
hi openFoam users,
after running foamLog file, what is the script for plotting iteration vs residuals using gnu plot. Regards, venkat |
|
July 11, 2011, 08:09 |
|
#2 |
Senior Member
Bernhard
Join Date: Sep 2009
Location: Delft
Posts: 790
Rep Power: 22 |
Did you try plot "filename"?
I made a small file in my bin directory (called plotLog) Code:
#!/bin/bash gnuplot -p << EOF plot "$1" using 1:2 EOF > plotLog fileName |
|
Thread Tools | Search this Thread |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Free surface flow settubg boundary conditions and plotting velocity profiles | prashanthreddyh | FLUENT | 2 | October 21, 2015 10:58 |
Contours of 2D plotting | therockyy | FLOW-3D | 4 | December 22, 2012 16:04 |
Graph plotting | Lam | FLUENT | 2 | September 25, 2003 08:02 |
Plotting "in-plane" in 3-D | Karl Kevala | FLUENT | 0 | September 6, 2001 18:47 |
Contour plotting | Mark Russell | Main CFD Forum | 5 | April 22, 2000 23:45 |