Exception (JMotion::CheckLinkMovs)

edited May 2018 in DualSPHysics_v4.0
Hi everyone,

I'm working on a valve model (gate and butterfly). In this case, am studying the behaviour of the flow when the valves close slowly. That's why i need to configure the movement of the valves with the casedef-motion option

But when i start the simulation this text apears:
Exception (JMotion::CheckLinkMovs)
Text: A movement refers to another non-existent movement within the object

I still can't find the problem in my xml file, so I ask for your help to solve this problem

My xml file is attach as a .txt file

Thanks


Comments

  • Please send also the output XML, the one generated by GenCase
  • edited May 2018
    here it is in .txt format
  • edited May 2018
    mvrect id="7" duration="5" next="8"
    vel x="0" y="0" z="-0.0135"/
    /mvrect


    There is no movement id="8"

    Try with:

    mvrect id="7" duration="5"
    vel x="0" y="0" z="-0.0135"/
    /mvrect
Sign In or Register to comment.