Running simulation

Hi,

I have tried to run the batch file, however, it takes a long time to run the 'mainlist' command. The simulation stuck at MAIN for quite a long time. My testcase involves importing .stl file. What is the possible reason for that?

Kind regards

Comments

  • edited February 2022

    It seems like you have a very large case limits in the x direction. It takes some time to set the domain in such a large case.

    Try reducing the case limits if your simulation is smaller than that. If your domain has to be that large, try a smaller scale perhaps.

    This can be modified in the _Def.xml file

      <definition dp="0.01" comment="Initial inter-particle distance" units_comment="metres (m)">
    
            <pointmin x="-5" y="0" z="-2" />
    
            <pointmax x="5" y="0" z="2" />
    
     </definition>
    
Sign In or Register to comment.