forked from SedFoam/sedfoam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
codemeta.json
162 lines (162 loc) · 5.97 KB
/
codemeta.json
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/GPL-3.0-or-later",
"codeRepository": "https://github.com/sedfoam/sedfoam",
"contIntegration": "https://circleci.com/gh/SedFoam/sedfoam",
"dateModified": "2022-07-08",
"issueTracker": "https://github.com/sedfoam/sedfoam/issues",
"name": "sedFoam",
"version": "3.3",
"identifier": "https://doi.org/10.5281/zenodo.836642",
"description": "A three-dimensional two-phase flow solver, SedFoam, has been developed for sediment transport applications. The solver is extended from twoPhaseEulerFoam available in the 2.1.0 release of the open-source CFD (computational fluid dynamics) toolbox OpenFOAM. In this approach the sediment phase is modeled as a continuum, and constitutive laws have to be prescribed for the sediment stresses. In the proposed solver, two different intergranular stress models are implemented: the kinetic theory of granular flows and the dense granular flow rheology μ(I). For the fluid stress, laminar or turbulent flow regimes can be simulated and three different turbulence models are available for sediment transport: a simple mixing length model (one-dimensional configuration only), a k − ε, a classical k − ω and a k − ω from Wilcox (2006).",
"applicationCategory": "Fluid Mechanics",
"developmentStatus": "active",
"referencePublication": "https://doi.org/10.5194/gmd-10-4367-2017",
"keywords": [
"scour",
"diphasic",
"sediment",
"Fluid Mechanics"
],
"programmingLanguage": [
"C++",
"OpenFoam"
],
"operatingSystem": [
"Linux",
"Windows"
],
"softwareRequirements": [
"OpenFoam (ESI version)"
],
"relatedLink": [
"https://sedfoam.github.io/",
"https://www.openfoam.com/"
],
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0003-3868-7090",
"givenName": "Cyrille",
"familyName": "Bonamy",
"email": "cyrille.bonamy@cnrs.fr",
"affiliation": {
"@type": "Organization",
"name": "LEGI - CNRS - UGA"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-5979-0620",
"givenName": "Julien",
"familyName": "Chauchat",
"email": "julien.chauchat@univ-grenoble-alpes.fr",
"affiliation": {
"@type": "Organization",
"name": "LEGI - CNRS - UGA"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0003-1607-4787",
"givenName": "Antoine",
"familyName": "Mathieu",
"email": "amathieu@udel.edu",
"affiliation": {
"@type": "Organization",
"name": "LEGI - CNRS - UGA - University of Delaware"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0001-7184-0945",
"givenName": "Eduard",
"familyName": "Puig Montella",
"email": "Eduard.Puig-Montella@univ-grenoble-alpes.fr",
"affiliation": {
"@type": "Organization",
"name": "LEGI - CNRS - UGA"
}
},
{
"@type": "Person",
"givenName": "Rémi",
"familyName": "Chassagne",
"email": "remi.chassagne@univ-grenoble-alpes.fr",
"affiliation": {
"@type": "Organization",
"name": "LEGI - CNRS - UGA"
}
},
{
"@type": "Person",
"givenName": "Zhen",
"familyName": "Cheng",
"email": "zcheng@udel.edu",
"affiliation": {
"@type": "Organization",
"name": "University of Delaware, Civil & Environmental Engineering, Center for Applied Coastal Research Now at Convergence CFD"
}
},
{
"@type": "Person",
"givenName": "Tim",
"familyName": "Nagel",
"email": "tim.nagel@meteo.fr",
"affiliation": {
"@type": "Organization",
"name": "Météo France"
}
},
{
"@type": "Person",
"givenName": "Benjamin",
"familyName": "Tsai",
"email": "btsai@udel.edu",
"affiliation": {
"@type": "Organization",
"name": "University of Delaware, Civil & Environmental Engineering, Center for Applied Coastal Research Now at Convergence CFD"
}
},
{
"@type": "Person",
"givenName": "Tian-Jian",
"familyName": "Hsu",
"email": "thsu@udel.edu",
"affiliation": {
"@type": "Organization",
"name": "University of Delaware, Civil & Environmental Engineering, Center for Applied Coastal Research Now at Convergence CFD"
}
}
],
"contributor": [
{
"@type": "Person",
"givenName": "Ali",
"familyName": "Salimi-Tarazouj",
"affiliation": {
"@type": "Organization",
"name": "University of Delaware, Civil & Environmental Engineering, Center for Applied Coastal Research Now at Convergence CFD"
}
},
{
"@type": "Person",
"givenName": "Hugo",
"familyName": "Divel",
"affiliation": {
"@type": "Organization",
"name": "LEGI - CNRS - UGA"
}
},
{
"@type": "Person",
"givenName": "Pablo",
"familyName": "Higuera",
"affiliation": {
"@type": "Organization",
"name": "The University of Auckland"
}
}
]
}