Posted Thu, 15 Aug 2013 13:03:04 GMT by Alf Olsson
Hi

In previous versions of MU I’ve been able to regulate time step for every job in a LTS simulation with DTMIN and DTMAX. In the latest version it doesn’t work anymore with the syntax I have used. 
Does anyone know how to do it in the latest version?
  [SIMULATION_EVENT]
      Simulation_start = '2012-06-22 23:25:00'
      Simulation_end = '2012-06-23 18:04:00'
      Hotstart_file = 'Hotstart_Base.PRF'
      Hotstart_time = '2006-01-02 23:25:00'
  [glow=red,2,300]  DTMIN = '10'
      DTMAX = '10'[/glow]
      // Duration  :    '0.18:39:00'
      // Job_number :    6
      // Job_start_criterion : 'JL_Start_1'
  EndSect  // SIMULATION_EVENT

Regards Alf
Posted Thu, 15 Aug 2013 14:45:52 GMT by Ralf Engels
Hi Alf,

please try
Dt_MaxSec = 10
Dt_MinSec = 10

That should work.

Best Regards
Ralf
Posted Fri, 16 Aug 2013 15:26:51 GMT by Alf Olsson
It worked

Thanks!

You must be signed in to post in this forum.