Description
Define block interface syntax for composable KDL:
block "economic-dispatch" {
input demand "MW"
input fuel-cost "$/MMBtu"
output generation "MW"
// internal model...
}
- Type system for inputs/outputs (scalar, vector, time-series)
- Validation that all inputs wired, all outputs produced
- Documentation strings for ports
Acceptance Criteria
Context
Part of v0.9 (Composable KDL). Foundation for reusable model components.
Target: v0.9
Description
Define block interface syntax for composable KDL:
Acceptance Criteria
Context
Part of v0.9 (Composable KDL). Foundation for reusable model components.
Target: v0.9