CommandCfdScalarTransportFunctions error

A subforum specific to the development of the OpenFoam-based workbenches ( Cfd https://github.com/qingfengxia/Cfd and CfdOF https://github.com/jaheyns/CfdOF )

Moderator: oliveroxtoby

Post Reply
M4mina
Posts: 8
Joined: Sat Apr 09, 2022 4:48 am

CommandCfdScalarTransportFunctions error

Post by M4mina »

I am trying to use VOF simulation for multi water sources, i try to add the scalar transport, but it fails to open it when ever i click the scalar icon giving this message:
cannot import name 'CommandCfdScalarTransportFunctions' from 'CfdOF.Solve' (/home/mina/.local/share/FreeCAD/Mod/CfdOF/./CfdOF/Solve/__init__.py)Running the Python command 'Cfd_ScalarTransportFunctions' failed:
Traceback (most recent call last):
File "/home/mina/.local/share/FreeCAD/Mod/CfdOF/./CfdOF/Solve/CfdScalarTransportFunction.py", line 60, in Activated
FreeCADGui.doCommand("from CfdOF.Solve import CommandCfdScalarTransportFunctions")
File "<string>", line 1, in <module>
User avatar
oliveroxtoby
Posts: 812
Joined: Fri Dec 23, 2016 9:43 am
Location: South Africa

Re: CommandCfdScalarTransportFunctions error

Post by oliveroxtoby »

M4mina wrote: Fri Aug 05, 2022 11:03 am I am trying to use VOF simulation for multi water sources, i try to add the scalar transport, but it fails to open it when ever i click the scalar icon giving this message:
cannot import name 'CommandCfdScalarTransportFunctions' from 'CfdOF.Solve' (/home/mina/.local/share/FreeCAD/Mod/CfdOF/./CfdOF/Solve/__init__.py)Running the Python command 'Cfd_ScalarTransportFunctions' failed:
Traceback (most recent call last):
File "/home/mina/.local/share/FreeCAD/Mod/CfdOF/./CfdOF/Solve/CfdScalarTransportFunction.py", line 60, in Activated
FreeCADGui.doCommand("from CfdOF.Solve import CommandCfdScalarTransportFunctions")
File "<string>", line 1, in <module>
Thanks - should be fixed.
Post Reply