Workflow: Include lower boundary for convergence criteria
Feature Request
Summary
Currently, the convergence criteria can be set to any number (default 2.5e-3). To ensure that users do not change it to unreasonable numbers (or get feedback if it is unreasonable), some check should be provided. Possibilities are:
- include lower and upper boundrary in the workflow config so the user knows what the typical range is
- include a "hard coded" check in the code if e.g. criteria is below 1e-4 and give a warning/error
Why?
It ensure that users do not change it to unreasonable numbers and have no convergence in the design (if criteria is too small), or unfeasible designs (if criteria is too high)
Acceptance Criteria
-
Test UNICADO-SMR-180-TF with different criteria (e.g. 0.1, 0.0001) and check if the user gets a resonable feedback