4c

4C: A Comprehensive Multiphysics Simulation Framework

https://github.com/4c-multiphysics/4c

Science Score: 26.0%

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

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

Repository

4C: A Comprehensive Multiphysics Simulation Framework

Basic Info
Statistics
  • Stars: 77
  • Watchers: 11
  • Forks: 50
  • Open Issues: 165
  • Releases: 3
Created almost 2 years ago · Last pushed 10 months ago
Metadata Files
Readme Contributing License Code of conduct Citation

README.md

4C logo

[![website](./utilities/assets/badges/website_badge.svg)](https://4C-multiphysics.org) [![docs/documentation](./utilities/assets/badges/documentation_documentation.svg)](https://4c-multiphysics.github.io/4C/documentation/) [![docs/doxygen](./utilities/assets/badges/documentation_doxygen.svg)](https://4c-multiphysics.github.io/4C/doxygen/) [![coverage report](https://4c-multiphysics.github.io/4C/coverage_report/badge_coverage.svg)](https://4c-multiphysics.github.io/4C/coverage_report)
[![workflows/checkcode](https://github.com/4C-multiphysics/4C/actions/workflows/checkcode.yml/badge.svg?branch=main)](https://github.com/4C-multiphysics/4C/actions/workflows/checkcode.yml?query=branch%3Amain) [![workflows/buildtest](https://github.com/4C-multiphysics/4C/actions/workflows/buildtest.yml/badge.svg?branch=main)](https://github.com/4C-multiphysics/4C/actions/workflows/buildtest.yml?query=branch%3Amain) [![workflows/nightly_tests](https://github.com/4C-multiphysics/4C/actions/workflows/nightly_tests.yml/badge.svg?branch=main)](https://github.com/4C-multiphysics/4C/actions/workflows/nightly_tests.yml?query=branch%3Amain) [![workflows/documentation](https://github.com/4C-multiphysics/4C/actions/workflows/documentation.yml/badge.svg?branch=main)](https://github.com/4C-multiphysics/4C/actions/workflows/documentation.yml?query=branch%3Amain) [![workflows/coverage](https://github.com/4C-multiphysics/4C/actions/workflows/coverage.yml/badge.svg?branch=main)](https://github.com/4C-multiphysics/4C/actions/workflows/coverage.yml?query=branch%3Amain)

4C ("Comprehensive Computational Community Code") is a parallel multiphysics research code to address a plethora of physical problems by means of computational mechanics.

Large parts of 4C are based on finite element methods (FEM), but alternative discretization methods, such as discontinuous Galerkin methods (DG), particle methods and mesh-free methods have also been successfully integrated. The research software is implemented throughout in object-oriented programming (C++) using modern software design and is parallelized with MPI for distributed memory hardware architectures.

Disclaimer: 4C is developed for research purposes in the field of numerical method development. It is not intended for any use beyond this purpose and generally should not be used for any form of safety-relevant or safety-critical calculations or for an application in association with physical products in particular.

  • Website: https://4C-multiphysics.org
  • Documentation: https://4c-multiphysics.github.io/4C/documentation/

Getting started

To quickly run 4C, you can use our docker image, where 4C comes pre-compiled.

docker run --interactive --tty ghcr.io/4c-multiphysics/4c:main /home/user/4C/build/4C ../tests/input_files/<some-input-file>.4C.yaml output_name

See our documentation for more information on how to build 4C from source on your machine. Consult our Tutorials to get an overview of the general workflow in 4C. Also have a look at related projects/tools that work with 4C, e.g., tools that help with input generatation or visualization.

Contributing

If you're interested in contributing to 4C, we welcome your collaboration. Please follow our contributing guidelines and Code of Conduct.

If you need help with 4C, feel free to ask questions in the GitHub discussions.

How to cite 4C

Please cite 4C as follows:

4C: A Comprehensive Multiphysics Simulation Framework, https://www.4c-multiphysics.org

You could use the following BibTeX entry:

bibtex @misc{4C, author = {{4C}}, title = {{4C}: A {C}omprehensive {M}ultiphysics {S}imulation {F}ramework}, howpublished = {\url{https://www.4c-multiphysics.org}}, year = {YEAR}, note = {Accessed: DATE} }

We kindly ask you to also give credit to the individual methods and algorithms used in 4C. References to the relevant publications can be found on the 4C website or throughout the source code. If you need any assistance with finding suitable references, please feel free to reach out in the 4C Slack workspace.

Owner

  • Name: 4C Multiphysics
  • Login: 4C-multiphysics
  • Kind: organization

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 141
  • Total pull requests: 739
  • Average time to close issues: 21 days
  • Average time to close pull requests: 2 days
  • Total issue authors: 25
  • Total pull request authors: 34
  • Average comments per issue: 0.82
  • Average comments per pull request: 0.85
  • Merged pull requests: 533
  • Bot issues: 0
  • Bot pull requests: 9
Past Year
  • Issues: 141
  • Pull requests: 739
  • Average time to close issues: 21 days
  • Average time to close pull requests: 2 days
  • Issue authors: 25
  • Pull request authors: 34
  • Average comments per issue: 0.82
  • Average comments per pull request: 0.85
  • Merged pull requests: 533
  • Bot issues: 0
  • Bot pull requests: 9
Top Authors
Issue Authors
  • sebproell (27)
  • amgebauer (20)
  • maxfirmbach (17)
  • mayrmt (13)
  • gilrrei (9)
  • eulovi (8)
  • ppraegla (8)
  • davidrudlstorfer (5)
  • dharinib98 (5)
  • vovannikov (4)
  • knarfnitram (4)
  • georghammerl (3)
  • lkoeglmeier (3)
  • pbeckm (2)
  • dragos-ana (2)
Pull Request Authors
  • sebproell (300)
  • amgebauer (123)
  • davidrudlstorfer (33)
  • c-p-schmidt (31)
  • ppraegla (30)
  • mayrmt (25)
  • vovannikov (20)
  • bwirthl (20)
  • knarfnitram (17)
  • lauraengelhardt (16)
  • maxfirmbach (15)
  • dragos-ana (10)
  • bgoderbauer (9)
  • gilrrei (9)
  • ischeider (9)
Top Labels
Issue Labels
type: enhancement (77) priority: low (16) status: ready (15) taskforce: tpetra (13) priority: high (13) type: clean code (13) status: in progress (8) type: bug report (8) priority: medium (7) team: input (6) team: infrastructure (6) taskforce: modularization (4) team: solvers (4) team: poro (3) taskforce: solid elements (2) taskforce: output (2) team: thermo (2) type: task (2) team: contact (2) status: blocked (2) taskforce: solid time integration (1) team: output (1) team: structure (1) status: unspecified (1) team: scatra (1) type: question (1) team: reduced_fluid_models (1)
Pull Request Labels
team: input (135) type: clean code (110) team: infrastructure (62) taskforce: tpetra (27) type: bug report (23) priority: high (22) type: enhancement (18) breaking change (17) taskforce: modularization (11) team: discretization (10) team: scatra (10) github_actions (9) dependencies (9) team: poro (9) taskforce: output (9) team: thermo (6) team: output (5) team: solvers (4) team: testing (4) team: material (4) team: reduced_fluid_models (4) priority: low (4) team: structure (3) team: fluid (3) status: ready (3) taskforce: solid elements (3) team: fsi (2) team: particle (2) taskforce: solid time integration (2) priority: medium (1)