yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #08582
[Question #239596]: FlowEngine is not defined in yade-daily - On Ubuntu 13.10
New question #239596 on Yade:
https://answers.launchpad.net/yade/+question/239596
Hi all,
I am new to ubuntu and yade. I need to do some simulations on DEM-PFV coupled analysis and I need to use FlowEngine. So, I tried to compile YADE from trunk. Here is the procedure I used:
Note :I used " /home/ehsan/yade-daily/build" location for compiled version. ("ehsan" is the username)
1) "git clone https://github.com/yade/trunk.git" to get the latest daily version and put it here "/home/ehsan/yade-daily/"
2) installed the prerequisites according to the "installation" web- page of yade
3) cd /home/ehsan/yade-daily/build
4) cmake -DINSTALL_PREFIX=/home/ehsan/yade-daily/build /home/ehsan/yade-daily/trunk
5) cmake -DOPTION1=VALUE1 -DOPTION2=VALUE2
6) make
7) make install
You can find the log here
However, when I try to run a simple flowengine-based example (which I am sure already worked with my previous os (linux mint 15)), does not work!
I get "NameError: name 'FlowEngine' is not defined"
Can anyone help me?
Thank you in advance.
--
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.