MFlowCode / MFC

Exascale simulation of multiphase/physics fluid dynamics
https://mflowcode.github.io
MIT License
137 stars 60 forks source link

Bug in 3D characteristic BC check #324

Closed henryleberre closed 6 months ago

henryleberre commented 6 months ago

The 2nd if-statement's predicate should be bc_z%end <= -5 .and. bc_z%end >= -13. #300 could help mitigate these sorts of errors.

https://github.com/MFlowCode/MFC/blob/a4ad2619c03e20c5475897492f94e802a898485d/src/simulation/m_rhs.fpp#L1472-L1481