DualSPHysics / DesignSPHysics

Module for FreeCAD intended to use with DualSPHysics fluid simulator.
Other
104 stars 38 forks source link

ValueError in DesignSPHysics: Total particles substring not found #208

Closed erickrogenes closed 3 months ago

erickrogenes commented 3 months ago

Hi everyone,

I'm experiencing an issue with DesignSPHysics where I receive the following error message:

Traceback (most recent call last): File "C:\Users\rogen\AppData\Roaming\FreeCAD\Mod\DesignSPHysics\mod\widgets\dock\dock_pre_processing_widget.py", line 269, in on_execute_gencase total_particles_text = output[output.index("Total particles: ") .index(" (bound=")] ValueError: substring not found

I am using the latest version of DualSPHysics and designsphysics.

Has anyone encountered this issue before or have any suggestions on how to fix it?

Thanks in advance for your help!

Captura de tela 2024-06-12 124902 PNG

imestevez commented 3 months ago

Please check that the path where you are executing the case does not contain spaces or special characters.

erickrogenes commented 3 months ago

It was that, thank you!!