Skip to content

Need configurable simulation end conditions #6

@Rob-Rau

Description

@Rob-Rau

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.

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions