Page 1 of 1

Negative total energy value using compressible model

Posted: Sun May 08, 2022 6:34 pm
by roberto.bernetti
I tried to run a compressible calculation on version 7.04 downloaded from the web site installed on a ubuntu WSL2.
I cant upload the mesh, too data. This is the error that I get

Code: Select all

SIGSEGV signal (forbidden memory area access) intercepted!

Call stack:
   1: 0x7fa418641cfd <typecl_+0x3a78>                 (libsaturne-7.0.so)
   2: 0x7fa4184dfd30 <condli_ini_+0x40f>              (libsaturne-7.0.so)
   3: 0x7fa4184ab218 <caltri_+0x748>                  (libsaturne-7.0.so)
   4: 0x7fa419371b97 <main+0x717>                     (libcs_solver-7.0.so)
   5: 0x7fa4182070b3 <__libc_start_main+0xf3>         (libc.so.6)
   6: 0x56420519308e <_start+0x2e>                    (cs_solver)
End of stack

Re: PROBLEM IN THE BOUNDARY CONDITIONS USING COMPRESSABLE MODEL

Posted: Sun May 08, 2022 8:29 pm
by roberto.bernetti
I overcome the previous errror checking the "hydrostatic equilibrium at wall" box.
But now I got the following error:

Code: Select all

Error in thermodynamics computations for compressible flows
:
Negative values of the internal energy were encountered in 1 cells.



Call stack:
   1: 0x7fed4f7d9dc5 <cs_cf_check_internal_energy+0x2d5> (libsaturne-7.0.so)
   2: 0x7fed4f7d054e <cfener_+0x1863>                 (libsaturne-7.0.so)
   3: 0x7fed4f323154 <scalai_+0x6e5>                  (libsaturne-7.0.so)
   4: 0x7fed4f32dbd9 <tridim_+0x44a1>                 (libsaturne-7.0.so)
   5: 0x7fed4f19c6ff <caltri_+0x1c2f>                 (libsaturne-7.0.so)
   6: 0x7fed50061b97 <main+0x717>                     (libcs_solver-7.0.so)
   7: 0x7fed4eef70b3 <__libc_start_main+0xf3>         (libc.so.6)
   8: 0x55cfc237008e <_start+0x2e>                    (cs_solver)
End of stack

Re: PROBLEM IN THE BOUNDARY CONDITIONS USING COMPRESSABLE MODEL

Posted: Sun May 08, 2022 11:51 pm
by Yvan Fournier
Hello,

Thanks for the feedback on the previous thread.

But please do not hijack an existing thread, at least when it is old. This makes searching through the history more difficult for us, as if we go back a few posts, we will see different explanations.

I made the same remark to another user on this same thread. So if you read this thread, you must have seen it. this remark applies to everyone. So please create a new thread instead.

Also, try to post a longer part of the error message. I do not even know whether you have a SIGSEGV, floating-point exception,
or other type of error, and this information is essential for debugging...

Best regards,

Yvan

[edit : I have split this thread from the previous one]

Re: PROBLEM IN THE BOUNDARY CONDITIONS USING COMPRESSABLE MODEL

Posted: Mon May 09, 2022 3:32 pm
by roberto.bernetti
Thanks.
I'll create a new thread.