We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7bd2e03 + aae0236 commit 83c1b0dCopy full SHA for 83c1b0d
1 file changed
kratos.gid/apps/PotentialFluid/write/writeProjectParameters.tcl
@@ -3,6 +3,9 @@ proc PotentialFluid::write::writeParametersEvent { } {
3
## Get the base settings dictionary from the base application (Fluid)
4
set projectParametersDict [Fluid::write::getParametersDict]
5
6
+ # Change analysis type to potential flow
7
+ dict set projectParametersDict analysis_stage "KratosMultiphysics.CompressiblePotentialFlowApplication.potential_flow_analysis"
8
+
9
## Remove unused entries
10
# Remove gravity and initial conditions
11
dict set projectParametersDict processes [dict remove [dict get $projectParametersDict processes] gravity]
0 commit comments