/ViscousFlow.jl

A framework for simulating viscous incompressible flows about arbitrary body shapes.

Primary LanguageJuliaOtherNOASSERTION

ViscousFlow.jl

A framework for simulating viscous incompressible flows

Documentation Build Status
docs Build Status Build status codecov

About the package

The purpose of this package is to enable easy setup and solution of viscous incompressible flows. Documentation can be found at https://JuliaIBPM.github.io/ViscousFlow.jl/latest.

ViscousFlow.jl is registered in the general Julia registry. To install, enter the package manager by typing ] and then type, e.g.,

(v1.2) pkg> add ViscousFlow

Then, in any version, type

julia> using ViscousFlow

For examples, consult the documentation or see the example Jupyter notebooks in the Examples folder.