You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add comprehensive "Configuration Validation" section after Features
- Explain the problem of missing/invalid parameters causing silent failures
- Show validation summary output for valid configurations
- Show detailed error messages for validation failures
- Document benefits: prevents wasted time, self-documenting, helpful errors
- Add code example for model developers to add validation
- Reference tungsten_input.hpp as complete example with 21 parameters
- Update features list to include configuration validation
- runtime-switchable FFT backends (CPU/GPU) for optimal performance
78
+
- comprehensive configuration validation with helpful error messages
79
+
80
+
## Configuration Validation
81
+
82
+
OpenPFC provides **comprehensive parameter validation** to prevent silent failures from missing or invalid configuration parameters. This "fail-fast" approach catches errors immediately at startup rather than hours into a simulation.
0 commit comments