JuliaIBPM / ViscousFlow.jl

A framework for simulating viscous incompressible flows about arbitrary body shapes.
https://JuliaIBPM.github.io/ViscousFlow.jl/latest
Other
100 stars 28 forks source link

Method Error #67

Closed michaeljehan closed 3 years ago

michaeljehan commented 3 years ago
Screen Shot 2021-09-12 at 12 58 00 AM

I was trying the 2nd example where I encountered this error above. The error seems to be that the NavierStokes function is unable to recognize the input body. Any comment or help would be great. Thank you

jdeldre commented 3 years ago

Oops, that was a bug in the CartesianGrids.jl package that I fixed but neglected to release a new version. Give me a little time and I'll fix this.

jdeldre commented 3 years ago

The latest version now fixes this. Thanks for bringing it up!