Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ proc PotentialFluid::write::writeParametersEvent { } {
## Get the base settings dictionary from the base application (Fluid)
set projectParametersDict [Fluid::write::getParametersDict]

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

## Remove unused entries
# Remove gravity and initial conditions
dict set projectParametersDict processes [dict remove [dict get $projectParametersDict processes] gravity]
Expand Down