MPh-py / MPh

Pythonic scripting interface for Comsol Multiphysics
https://mph.readthedocs.io
MIT License
265 stars 67 forks source link

Get the result for each time step #125

Closed Armin268 closed 1 year ago

Armin268 commented 1 year ago

Hi all, I simulated a 3D fluid flow and now, I want to solve my model with "Time Dependent Study". I this case, I set up the study settings in range (0,0.5,4). Now, I wish to get the result for each time step, one after another (not all in one time). is there anyway to make the model.solve() separate for each time step?

Thank you.