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

@@ -33,7 +33,9 @@ __url__ = "http://www.freecadweb.org"
class _FemElementFluid1D:
"The FemElementFluid1D object"
known_fluid_types = ['Liquid', 'Gas', 'Open Channel']
known_fluid_types = ['Liquid']
# 'Gas', 'Open Channel' are not impemented in ccx writer
# known_fluid_types = ['Liquid', 'Gas', 'Open Channel']
known_liquid_types = [
'PIPE MANNING',
'PIPE ENLARGEMENT',