Niklas Neher

Results 78 issues of Niklas Neher

- [ ] - bad performance - [ ] - docs missing - [ ] - tests missing

For geometries that expand downstream of the inflow, particle conversion may occasionally fail. This PR provides a fix for this issue. In rare cases (likely when using relatively large timesteps),...

bug
enhancement

based on #931

breaking changes

Create pages of tutorials like so: ```julia "Tutorials" => ["Fluid" => "..., "Solid" => "... ``` otherwise linking in the docs is not possible

documentation

I noticed that it makes more sense to pass the cross sectional area instead of calculating it with the particle size. Also, it is not correct calculated in `main`, so...

bug
enhancement

This PR adds an `OrientedBoundingBox` that enables analysis of arbitrarily oriented rectangular regions within computational domains. For example: use `is_in_oriented_box(coords, box)` to define measurement windows for calculating flow rates through...

enhancement