Skip to content

PIMELAB/ofplot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ofplot

Python module to assist the sampling and post-processing of OpenFOAM cases

Minimal example

import ofplot

plot = ofplot.Configuration()
plot.add_line(x=0.5, z=0.5)
plot.add_time(100)
plot.generate()
plot.post_process()
plot.plot_by('case')

About

plotting tools for OpenFOAM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published