Restart with new mesh
Posted: Tue Oct 29, 2024 3:39 pm
Hi Everyone,
I am having some trouble in resarting a case with a new mesh, and perhaps I am doing this incorrectly? I am working on a HPC system, and I am unable to use the GUI. I am currently using the cs_user_parameters.py script to load the exisiting results, the existing men_input.csm (14,043,600 cells), and the new preprocessed mesh_input.csm (32,971,890 cells). I think I have done this correctly, and the case begins, but there is an error with the wall distance calculation.
I have found that there are some flags available for reprocessing wall-distance (https://www.code-saturne.org/documentat ... tance.html), but I am unsure of how I activate one of these flags. Could anybody please provide advice on this? Both mesh are structured, and have been developed with the same script, the only difference is the cell density.
Hopefully this is a very easy fix!
Best regards,
Sean Hanrahan
=============================================
@
@ @@ WARNING: Wall distance calculation
@ =========
@ The laplacian solution does not respect the maximum
@ principle in 8787225 cells. We recompute the laplacien
@ without reconstructions.
cs_wall_distance.cpp:510: Fatal error.
Problem for the positivity of wall distance
Call stack:
1: 0x14fb0a0d6d1e <cs_wall_distance+0x131e> (libsaturne-8.2.so)
2: 0x14fb0a11fff4 <tridim_+0x62f4> (libsaturne-8.2.so)
3: 0x14fb09e71254 <caltri_+0x316e> (libsaturne-8.2.so)
4: 0x14fb0ae0780b <+0x580b> (libcs_solver-8.2.so)
5: 0x14fb0ae07b20 <main+0x157> (libcs_solver-8.2.so)
6: 0x14fb0001e24d <__libc_start_main+0xef> (libc.so.6)
7: 0x202e1a <> (cs_solver)
End of stack
==================================================
I am having some trouble in resarting a case with a new mesh, and perhaps I am doing this incorrectly? I am working on a HPC system, and I am unable to use the GUI. I am currently using the cs_user_parameters.py script to load the exisiting results, the existing men_input.csm (14,043,600 cells), and the new preprocessed mesh_input.csm (32,971,890 cells). I think I have done this correctly, and the case begins, but there is an error with the wall distance calculation.
I have found that there are some flags available for reprocessing wall-distance (https://www.code-saturne.org/documentat ... tance.html), but I am unsure of how I activate one of these flags. Could anybody please provide advice on this? Both mesh are structured, and have been developed with the same script, the only difference is the cell density.
Hopefully this is a very easy fix!
Best regards,
Sean Hanrahan
=============================================
@
@ @@ WARNING: Wall distance calculation
@ =========
@ The laplacian solution does not respect the maximum
@ principle in 8787225 cells. We recompute the laplacien
@ without reconstructions.
cs_wall_distance.cpp:510: Fatal error.
Problem for the positivity of wall distance
Call stack:
1: 0x14fb0a0d6d1e <cs_wall_distance+0x131e> (libsaturne-8.2.so)
2: 0x14fb0a11fff4 <tridim_+0x62f4> (libsaturne-8.2.so)
3: 0x14fb09e71254 <caltri_+0x316e> (libsaturne-8.2.so)
4: 0x14fb0ae0780b <+0x580b> (libcs_solver-8.2.so)
5: 0x14fb0ae07b20 <main+0x157> (libcs_solver-8.2.so)
6: 0x14fb0001e24d <__libc_start_main+0xef> (libc.so.6)
7: 0x202e1a <> (cs_solver)
End of stack
==================================================