Kratos Multiphysics (A.K.A Kratos) is a framework for building parallel multi-disciplinary simulation software. Modularity, extensibility and HPC are the main objectives. Kratos has BSD license and is written in C++ with extensive Python interface.
A user would like to calculate backwards erosion piping in 3D
Background
The current implementation of backwards erosion piping inherits from 2D interface elements, this element type therefore limits the calculation to 2D. If this element is moved to be based on 1D line elements, then the calculation is more easily facilitates in 2D and 3D.
A branch currently exists (geo/pipe) to investigate this change, however it is recommended that we start again once to neccessary changes are required.
A user would like to calculate backwards erosion piping in 3D
Background The current implementation of backwards erosion piping inherits from 2D interface elements, this element type therefore limits the calculation to 2D. If this element is moved to be based on 1D line elements, then the calculation is more easily facilitates in 2D and 3D.
A branch currently exists (geo/pipe) to investigate this change, however it is recommended that we start again once to neccessary changes are required.