Geomtool system call returned error, IER = -1073741819/FEATool Multiphysics

Hello,
I am trying to import a geometry to cfdtool(FEATool Multiphysics), and after an hour or so I get the message
Geomtool system call returned error, IER = -1073741819
GEOMTool 2.0.2 Build 22.08.238
Total number of loaded entities 225.
Any idea how to fix this ?

댓글 수: 5

"The exit code -1073741819 in hex is 0xC0000005. If you look up this code in Microsoft's documentation (NTSTATUS Values) you will see that it indicates that your program was terminated due to an access violation. This error can occur for a variety of reasons, including de-referencing a NULL pointer or referencing an invalid address."
One of the ways that can happen in programs is if the program attempts to malloc() some memory and there is not enough available memory so malloc() returns the NULL pointer, but the program is not checking for that possibility and tries to write to the pointer.
Thank you for your answer.
So I guess there is no way that I can import the specific geometry? THe geometry is a 2D pipe. Is there a trick or something or any other extension/app that would allow me to do the cfd analysis?
You could try increasing the size of your virtual memory. However, virtual memory can be much much slower than regular memory.
2D geometries should generally not run out of memory. It seems there must be an issue with the geometry. If you attach the geometry here or the dedicatedl support forum http://forum.featool.com we can take a look and see what might have gone wrong.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

도움말 센터File Exchange에서 Calendar에 대해 자세히 알아보기

질문:

2022년 10월 8일

댓글:

2023년 3월 9일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by