Page 1 of 1

Incompatible mesh

Posted: Wed Jun 22, 2011 10:22 am
by Jérémie Todesco
Hello everybody,
 
I 'm a new user of Code_Saturne and I've more questions :
- On Code_Saturne, can we import several mesh ( Incompatible mesh) ? What are the precaution to be taken ?
- In the file "Output Control", can we choose more of one hundred monitoring point ?

Re: Incompatible mesh

Posted: Wed Jun 22, 2011 1:59 pm
by Yvan Fournier
Hello,
What version of the code are you using ? What do you call "incompatible mesh" ? You can join non-conforming meshes, which may locally degrade your mesh quality (which you can check with mesh quality criteria). It is not always easy to give general criteria: choosing between locally degrading high quality hexahedral meshes or using a lower quality tetahedral mesh may depend on the flow you are trying to simulate.
To use more than 100 monitoring points, you would need to edit ncaptm in include/base/paramx.h, and recompile/reinstall the code.
Best regards,
  Yvan Fournier

Re: Incompatible mesh

Posted: Wed Jun 22, 2011 2:54 pm
by Jérémie Todesco
Thanks for your answers.
 
I use Saturne 1.3.3. So if I well understand, when I want to join 2 non-conforming-meshes, I must to import 2 meshes with the preprocess ?
 
I 've another questions :
- When Code_Saturne renumber the elements and the nodes, it follows the numbering of the mesh file I create?
- How can I view the mesh after the preprocess ? (To check the numbering of the elements for example )

Re: Incompatible mesh

Posted: Thu Jun 23, 2011 5:51 pm
by Yvan Fournier
Hello,
No, Code_Saturne does not follow the renumbering of the original mesh.
Best regards,