CtrEditor/ObjetosSim/HydraulicComponents
Miguel 51d0f36187 Refactor TSNet Hydraulic Simulation Integration
- Implemented node name sanitization in TSNetINPGenerator to ensure compatibility with EPANET INP format.
- Enhanced TSNetSimulationManager to manage hydraulic components and elements more robustly, including improved error handling and logging.
- Replaced HydraulicSimulationManager with TSNetSimulationManager in MainViewModel, updating all relevant references and methods.
- Improved handling of IOException tracking in MainViewModel for better debugging and stability during simulation runs.
- Updated osHydPipe, osHydPump, and osHydTank classes to utilize sanitized node names for hydraulic nodes.
- Added new methods for resetting and clearing hydraulic objects in TSNetSimulationManager.
- Enhanced UserControlFactory to support the new TSNetSimulationManager without assigning the old hydraulic simulation manager.
2025-09-11 22:30:37 +02:00
..
FluidProperties.cs Add comprehensive documentation and technical specifications for Hydraulic Simulator and Fluid Management System 2025-09-06 19:10:20 +02:00
osHydPipe.cs Refactor TSNet Hydraulic Simulation Integration 2025-09-11 22:30:37 +02:00
osHydPump.cs Refactor TSNet Hydraulic Simulation Integration 2025-09-11 22:30:37 +02:00
osHydTank.cs Refactor TSNet Hydraulic Simulation Integration 2025-09-11 22:30:37 +02:00
ucHydPipe.xaml Refactor hydraulic components: Enhance UI elements and add flow indicators 2025-09-11 14:52:45 +02:00
ucHydPipe.xaml.cs feat: Enhance hydraulic simulation components and integrate new object management 2025-09-06 02:58:18 +02:00
ucHydPump.xaml Refactor hydraulic components: Enhance UI elements and add flow indicators 2025-09-11 14:52:45 +02:00
ucHydPump.xaml.cs feat: Enhance hydraulic simulation components and integrate new object management 2025-09-06 02:58:18 +02:00
ucHydTank.xaml Refactor hydraulic components: Enhance UI elements and add flow indicators 2025-09-11 14:52:45 +02:00
ucHydTank.xaml.cs Add comprehensive documentation and technical specifications for Hydraulic Simulator and Fluid Management System 2025-09-06 19:10:20 +02:00