-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathapp.json
More file actions
51 lines (51 loc) · 1.33 KB
/
app.json
File metadata and controls
51 lines (51 loc) · 1.33 KB
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
{
"id": "Chimera",
"name": "Chimera",
"prefix": "Chim",
"themed": false,
"kratos_name": "FluidDynamicsApplication",
"python_packages": [
""
],
"dimensions": [
"2D"
],
"script_files": [
"start.tcl",
"examples/examples.tcl",
"examples/ChimeraCross.tcl",
"xml/XmlController.tcl",
"write/write.tcl",
"write/writeProjectParameters.tcl"
],
"start_script": "::Chimera::Init",
"requirements": {
"apps": ["Fluid"],
"minimum_gid_version": "15.1.3d"
},
"permissions": {
"open_tree": true,
"show_toolbar": true,
"intervals": true,
"wizard": false
},
"unique_names": {
"parts": "FLParts",
"nodal_conditions": "FLNodalConditions",
"conditions": "FLBC",
"materials": "FLMaterials",
"results": "FLResults",
"drag": "FLDrags",
"time_parameters": "FLTimeParameters"
},
"write": {
"coordinates": "all",
"materials_file": "FluidMaterials.json",
"properties_location": "json",
"model_part_name": "FluidModelPart",
"output_model_part_name": "fluid_computational_model_part"
},
"main_launch_file": "python/KratosChimera.py",
"examples": "examples/examples.xml",
"description": ""
}