yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #20673
Re: [Question #683913]: ThermalEngine not defined/active yet?
Question #683913 on Yade changed:
https://answers.launchpad.net/yade/+question/683913
Description changed to:
Hello,
I was trying to play with the ThermalEngine [1]. Now, I understand that
it might still be an experimental engine and still under development,
but I see it appears in the documentation, and FlowEngine (and the rest
FlowEngines) currently does have the ability to activate thermalEngine
[2] within them... (plus, Thermal.cpp and Thermal.hpp do exist in the
trunk version...)
Am I missing something here?
I'm running on Ubuntu 19.04 with yade 2019.01a, installed with apt-get install.
If I try to activate the engine, I get the following error message:
Traceback (most recent call last):
File "/usr/bin/yade", line 241, in runScript
execfile(script,globals())
File "temp_engine.py", line 61, in <module>
ThermalEngine(advection=False, # Activates advection
NameError: name 'ThermalEngine' is not defined
Thanks in advance,
Yaniv
P.S.
I noticed this past question -
https://answers.launchpad.net/yade/+question/679769
I hoped with the thermal c++ files already existing that it might have been implemented...
[1] https://yade-dem.org/doc/yade.wrapper.html?highlight=thermalengine#yade.wrapper.ThermalEngine
[2] https://yade-dem.org/doc/yade.wrapper.html?highlight=thermalengine#yade.wrapper.FlowEngine.thermalEngine
--
You received this question notification because your team yade-users is
an answer contact for Yade.