Re: ALE method and Internal Coupling Problem
Posted: Sat Dec 11, 2021 8:24 pm
Hello,
if you are prescribing wall deformation with an explicit formula, you can probable define that directly with the GUI.
Otherwise, check Example 2 here: https://www.code-saturne.org/documentat ... _ale2.html
Regarding coupling the code with code_aster, as mentioned, I ma not 100% sure it can be done without minor changes in the code_aster side, but if you are familiar with code_aster user-defined functions, we could try. On the code_aster side, would you know how to define boundary conditions (forces) on a given set of boundary faces, based on a array of values (one value per face), and retrieve an array of displacement values at the vertices of those faces ? If this is the case, we could try the coupling (with an additional thing to check regarding MPI initialization that I can explain separately).
Best regards,
Yvan
if you are prescribing wall deformation with an explicit formula, you can probable define that directly with the GUI.
Otherwise, check Example 2 here: https://www.code-saturne.org/documentat ... _ale2.html
Regarding coupling the code with code_aster, as mentioned, I ma not 100% sure it can be done without minor changes in the code_aster side, but if you are familiar with code_aster user-defined functions, we could try. On the code_aster side, would you know how to define boundary conditions (forces) on a given set of boundary faces, based on a array of values (one value per face), and retrieve an array of displacement values at the vertices of those faces ? If this is the case, we could try the coupling (with an additional thing to check regarding MPI initialization that I can explain separately).
Best regards,
Yvan