Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug with the Lagrangian module and restart on a different Mesh - CS 7.2-alpha revision fb85c8cdc #94

Open
YohannEude opened this issue May 11, 2022 · 1 comment
Labels
bug Something isn't working enhancement New feature or request

Comments

@YohannEude
Copy link
Contributor

YohannEude commented May 11, 2022

Hello,

I have a problem when I try to do a restart with the Lagrangian module (and Vof) with a different mesh. I am using CS 7.2-alpha revision fb85c8c.
With the VoF module only, the restart on a different mesh works properly but when I add the Lagrangian module CS crashes.
During my tests, I tried to do a restart (iso mesh) by specifying a "different mesh" in the GUI while I keep the same mesh in MESH and I get the same bug:

** Information on the lagrangian computation
-------------------------------------
Read restart file for particle values
Start read

/home/yohann-ws2/Development/CS_MASTER/code_saturne/src/lagr/cs_lagr_restart.c:466: Fatal error.

Error reading main particle restart data.

Call stack:
1: 0x7fdfff83359d <cs_lagr_restart_read_particle_data+0x63d> (libsaturne-7.2.so)
2: 0x7fdfff88304a <cs_lagr_restart_read_p+0x3aa> (libsaturne-7.2.so)
3: 0x7fdfff81f68d <cs_lagr_solve_initialize+0x23d> (libsaturne-7.2.so)
4: 0x7fdffef2ff20 <caltri_+0x14c5> (libsaturne-7.2.so)
5: 0x7fdfffff2b81 <main+0x721> (libcs_solver-7.2.so)
6: 0x7fdffeb450b3 <__libc_start_main+0xf3> (libc.so.6)
7: 0x557a23f4c12e <_start+0x2e> (cs_solver)
End of stack

and if I deactivate in the GUI the choice for "different mesh", it works fine.

Let me know if you need more info.

Cheers,

Yohann EUDE

@YvanFournier
Copy link
Contributor

Hello,

Sorry for not answering earlier.

The "restart on another mesh" feature currently handles only cell-based values, so does not yet work either with Lagrangian particles or ALE mesh deformation (based on vertex values).

We do need to add those features...

@YvanFournier YvanFournier added bug Something isn't working enhancement New feature or request labels Jul 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants