Error when start running solver

A subforum specific to the development of the OpenFoam-based workbenches ( Cfd https://github.com/qingfengxia/Cfd and CfdOF https://github.com/jaheyns/CfdOF )

Moderator: oliveroxtoby

Post Reply
Sidemountyucatan
Posts: 114
Joined: Wed Apr 17, 2019 2:08 pm

Error when start running solver

Post by Sidemountyucatan »

Code: Select all

OS: Windows 10 Version 2009
Word size of FreeCAD: 64-bit
Version: 0.20.2.29603 (Git)
Build type: Release
Branch: releases/FreeCAD-0-20
Hash: 930dd9a76203a3260b1e6256c70c1c3cad8c5cb8
Python 3.8.10, Qt 5.15.2, Coin 4.0.1, Vtk 8.2.0, OCC 7.6.3
Locale: German/Switzerland (de_CH)

I've a incompressible steady state model I don't get to run. The error message is:

ERROR: Failed to post close command error 1726
ERROR: unable to tear down the job tree. exiting...

I did attach the model for better investigation.

Thx a lot for help.
Attachments
modrawsol.FCStd
(83.88 KiB) Downloaded 33 times
hooshsim
Posts: 108
Joined: Mon Nov 05, 2018 7:40 pm

Re: Error when start running solver

Post by hooshsim »

Changed mesh density to 5mm for base and 0.5 for refinement. It worked and converged
Sidemountyucatan
Posts: 114
Joined: Wed Apr 17, 2019 2:08 pm

Re: Error when start running solver

Post by Sidemountyucatan »

Hi, thanks a lot. But why did it not Work with the previous mesh size ? Out of memory ? .....
thschrader
Veteran
Posts: 3156
Joined: Sat May 20, 2017 12:06 pm
Location: Germany

Re: Error when start running solver

Post by thschrader »

Sidemountyucatan wrote: Sat May 20, 2023 4:38 am Hi, thanks a lot. But why did it not Work with the previous mesh size ? Out of memory ? .....
For me your model works, did the run with your settings, no changes.
Convergence is pretty fast, 65 iterations.
simplefoam consumes approx 2 GB RAM in total, should be no problem.
Strange p-residual...
Done with:

Code: Select all

OS: Windows 10 Version 2009
Word size of FreeCAD: 64-bit
Version: 0.20.2.29177 +426 (Git)
Build type: Release
Branch: (HEAD detached from 0.20.2)
Hash: 930dd9a76203a3260b1e6256c70c1c3cad8c5cb8
Python 3.8.10, Qt 5.15.2, Coin 4.0.1, Vtk 8.2.0, OCC 7.6.3
Locale: German/Germany (de_DE)
Installed mods: 
  * BIM 2021.12.0
  * CfdOF 1.22.7
  * CurvedShapes 1.0.4
  * Curves 0.6.8
  * Defeaturing 1.2.0
  * DesignSPHysics 0.6.3(24-09-2022)
  * dodo 1.0.0
  * fasteners 0.4.54
  * Manipulator 1.5.0
  * Plot 2022.4.17
  * Reinforcement
  * WorkFeature
test_cfd.JPG
test_cfd.JPG (32.68 KiB) Viewed 974 times
Sidemountyucatan
Posts: 114
Joined: Wed Apr 17, 2019 2:08 pm

Re: Error when start running solver

Post by Sidemountyucatan »

I don't get it. Despite me nobody seems to have troubles with MY model :(

Again I have:

13:33:56 ERROR: Failed to post close command error 1726
ERROR: unable to tear down the job tree. exiting...
13:33:56

It's hair-pulling
User avatar
oliveroxtoby
Posts: 837
Joined: Fri Dec 23, 2016 9:43 am
Location: South Africa

Re: Error when start running solver

Post by oliveroxtoby »

Sidemountyucatan wrote: Sat May 20, 2023 1:55 pm I don't get it. Despite me nobody seems to have troubles with MY model :(

Again I have:

13:33:56 ERROR: Failed to post close command error 1726
ERROR: unable to tear down the job tree. exiting...
13:33:56

It's hair-pulling
Quoting from the post "CfdOF workbench information: Please read this first":
oliveroxtoby wrote: Tue Jan 15, 2019 8:51 pm [*] On Windows, there can be issues with conflicting MSMPI versions. This is usually indicated by the following error:

Code: Select all

ERROR: Failed to post close command error 1726
ERROR: unable to tear down the job tree. exiting...
The best remedy is usually to uninstall and reinstall the OpenFOAM (or BlueCFD) package, making sure to run the installer with administrator privileges if possible. If asked, answer 'yes' to reinstalling MSMPI.
Please provide all the information requested in this post before reporting problems with CfdOF.
Post Reply