nextfoam / baram

CFD for Everyone
https://baramcfd.org/
GNU General Public License v3.0
100 stars 17 forks source link

"Cancel" button in BaramMesh instead spawns new instance(s) of SnappyHexMesh #69

Open Thrashdog opened 6 months ago

Thrashdog commented 6 months ago

Describe the bug After starting a step within BaramMesh, the button to launch process for that step changes caption to Cancel, but pressing it spawns a new set of SnappyHexMesh processes instead of killing the ones currently running.

To Reproduce Steps to reproduce the behavior:

  1. Go to any step in BaramMesh that invokes SnappyHexMesh
  2. Click on "Generate," "Refine," "Snap," etc.
  3. Click on "Cancel"
  4. Check OS process viewer to find duplicate SnappyHexMesh processes

Expected behavior Pressing "Cancel" should kill the currently-running instances of SHM.

Desktop (please complete the following information):

kdg5424 commented 6 months ago

Hi @Thrashdog this is Donggyu from NEXTFOAM.

Thank you for your interest in BARAM. We've found out the bug what you described and mentioned. It's the bug and we'll fix as soon as possible.

After we fix the bug, let you know the status.

Thanks.

jiban commented 5 months ago

Hi @Thrashdog, This has fixed in v24.2.0. Please try it.

Jake