pyLBM.Simulation.one_time_step

Simulation.one_time_step()

compute one time step

Notes

Modify the arrays _F and _m in order to go further of dt. This function is equivalent to successively use

  • boundary_condition
  • transport
  • f2m
  • relaxation
  • m2f