I am following the Simulation Guide for the Cylinder Example. I am at Post-processing and when I click Convert... I get this error:
What can I do to fix this?
Thank you!
Results not converted.
- David Parker
- Posts: 1716
- Joined: Tue Aug 23, 2005 2:43 pm
Re: Results not converted.
Hi Paulina,
It seems that when converting results you are not selecting the correct directory containing the simulation results. After running the steady simulation the simulation results should be in
Select this directory when clicking on Result Dir ... from the Convert Results panel.
Cheers,
Dave
It seems that when converting results you are not selecting the correct directory containing the simulation results. After running the steady simulation the simulation results should be in
Code: Select all
/Users/paulinawyszkiewicz/Downloads/SimVascular/CylinderProject/Simulations/steady/8-procs_case/
Cheers,
Dave
- Paulina Wyszkiewicz
- Posts: 11
- Joined: Mon Oct 14, 2019 3:45 pm
Re: Results not converted.
Hello,
Yes I tried doing that as well, but I still get the same error. Is there something wrong with my restart.0.1 file? Could this be because of something done wrong in running the simulation before converting the results. My histor.dat file has different numbers than the one in the Running Simulation Jobs guide and my maximum number of processes was 4 not 8 that's why I have 4-procs_case.
Thank you for your help.
Yes I tried doing that as well, but I still get the same error. Is there something wrong with my restart.0.1 file? Could this be because of something done wrong in running the simulation before converting the results. My histor.dat file has different numbers than the one in the Running Simulation Jobs guide and my maximum number of processes was 4 not 8 that's why I have 4-procs_case.
Thank you for your help.
- David Parker
- Posts: 1716
- Joined: Tue Aug 23, 2005 2:43 pm
Re: Results not converted.
Hi Paulina,
The problem is that there is a space in the results directory name
/Users/paulinawyszkiewicz/Downloads/SimVascular/CylinderProject 1/Simulations/steady/8-procs_case/
Directory names with spaces was not being handled correctly in the bash script that is used to convert results. I will fix this. For now just rename your project directory.
Cheers,
Dave
The problem is that there is a space in the results directory name
/Users/paulinawyszkiewicz/Downloads/SimVascular/CylinderProject 1/Simulations/steady/8-procs_case/
Directory names with spaces was not being handled correctly in the bash script that is used to convert results. I will fix this. For now just rename your project directory.
Cheers,
Dave
- William Yoon
- Posts: 13
- Joined: Wed May 12, 2021 12:45 pm
Re: Results not converted.
I had same problem and I found this solution by Dave very helpful!