Skip to content

Commit 4602a1c

Browse files
Merge pull request #987 from KratosMultiphysics/potential-geom-migration
Potential flow migration to geometries
2 parents 0d1dad9 + f2d7526 commit 4602a1c

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

kratos.gid/apps/PotentialFluid/app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"coordinates": "all",
4242
"materials_file": "FluidMaterials.json",
4343
"properties_location": "json",
44-
"write_mdpa_mode": "entities"
44+
"write_mdpa_mode": "geometries"
4545
},
4646
"main_launch_file": "../../exec/MainKratos.py",
4747
"examples": "examples/examples.xml"

kratos.gid/apps/PotentialFluid/write/writeProjectParameters.tcl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
proc PotentialFluid::write::writeParametersEvent { } {
33
## Get the base settings dictionary from the base application (Fluid)
44
set projectParametersDict [Fluid::write::getParametersDict]
5+
6+
set projectParametersDict [::write::GetModelersDict $projectParametersDict]
57

68
# Change analysis type to potential flow
79
dict set projectParametersDict analysis_stage "KratosMultiphysics.CompressiblePotentialFlowApplication.potential_flow_analysis"

0 commit comments

Comments
 (0)