-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtwine.json
56 lines (56 loc) · 1.78 KB
/
twine.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
{
"title": "OpenFAST Service",
"description": "Use the OpenFAST service to model a wind turbine with BEM theory",
"children": [
{
"key": "turbsim",
"purpose": "A service that runs turbulence simulations."
}
],
"input_manifest": {
"datasets": {
"turbsim": {
"purpose": "A dataset containing a single TurbSim.inp file."
},
"openfast": {
"purpose": "A dataset containing just the main OpenFAST file."
},
"elastodyn":{
"purpose": "A dataset containing the files to run elastodyn."
},
"beamdyn": {
"purpose": "A dataset containing the files to run beamdyn."
},
"inflow": {
"purpose": "A dataset containing the files to run inflow."
},
"aerodyn": {
"purpose": "A dataset containing the files to run aerodyn."
},
"servodyn": {
"purpose": "A dataset containing the files to run servodyn"
},
"hydro": {
"purpose": "A dataset containing hydro files.",
"optional": true
},
"subdyn": {
"purpose": "A dataset containing the files to run subdyn.",
"optional": true
},
"mooring": {
"purpose": "A dataset containing mooring files.",
"optional": true
},
"ice": {
"purpose": "A dataset containing ice files.",
"optional": true
}
}
},
"output_manifest": {
"datasets": {
"openfast": {"purpose": "A dataset containing the openfast output files."}
}
}
}