├── HeatGasPowerCombination.zip ├── HeatGasPowerCombination ├── HeatGasPowerCombination.m ├── HeatGasPowerCombination │ ├── Add_GasConstraints.m │ ├── Add_Gas_Cost.m │ ├── Add_HeatConstraints.m │ ├── Add_Huodian_GenCost.m │ ├── Add_Huodian_Startup.m │ ├── Add_Huodian_UnitOutput.m │ ├── Add_MinUpDownTime.m │ ├── Add_PowerBalance.m │ ├── Add_PowerFlow.m │ ├── Add_PressureStairwise.m │ ├── Add_Ramp.m │ ├── Add_SecurityConstraints.m │ ├── Add_SpinningReserve.m │ └── test.m ├── example │ └── HeatGasPowerSystem.m ├── functions │ ├── idx_brch.m │ ├── idx_bus.m │ ├── initial.m │ ├── makeBdc.m │ └── makeYbus.m ├── test │ └── test.m └── 模型与数据 │ ├── testdata_CHPD.xls │ ├── 模型与数据.docx │ └── 负荷数据.xlsx └── README.md /HeatGasPowerCombination.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wang-Yanping1996/Mixed-Heat-Gas-Power-System-Scheduling/HEAD/HeatGasPowerCombination.zip -------------------------------------------------------------------------------- /HeatGasPowerCombination/HeatGasPowerCombination.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wang-Yanping1996/Mixed-Heat-Gas-Power-System-Scheduling/HEAD/HeatGasPowerCombination/HeatGasPowerCombination.m -------------------------------------------------------------------------------- /HeatGasPowerCombination/HeatGasPowerCombination/Add_GasConstraints.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wang-Yanping1996/Mixed-Heat-Gas-Power-System-Scheduling/HEAD/HeatGasPowerCombination/HeatGasPowerCombination/Add_GasConstraints.m -------------------------------------------------------------------------------- /HeatGasPowerCombination/HeatGasPowerCombination/Add_Gas_Cost.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wang-Yanping1996/Mixed-Heat-Gas-Power-System-Scheduling/HEAD/HeatGasPowerCombination/HeatGasPowerCombination/Add_Gas_Cost.m -------------------------------------------------------------------------------- /HeatGasPowerCombination/HeatGasPowerCombination/Add_HeatConstraints.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wang-Yanping1996/Mixed-Heat-Gas-Power-System-Scheduling/HEAD/HeatGasPowerCombination/HeatGasPowerCombination/Add_HeatConstraints.m -------------------------------------------------------------------------------- /HeatGasPowerCombination/HeatGasPowerCombination/Add_Huodian_GenCost.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wang-Yanping1996/Mixed-Heat-Gas-Power-System-Scheduling/HEAD/HeatGasPowerCombination/HeatGasPowerCombination/Add_Huodian_GenCost.m -------------------------------------------------------------------------------- /HeatGasPowerCombination/HeatGasPowerCombination/Add_Huodian_Startup.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wang-Yanping1996/Mixed-Heat-Gas-Power-System-Scheduling/HEAD/HeatGasPowerCombination/HeatGasPowerCombination/Add_Huodian_Startup.m -------------------------------------------------------------------------------- /HeatGasPowerCombination/HeatGasPowerCombination/Add_Huodian_UnitOutput.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wang-Yanping1996/Mixed-Heat-Gas-Power-System-Scheduling/HEAD/HeatGasPowerCombination/HeatGasPowerCombination/Add_Huodian_UnitOutput.m -------------------------------------------------------------------------------- /HeatGasPowerCombination/HeatGasPowerCombination/Add_MinUpDownTime.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wang-Yanping1996/Mixed-Heat-Gas-Power-System-Scheduling/HEAD/HeatGasPowerCombination/HeatGasPowerCombination/Add_MinUpDownTime.m -------------------------------------------------------------------------------- /HeatGasPowerCombination/HeatGasPowerCombination/Add_PowerBalance.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wang-Yanping1996/Mixed-Heat-Gas-Power-System-Scheduling/HEAD/HeatGasPowerCombination/HeatGasPowerCombination/Add_PowerBalance.m -------------------------------------------------------------------------------- /HeatGasPowerCombination/HeatGasPowerCombination/Add_PowerFlow.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wang-Yanping1996/Mixed-Heat-Gas-Power-System-Scheduling/HEAD/HeatGasPowerCombination/HeatGasPowerCombination/Add_PowerFlow.m -------------------------------------------------------------------------------- /HeatGasPowerCombination/HeatGasPowerCombination/Add_PressureStairwise.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wang-Yanping1996/Mixed-Heat-Gas-Power-System-Scheduling/HEAD/HeatGasPowerCombination/HeatGasPowerCombination/Add_PressureStairwise.m -------------------------------------------------------------------------------- /HeatGasPowerCombination/HeatGasPowerCombination/Add_Ramp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wang-Yanping1996/Mixed-Heat-Gas-Power-System-Scheduling/HEAD/HeatGasPowerCombination/HeatGasPowerCombination/Add_Ramp.m -------------------------------------------------------------------------------- /HeatGasPowerCombination/HeatGasPowerCombination/Add_SecurityConstraints.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wang-Yanping1996/Mixed-Heat-Gas-Power-System-Scheduling/HEAD/HeatGasPowerCombination/HeatGasPowerCombination/Add_SecurityConstraints.m -------------------------------------------------------------------------------- /HeatGasPowerCombination/HeatGasPowerCombination/Add_SpinningReserve.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wang-Yanping1996/Mixed-Heat-Gas-Power-System-Scheduling/HEAD/HeatGasPowerCombination/HeatGasPowerCombination/Add_SpinningReserve.m -------------------------------------------------------------------------------- /HeatGasPowerCombination/HeatGasPowerCombination/test.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wang-Yanping1996/Mixed-Heat-Gas-Power-System-Scheduling/HEAD/HeatGasPowerCombination/HeatGasPowerCombination/test.m -------------------------------------------------------------------------------- /HeatGasPowerCombination/example/HeatGasPowerSystem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wang-Yanping1996/Mixed-Heat-Gas-Power-System-Scheduling/HEAD/HeatGasPowerCombination/example/HeatGasPowerSystem.m -------------------------------------------------------------------------------- /HeatGasPowerCombination/functions/idx_brch.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wang-Yanping1996/Mixed-Heat-Gas-Power-System-Scheduling/HEAD/HeatGasPowerCombination/functions/idx_brch.m -------------------------------------------------------------------------------- /HeatGasPowerCombination/functions/idx_bus.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wang-Yanping1996/Mixed-Heat-Gas-Power-System-Scheduling/HEAD/HeatGasPowerCombination/functions/idx_bus.m -------------------------------------------------------------------------------- /HeatGasPowerCombination/functions/initial.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wang-Yanping1996/Mixed-Heat-Gas-Power-System-Scheduling/HEAD/HeatGasPowerCombination/functions/initial.m -------------------------------------------------------------------------------- /HeatGasPowerCombination/functions/makeBdc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wang-Yanping1996/Mixed-Heat-Gas-Power-System-Scheduling/HEAD/HeatGasPowerCombination/functions/makeBdc.m -------------------------------------------------------------------------------- /HeatGasPowerCombination/functions/makeYbus.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wang-Yanping1996/Mixed-Heat-Gas-Power-System-Scheduling/HEAD/HeatGasPowerCombination/functions/makeYbus.m -------------------------------------------------------------------------------- /HeatGasPowerCombination/test/test.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wang-Yanping1996/Mixed-Heat-Gas-Power-System-Scheduling/HEAD/HeatGasPowerCombination/test/test.m -------------------------------------------------------------------------------- /HeatGasPowerCombination/模型与数据/testdata_CHPD.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wang-Yanping1996/Mixed-Heat-Gas-Power-System-Scheduling/HEAD/HeatGasPowerCombination/模型与数据/testdata_CHPD.xls -------------------------------------------------------------------------------- /HeatGasPowerCombination/模型与数据/模型与数据.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wang-Yanping1996/Mixed-Heat-Gas-Power-System-Scheduling/HEAD/HeatGasPowerCombination/模型与数据/模型与数据.docx -------------------------------------------------------------------------------- /HeatGasPowerCombination/模型与数据/负荷数据.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wang-Yanping1996/Mixed-Heat-Gas-Power-System-Scheduling/HEAD/HeatGasPowerCombination/模型与数据/负荷数据.xlsx -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wang-Yanping1996/Mixed-Heat-Gas-Power-System-Scheduling/HEAD/README.md --------------------------------------------------------------------------------