Skip to content

Commit 5f65caa

Browse files
committed
move shallow water to main window
1 parent 6053482 commit 5f65caa

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

kratos.gid/apps/FluidLauncher/app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"start_script":"::FluidLauncher::Init",
88
"requeriments":{
9-
"apps_exist":["Fluid","EmbeddedFluid", "PotentialFluid", "Buoyancy", "ConjugateHeatTransfer", "FluidDEM","ShallowWater"],
9+
"apps_exist":["Fluid","EmbeddedFluid", "PotentialFluid", "Buoyancy", "ConjugateHeatTransfer", "FluidDEM"],
1010
"minimum_gid_version":"15.1.3d"
1111
},
1212
"permissions": {

kratos.gid/apps/FluidLauncher/start.tcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ proc ::FluidLauncher::Init { app } {
88
variable available_apps
99

1010
# TODO: Get apps from json
11-
set available_apps [list Fluid EmbeddedFluid PotentialFluid Buoyancy ConjugateHeatTransfer FluidDEM ShallowWater]
11+
set available_apps [list Fluid EmbeddedFluid PotentialFluid Buoyancy ConjugateHeatTransfer FluidDEM]
1212

1313
::FluidLauncher::FluidAppSelectorWindow
1414
}
@@ -50,7 +50,7 @@ proc ::FluidLauncher::FluidAppSelectorWindow { } {
5050
ttk::frame $w.applications -relief ridge
5151
set r 0
5252
set c 0
53-
set max_cols 4
53+
set max_cols 3
5454
foreach app $available_apps {
5555
set img [::apps::getImgFrom $app]
5656
set app_publicname [[::apps::getAppById $app] getPublicName]

kratos.gid/kratos_default.spd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<appLink n="MPM" public="1" pn="MPM" active="0" appid="MPM" prefix="MPM"/>
3030
<appLink n="DEMPFEM" public="0" pn="DEM+PFEM" active="0" appid="DEMPFEM" prefix="DEMPFEM"/>
3131
<appLink n="CDEM" public="0" pn="Cohesive DEM" active="0" appid="CDEM" prefix="CDEM"/>
32-
<appLink n="ShallowWater" public="0" pn="Shallow water" active="0" appid="ShallowWater" prefix="SW"/>
32+
<appLink n="ShallowWater" public="1" pn="Shallow water" active="0" appid="ShallowWater" prefix="SW"/>
3333
<appLink n="Examples" public="1" pn="Examples" active="0" appid="Examples" prefix="EXA_" is_tool="1"/>
3434
<blockdata n="units" pn="Units" icon="units" open_window="0">
3535
<value n='units_mesh' pn='Mesh units' unit_mesh_definition="1"/>

0 commit comments

Comments
 (0)