ALE implicit iterations
Posted: Thu Jul 08, 2021 11:12 am
Hello,
In the frame of an ALE simulation, I use the cs_user_boundary_conditions-ale.f90 to impose a given displacement for the nodes of a wall.
The cs_user_boundary_conditions-ale.f90 is read once at the beginning of each time step. The code performs the time step, then jumps to the following one and reads the routine, and so on.
Do you know if it exists an instruction to provide to code_Saturne to iterate a given number (higher than 1) of iterations within the same time step (as it is done with the implicit iterations in the internal coupling module), before jumping to the following one?
Thank you very much for your help.
Best regards,
Daniele
In the frame of an ALE simulation, I use the cs_user_boundary_conditions-ale.f90 to impose a given displacement for the nodes of a wall.
The cs_user_boundary_conditions-ale.f90 is read once at the beginning of each time step. The code performs the time step, then jumps to the following one and reads the routine, and so on.
Do you know if it exists an instruction to provide to code_Saturne to iterate a given number (higher than 1) of iterations within the same time step (as it is done with the implicit iterations in the internal coupling module), before jumping to the following one?
Thank you very much for your help.
Best regards,
Daniele