BIMAU / transiflow

Implementations and continuation of some standard computational fluid dynamics problems using the finite volume method
https://transiflow.readthedocs.io/
Apache License 2.0
9 stars 12 forks source link

Add some guides and a fix for the LDC examples. #50

Closed Sbte closed 2 months ago

Sbte commented 2 months ago

The example from the boundary condition guide didn't work without the fix for the LDC example. I'm not sure why it would be different from having a lid at the top, but so be it. The previous code was wrong anyway.

I also renamed the doc directory to docs since that seems more common for Python projects and is more in line with the tests directory.