Skip to content

dusweaver/ofplot

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