In consolidation analysis, how to choose the substep values for mech and fluid?
Are you talking about a fully-coupled, fluid-mechanical analysis? Usually the fluid timestep is significantly bigger than the mechanical timestep, so you want to set fluid to be the leader and mechanical to be the follower. This will then execute one fluid step and multiple mechanical steps. In theory, you should cycle each mechanical part to equilibrium, (set the number of mechanical steps to a large number and it will stop cycling when it reaches equilibrium). However, this can be slow, so you probably want to limit the number of mechanical steps. The number of mechanical steps depends on how accurate you want to be and how much time you have to run your model. I wouldn’t go less than 10.
Note that in the subscription version, all of this coupling logic is much simpler (see here)