Search found 3 matches

by louis.simvia
Fri Sep 05, 2025 2:33 pm
Forum: code_saturne usage
Topic: About coupling with code aster
Replies: 2
Views: 12748

Re: About coupling with code aster

Hello Leo,

The easiest way to do a numerical FSI simulation is to chain code_saturne and code_aster.
Both codes can read the same format .med. So here's how you can do this:
1. Generate a mesh as a .med file, using Salome(if possible, hexahedral or with a good quality, as a finite volume solver ...
by louis.simvia
Fri Aug 01, 2025 3:15 pm
Forum: code_saturne usage
Topic: MESH of complex geometry
Replies: 5
Views: 54754

Re: MESH of complex geometry

Hello,

What software are you using to generate the mesh ?
According to what I understood, if you are using Salome shaper module to make the geometry, here is a video of how to make the mesh of the fluid domain around a house. You may find some tips that are related to current issue.
Let me know if ...
by louis.simvia
Fri Aug 01, 2025 3:08 pm
Forum: code_saturne usage
Topic: k-epsilon constants modification
Replies: 5
Views: 45159

Re: k-epsilon constants modification

Hello Maxime,

Have you checked this page of the documentation ?
https://www.code-saturne.org/documentation/7.1/doxygen/src/group__csttur.html

Also be careful that code_saturne has two k-epsilon model (linearized or not). I believe the constants sigma_k and sigma_epsilon appears in both but you ...