-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Currently EbbCFD simulates for a given amount of simulation time. This is the tEnd parameter in a config file. This is fine for unsteady simulations but is not desirable for unsteady simulations where you want the simulation to run until some convergence criterion.
These criterion can be:
- state variable RMS value < tolerance
- Maximum flux residual < tolerance
- boundary force component RMS < tolerance
- any combination of the above
Perhaps this can be done by having a steadyState flag in the config file.
if it is true, then look for tolerance and criterion config values
if it is false, then look for a tEnd config value.
Reactions are currently unavailable