diff --git a/codemeta.json b/codemeta.json new file mode 100644 index 0000000000000000000000000000000000000000..f95a98e5dcce92e68f37fcdabeb997681b20c3a9 --- /dev/null +++ b/codemeta.json @@ -0,0 +1,37 @@ +{ + "@context": "https://doi.org/10.5063/schema/codemeta-2.0", + "@type": "SoftwareSourceCode", + "license": "https://spdx.org/licenses/GPL-3.0+", + "codeRepository": "git+https://git.iws.uni-stuttgart.de/dumux-repositories/dumux.git", + "contIntegration": "https://git.iws.uni-stuttgart.de/dumux-repositories/dumux/-/pipelines", + "dateCreated": "2007-03-01", + "datePublished": "2009-07-01", + "dateModified": "2022-10-22", + "downloadUrl": "https://git.iws.uni-stuttgart.de/dumux-repositories/dumux/-/archive/3.6.0/dumux-3.6.0.tar.gz", + "issueTracker": "https://git.iws.uni-stuttgart.de/dumux-repositories/dumux/-/issues", + "name": "DuMux", + "version": "3.6", + "identifier": "https://doi.org/10.5281/zenodo.2479594", + "description": "DuMux is short for DUNE for Multi-{Phase, Component, Scale, Physics, …} flow and transport in porous media; is a free and open-source simulator for flow and transport processes in porous media; is a research code written in C++; is based on the research software framework DUNE (Distributed and Unified Numerics Environment) and technically a DUNE discretization and user module. Its main intention is to provide a sustainable and consistent framework for the implementation and application of porous media model concepts and constitutive relations.", + "applicationCategory": "Environmental Engineering", + "releaseNotes": "https://git.iws.uni-stuttgart.de/dumux-repositories/dumux/-/releases/3.6.0", + "developmentStatus": "active", + "referencePublication": "https://doi.org/10.1016/j.camwa.2020.02.012", + "keywords": [ + "porous media", "finite volume method", "multi-phase flow in porous media", "geomechanics", "flow and transport", "PDE solver", "nonlinear problems" + ], + "programmingLanguage": [ + "C++", + "Python" + ], + "operatingSystem": [ + "Linux", + "macOS" + ], + "softwareRequirements": [ + "https://dumux.org/installation/" + ], + "relatedLink": [ + "https://dumux.org/" + ] +}