FEM: element flow 1D, deactivate not supported fluid types

This commit is contained in:
Bernd Hahnebach
2019-07-04 17:55:42 +02:00
parent de74fe1027
commit 791701dbfa
3 changed files with 8 additions and 1 deletions

View File

@@ -277,6 +277,7 @@ class _TaskPanelFemElementFluid1D:
QtCore.SIGNAL("cellChanged(int, int)"),
self.pump_characteristics_changed
)
# some fluid types deactivated since they are not implemented in ccx writer
self.parameterWidget.cb_section_type.addItems(
_FemElementFluid1D._FemElementFluid1D.known_fluid_types
)