https://github.com/chengshunshang1996/kratos-polydem

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://github.com/chengshunshang1996/kratos-polydem

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 11 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.9%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

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.

Basic Info
Statistics
  • Stars: 1
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Fork of KratosMultiphysics/Kratos
Created almost 2 years ago · Last pushed about 1 year ago

https://github.com/ChengshunShang1996/Kratos-PolyDEM/blob/master/

[![License][license-image]][license] [![C++][c++-image]][c++standard] [![DOI][DOI-image]][DOI] [![GitHub stars][stars-image]][stars] [![Twitter][twitter-image]][twitter] [![Youtube][youtube-image]][youtube] [![Release][release-image]][releases] [![PyPI pyversions](https://img.shields.io/pypi/pyversions/KratosMultiphysics.svg)](https://pypi.org/project/KratosMultiphysics/) [![Downloads](https://pepy.tech/badge/KratosMultiphysics/month)](https://pepy.tech/project/KratosMultiphysics) [release-image]: https://img.shields.io/badge/release-10.1-green.svg?style=flat [releases]: https://github.com/KratosMultiphysics/Kratos/releases [license-image]: https://img.shields.io/badge/license-BSD-green.svg?style=flat [license]: https://github.com/KratosMultiphysics/Kratos/blob/master/kratos/license.txt [c++-image]: https://img.shields.io/badge/C++-17-blue.svg?style=flat&logo=c%2B%2B [c++standard]: https://isocpp.org/std/the-standard [Nightly-Build]: https://github.com/KratosMultiphysics/Kratos/workflows/Nightly%20Build/badge.svg [Nightly-link]: https://github.com/KratosMultiphysics/Kratos/actions?query=workflow%3A%22Nightly+Build%22 [DOI-image]: https://zenodo.org/badge/DOI/10.5281/zenodo.3234644.svg [DOI]: https://doi.org/10.5281/zenodo.3234644 [stars-image]: https://img.shields.io/github/stars/KratosMultiphysics/Kratos?label=Stars&logo=github [stars]: https://github.com/KratosMultiphysics/Kratos/stargazers [twitter-image]: https://img.shields.io/twitter/follow/kratosmultiphys.svg?label=Follow&style=social [twitter]: https://twitter.com/kratosmultiphys [youtube-image]: https://badges.aleen42.com/src/youtube.svg [youtube]:https://www.youtube.com/@kratosmultiphysics3578 _KRATOS Multiphysics_ ("Kratos") is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface. More in [Overview](https://github.com/KratosMultiphysics/Kratos/wiki/Overview) **Kratos** is **free** under BSD-4 [license](https://github.com/KratosMultiphysics/Kratos/blob/master/kratos/license.txt) and can be used even in commercial software as it is. Many of its main applications are also free and BSD-4 licensed but each derived application can have its own proprietary license. # Main Features **Kratos** is __multiplatform__ and available for __Windows, Linux__ (several distros) and __macOS__. **Kratos** is __OpenMP__ and __MPI__ parallel and scalable up to thousands of cores. **Kratos** provides a core which defines the common framework and several application which work like plug-ins that can be extended in diverse fields. ## Its main applications are: - [DEM](applications/DEMApplication) for cohesive and non cohesive spheric and non spheric particles simulation - [Fluid Dynamics](applications/FluidDynamicsApplication/README.md) Provides 2D and 3D incompressible fluids formulation - [Fluid Structure Interaction](applications/FSIApplication/README.md) for solution of different FSI problems - [Structural Mechanics](applications/StructuralMechanicsApplication/README.md) Providing solution for solid, shell and beam structures with linear and nonlinear, static and dynamic behavior - [Contact Structural Mechanics](applications/ContactStructuralMechanicsApplication/README.md) For contact problems used along the [Structural Mechanics application](applications/StructuralMechanicsApplication/README.md) ## Some main modules are: - [Linear Solvers](applications/LinearSolversApplication/README.md) - [Trilinos](applications/TrilinosApplication/README.md) - [Metis](applications/MetisApplication/README.md) - [Meshing](applications/MeshingApplication/README.md) # Documentation Here you can find the basic documentation of the project: ## Getting Started * Getting Kratos (Last compiled Release) * [Kratos from `pip`](https://pypi.org/project/KratosMultiphysics/): Just simply type on terminal `pip install KratosMultiphysics-all` * [Kratos for GiD](https://github.com/KratosMultiphysics/Kratos/wiki/Getting-Kratos-binaries-(via-GiD)) * Compiling Kratos * [See INSTALL.md](https://github.com/KratosMultiphysics/Kratos/blob/master/INSTALL.md) ## Tutorials * [Running an example from GiD](https://kratosmultiphysics.github.io/Kratos/pages/Kratos/For_Users/Tutorials/Running_An_Example_From_GiD.html) * [Kratos input files and I/O](https://kratosmultiphysics.github.io/Kratos/pages/Kratos/For_Users/Tutorials/Kratos_Input_Files_And_Io.html) * [Data management](https://kratosmultiphysics.github.io/Kratos/pages/Kratos/For_Users/Tutorials/Data_Management.html) * [Solving strategies](https://kratosmultiphysics.github.io/Kratos/pages/Kratos/For_Users/Tutorials/Solving_Strategies.html) * [Manipulating solution values](https://kratosmultiphysics.github.io/Kratos/pages/Kratos/For_Developers/Tutorials/Manipulating-solution-values.html) * [Multiphysics](https://kratosmultiphysics.github.io/Kratos/pages/Kratos/For_Users/Tutorials/Multiphysics_Example.html) ## More documentation [Documentation](https://kratosmultiphysics.github.io/Kratos/) # Examples of use Kratos has been used for simulation of many different problems in a wide variety of disciplines ranging from wind over singular building to granular domain dynamics. Some examples and validation benchmarks simulated by Kratos can be found [here](https://kratosmultiphysics.github.io/Examples/) Barcelona Wind Simulation
# Contributors Organizations contributing to Kratos:

International Center for Numerical Methods in Engineering




Chair of Structural Analysis
Technical University of Munich




Altair Engineering


Deltares



Institute of Structural Analysis
Technische Universitt Braunschweig



University of Padova, Italy



# Our Users Some users of the technologies developed in Kratos are:

Airbus Defence and Space
Stress Methods & Optimisation Department

Siemens AG
Corporate Technology

ONERA, The French Aerospace Lab
Applied Aerodynamics Department

Looking forward to seeing your logo here! # Special Thanks To ## In Kratos Core: - [Boost](http://www.boost.org/) for uBLAS - [pybind11](https://github.com/pybind/pybind11) for exposing C++ to python - [GidPost](https://www.gidhome.com/gid-plus/tools/476/gidpost/) providing output to [GiD](https://www.gidhome.com/) - [AMGCL](https://github.com/ddemidov/amgcl) for its highly scalable multigrid solver - [JSON](https://github.com/nlohmann/json) JSON for Modern C++ - [ZLib](https://zlib.net/) The compression library - [Google Test](https://github.com/google/googletest) for unit testing C++ code - [Google Benchmark](https://github.com/google/benchmark) for microbenchmarking and performance testing ## In applications: - [Eigen](http://eigen.tuxfamily.org) For linear solvers used in the [LinearSolversApplication](applications/LinearSolversApplication) - [Trilinos](https://trilinos.org/) for MPI linear algebra and solvers used in [TrilinosApplication](applications/TrilinosApplication) - [METIS](http://glaros.dtc.umn.edu/gkhome/views/metis) for partitioning in [MetisApplication](applications/MetisApplication/README.md) - [CoSimIO](https://github.com/KratosMultiphysics/CoSimIO) for performing coupled simulations with external solvers within the [CoSimulationApplication](applications/CoSimulationApplication/README.md). The CoSimIO in Kratos uses the following libraries: - [Boost](http://www.boost.org/) for the `intrusive_ptr` - [filesystem](https://github.com/gulrak/filesystem) Header-only single-file std::filesystem compatible helper library, based on the C++17 specs - [asio](https://think-async.com/Asio/) for socket based interprocess communication # How to cite Kratos? Please, use the following references when citing Kratos in your work. - [Dadvand, P., Rossi, R. & Oate, E. An Object-oriented Environment for Developing Finite Element Codes for Multi-disciplinary Applications. Arch Computat Methods Eng 17, 253297 (2010). https://doi.org/10.1007/s11831-010-9045-2](https://doi.org/10.1007/s11831-010-9045-2) - [Dadvand, P., Rossi, R., Gil, M., Martorell, X., Cotela, J., Juanpere, E., Idelsohn, S., Oate, E. (2013). Migration of a generic multi-physics framework to HPC environments. Computers & Fluids. 80. 301309. 10.1016/j.compfluid.2012.02.004.](10.1016/j.compfluid.2012.02.004) - [Vicente Mataix Ferrndiz, Philipp Bucher, Rubn Zorrilla, Suneth Warnakulasuriya, Riccardo Rossi, Alejandro Cornejo, jcotela, Carlos Roig, Josep Maria, tteschemacher, Miguel Mas, Guillermo Casas, Marc Nez, Pooyan Dadvand, Salva Latorre, Ignasi de Pouplana, Joaqun Irazbal Gonzlez, AFranci, Ferran Arrufat, riccardotosi, Aditya Ghantasala, Klaus Bernd Sautter, Peter Wilson, dbaumgaertner, Bodhinanda Chandra, Armin Geiser, Inigo Lopez, llus, jgonzalezusua, Javi Grate. (2024). KratosMultiphysics/Kratos: Release 10.1 (v10.1). Zenodo. https://doi.org/10.5281/zenodo.3234644](https://zenodo.org/records/6926179)

Owner

  • Name: Chengshun Shang
  • Login: ChengshunShang1996
  • Kind: user
  • Location: Barcelona, Spain
  • Company: CIMNE

GitHub Events

Total
  • Issues event: 1
  • Watch event: 1
  • Issue comment event: 1
  • Push event: 54
  • Pull request event: 9
Last Year
  • Issues event: 1
  • Watch event: 1
  • Issue comment event: 1
  • Push event: 54
  • Pull request event: 9

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 1
  • Total pull requests: 5
  • Average time to close issues: 4 months
  • Average time to close pull requests: 1 minute
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 1.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 5
  • Average time to close issues: 4 months
  • Average time to close pull requests: 1 minute
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 1.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • ChengshunShang1996 (1)
Pull Request Authors
  • ChengshunShang1996 (6)
Top Labels
Issue Labels
bug (1)
Pull Request Labels
enhancement (3) bug (1)