← Back to team overview

yade-users team mailing list archive

Re: [Question #704306]: DFN-Thermal Engine Link

 

Question #704306 on Yade changed:
https://answers.launchpad.net/yade/+question/704306

Bruno Chareyre posted a new comment:
Dear Ahmad, it is very difficult to answer without seeing an actual code.
You should push code/scripts to some branch.

One thing I can explain is that ThermalEngine will not select DFNFlowEngine, and then flow remains undefined (and segfault).
It is because of this condition: "if (e->getClassName() == "FlowEngine")".
The class name of DFNFlowEngine is not FlowEngine, so it is not selected.
A "or" in the condition could help.

Bruno

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.