-
Notifications
You must be signed in to change notification settings - Fork 24
/
CITATION.cff
37 lines (31 loc) · 1.26 KB
/
CITATION.cff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
title: "Pymech: A Python software suite for Nek5000 and SIMSON"
abstract: |
Pymech provides a set of high level Python functions which empowers users
of computational fluid dynamics solvers Nek5000 and SIMSON. It acts as a bridge
between these Fortran solvers and the scientific Python world. Its key
functionalities include input from and output to the solvers' binary file
formats, mesh manipulation, necessary tools for creating initial condition
files, writing post-processing algorithms and performing other exploratory
works.
authors:
- family-names: Mohanan
given-names: Ashwin Vishnu
orcid: https://orcid.org/0000-0002-2979-6327
- family-names: Chauvat
given-names: Guillaume
orcid: https://orcid.org/0000-0001-9401-0514
- family-names: Kleine
given-names: Vitor Gabriel
orcid: https://orcid.org/0000-0001-9360-7300
- family-names: Fabbiane
given-names: Nicolò
orcid: https://orcid.org/0000-0003-0010-489X
- family-names: Canton
given-names: Jacopo
orcid: https://orcid.org/0000-0003-3211-4347
doi: 10.5281/zenodo.7358961
date-released: 2022-11-25
license: GPL-3.0-or-later
repository-code: "https://github.com/eX-Mech/pymech"