-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
This is related to #4615, but has broader applicability.
Provide users with an option to use PyFluent in safe mode. This option would be provided at the launch step, but it should also be possible to activate and deactive for a live session. Its effect would be that the client code checks prerequisites exhaustively with the aim of isolating exceptions on the client-side as much as possible, thereby minimising harmful Fluent runtime errors. Examples of checks:
- Do parameter values violate imposed limits (min, max, allowed_values)?
- Is the object active?
- Is the object read-only?
Metadata
Metadata
Assignees
Labels
No labels