Attribute error with Fluid structure interaction simulation
Posted: Mon Dec 04, 2017 3:26 pm
Hello everyone,
I'm a new user of CS.
I'm currently working on the tutorial on fluid-structure interaction so it's the first time I'm using the "Fluid Structure interaction" panel on the GUI.
My problem is: I can't open the FSI panel on the GUI when I select it in the Treeview.
This is the error I have:
Traceback (most recent call last):
File "/opt/code_saturne/5.0.4/prod/lib/python2.7/site-packages/code_saturne/Base/MainView.py", line 1196, in displayNewPage
self.Browser)
File "/opt/code_saturne/5.0.4/prod/lib/python2.7/site-packages/code_saturne/Base/BrowserView.py", line 582, in display
return displaySelectedPage(name, root, case, stbar, study, tree)
File "/opt/code_saturne/5.0.4/prod/lib/python2.7/site-packages/code_saturne/Base/Toolbox.py", line 266, in displaySelectedPage
thisPage = Page.FluidStructureInteractionView(root, case)
File "/opt/code_saturne/5.0.4/prod/lib/python2.7/site-packages/code_saturne/Pages/FluidStructureInteractionView.py", line 724, in __init__
couplingManager.slotInternalSelectionChanged)
File "/opt/code_saturne/5.0.4/prod/lib/python2.7/site-packages/code_saturne/Pages/FluidStructureInteractionView.py", line 800, in __initTableView
self.connect(selectionModel,
AttributeError: 'FluidStructureInteractionView' object has no attribute 'connect'
I'm working on CS 5.0.4, with Linux Debian 8 and python 2.7.9.
I think I'm missing some package or something..
Any idea ?
Thank you in advance.
I'm a new user of CS.
I'm currently working on the tutorial on fluid-structure interaction so it's the first time I'm using the "Fluid Structure interaction" panel on the GUI.
My problem is: I can't open the FSI panel on the GUI when I select it in the Treeview.
This is the error I have:
Traceback (most recent call last):
File "/opt/code_saturne/5.0.4/prod/lib/python2.7/site-packages/code_saturne/Base/MainView.py", line 1196, in displayNewPage
self.Browser)
File "/opt/code_saturne/5.0.4/prod/lib/python2.7/site-packages/code_saturne/Base/BrowserView.py", line 582, in display
return displaySelectedPage(name, root, case, stbar, study, tree)
File "/opt/code_saturne/5.0.4/prod/lib/python2.7/site-packages/code_saturne/Base/Toolbox.py", line 266, in displaySelectedPage
thisPage = Page.FluidStructureInteractionView(root, case)
File "/opt/code_saturne/5.0.4/prod/lib/python2.7/site-packages/code_saturne/Pages/FluidStructureInteractionView.py", line 724, in __init__
couplingManager.slotInternalSelectionChanged)
File "/opt/code_saturne/5.0.4/prod/lib/python2.7/site-packages/code_saturne/Pages/FluidStructureInteractionView.py", line 800, in __initTableView
self.connect(selectionModel,
AttributeError: 'FluidStructureInteractionView' object has no attribute 'connect'
I'm working on CS 5.0.4, with Linux Debian 8 and python 2.7.9.
I think I'm missing some package or something..
Any idea ?
Thank you in advance.