-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #156 from precice/fenics-adapter-v1.4.0
Release v1.4.0
- Loading branch information
Showing
6 changed files
with
117 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# YAML 1.2 | ||
--- | ||
abstract: "The new software FEniCS-preCICE is a middle software layer, sitting in between the existing finite-element library FEniCS and the coupling library preCICE. The middle layer simplifies coupling (existing) FEniCS application codes to other simulation software via preCICE. To this end, FEniCS-preCICE converts between FEniCS and preCICE mesh and data structures, provides easy-to-use coupling conditions, and manages data checkpointing for implicit coupling. The new software is a library itself and follows a FEniCS-native style. Only a few lines of additional code are necessary to prepare a FEniCS application code for coupling. We illustrate the functionality of FEniCS-preCICE by two examples: a FEniCS heat conduction code coupled to OpenFOAM and a FEniCS linear elasticity code coupled to SU2. The results of both scenarios are compared with other simulation software showing good agreement." | ||
authors: | ||
- | ||
affiliation: "Technical University of Munich" | ||
family-names: Rodenberg | ||
given-names: Benjamin | ||
orcid: "https://orcid.org/0000-0002-3116-0133" | ||
- | ||
affiliation: "University Stuttgart" | ||
family-names: Desai | ||
given-names: Ishaan | ||
orcid: "https://orcid.org/0000-0002-2552-7509" | ||
- | ||
family-names: Hertrich | ||
given-names: Richard | ||
orcid: "https://orcid.org/0000-0003-1722-2841" | ||
- | ||
affiliation: "University of Stuttgart" | ||
family-names: Jaust | ||
given-names: Alexander | ||
orcid: "https://orcid.org/0000-0002-6082-105X" | ||
- | ||
affiliation: "University of Stuttgart" | ||
family-names: Uekermann | ||
given-names: Benjamin | ||
orcid: "https://orcid.org/0000-0002-1314-9969" | ||
cff-version: "1.1.0" | ||
date-released: 2021-01-10 | ||
keywords: | ||
- FEniCS | ||
- "Fluid-Structure Interaction" | ||
- "Conjugate Heat Transfer" | ||
- Multiphysics | ||
- "Coupled Problems" | ||
- "Finite Element Method" | ||
- preCICE | ||
license: "LGPL-3.0" | ||
message: "If you use this software, please cite it using these metadata." | ||
repository-code: "https://github.com/precice/fenics-adapter" | ||
title: "FEniCS-preCICE: Coupling FEniCS to other Simulation Software" | ||
version: 1.2.0 | ||
doi: 10.1016/j.softx.2021.100807 | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters