CtrEditor/ObjetosSim/HydraulicComponents
Miguel 3c9c0e2479 Refactor hydraulic components: Simplify pump and tank logic, remove unused properties, and enhance flow calculations
- Updated osHydPump.cs to replace NPSH and cavitation calculations with a simpler flow check.
- Modified pump status display to indicate whether the pump is pumping or not.
- Streamlined fluid updates in osHydPump.cs to only occur when there is flow.
- Refactored osHydTank.cs to consolidate flow handling and remove unnecessary three-section logic.
- Adjusted UI elements in ucHydTank.xaml to reflect changes in flow representation and removed deprecated visual indicators.
- Enhanced DebugConsoleServer.cs to improve client connection handling with timeout and error management.
2025-09-07 17:06:15 +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 hydraulic components: Simplify pump and tank logic, remove unused properties, and enhance flow calculations 2025-09-07 17:06:15 +02:00
osHydPump.cs Refactor hydraulic components: Simplify pump and tank logic, remove unused properties, and enhance flow calculations 2025-09-07 17:06:15 +02:00
osHydTank.cs Refactor hydraulic components: Simplify pump and tank logic, remove unused properties, and enhance flow calculations 2025-09-07 17:06:15 +02:00
ucHydPipe.xaml refactor: Remove connection indicators from hydraulic pipe UI 2025-09-06 17:46:44 +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 feat: Enhance hydraulic simulation components and integrate new object management 2025-09-06 02:58:18 +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: Simplify pump and tank logic, remove unused properties, and enhance flow calculations 2025-09-07 17:06:15 +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