Simulation exits with Error

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

Simulation exits with Error

Post by Sidemountyucatan »

OS: Windows 10 (10.0)
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.23074 (Git)
Build type: Release
Branch: master
Hash: 74b866ed3022fd1452c534dae31a721bcc668f2f
Python version: 3.6.8
Qt version: 5.12.1
Coin version: 4.0.0a
OCC version: 7.3.0
Locale: German/Switzerland (de_CH)

The model attached does not work -> simulation exits with error. I can't find any reason for that.
Does anyone have an idea whats going wrong.
Attachments
Flow in cleaning tank_with overflow.FCStd
(562.33 KiB) Downloaded 97 times
User avatar
oliveroxtoby
Posts: 812
Joined: Fri Dec 23, 2016 9:43 am
Location: South Africa

Re: Simulation exits with Error

Post by oliveroxtoby »

Sidemountyucatan wrote: Thu Apr 08, 2021 10:15 am The model attached does not work -> simulation exits with error. I can't find any reason for that.
Does anyone have an idea whats going wrong.
You should see the following in the report view output when you write the mesh case:

Code: Select all

15:31:24  Matching boundary layer regions
15:31:24  Boundary 'inlet03' reference Fusion:Face41 also assigned as boundary 'wall' reference Fusion:Face41 - ignoring duplicate
Remove Face41 from the wall and all should be well.
Post Reply