Hello, I am trying to simulate a tribo-electric separator with a spatial dependent electric filed. For which I have written all desired variables in the in.script. However, while running it ends-up at:
Step Atoms KinEng 1 Volume
0 0 -0 0 1.4486977
ERROR: Invalid syntax in variable formula (variable.cpp:1385)
The scripd other stl files are attached with the post....
Plz, if anyone can tell whats wrong in my script.
Attachment | Size |
---|---|
![]() | 30.53 KB |
Daniel Queteschiner | Tue, 06/03/2014 - 10:52
Remove the quotation marks
Remove the quotation marks from the following variable definitions
FxCharged
FyCharged
FzCharged
FxUncharged
FyUncharged
FzUncharged
Also, there should be only one fix of type wall/gran in your input script, i.e.:
fix granwalls all wall/gran/hertz/history mesh n_meshes 7 meshes feeder_stl &
elect_left_stl &
elect_right_stl &
moving_belt_left_stl &
moving_belt_right_stl &
static_belt_left_stl &
static_belt_right_stl
rahulsoni | Fri, 06/06/2014 - 17:30
[Solved]
Thanks Daniel,
You really solved my problem.