KratosMultiphysics / Kratos

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.
https://kratosmultiphysics.github.io/Kratos/
Other
1.02k stars 245 forks source link

[GeoMechanicsApplication] Add point flux (source) condition for Pw #12376

Closed mnabideltares closed 4 months ago

mnabideltares commented 4 months ago

📝 Description As part of our ongoing development efforts, we need to implement a water flux boundary condition for our 1D pressure line element in order to accurately simulate fluid flow behavior. Currently, the boundary conditions for this element type are limited to Dirichlet, and the inclusion of a water flux boundary condition is crucial for modeling scenarios where water flow play a significant role. This `boundary is also crucial for wel element which will be implemented in the near future.

🆕 Changelog