Issue on the re-prepeocessing the preprocessed mesh
Posted: Fri Aug 08, 2014 10:39 am
Dear developers and users,
I am trying to generate a mesh for a long geometry configuration by using a mesh of 1/4 of it.
My strategy is translating the original mesh to the required location, generating mesh 2,3,4. Then use the face joining to make them as one. It is required to do the preprocessing twice.
I tried two method, the one is using the 'mesh_output' from the fist processting (for translating purpose). It seems the code saturne would not allow to read more than one 'mesh_output', even their names are different. The other is using 'result_us.cgns' saved in 'postprocessing', however the ****.cgns do not contain any boundary faces. When I am trying to write the boundary information to it I suffered from some memory issue:'SIGSEGV signal (forbidden memory area access) intercepted!' The 'cs_user_postprocess.c' and 'listing' are attached.
Waiting for your reply.
Thanks in advance,
Yu.
I am trying to generate a mesh for a long geometry configuration by using a mesh of 1/4 of it.
My strategy is translating the original mesh to the required location, generating mesh 2,3,4. Then use the face joining to make them as one. It is required to do the preprocessing twice.
I tried two method, the one is using the 'mesh_output' from the fist processting (for translating purpose). It seems the code saturne would not allow to read more than one 'mesh_output', even their names are different. The other is using 'result_us.cgns' saved in 'postprocessing', however the ****.cgns do not contain any boundary faces. When I am trying to write the boundary information to it I suffered from some memory issue:'SIGSEGV signal (forbidden memory area access) intercepted!' The 'cs_user_postprocess.c' and 'listing' are attached.
Waiting for your reply.
Thanks in advance,
Yu.