Jump to content

Direct Current Transmission Heating Problem: Difference between revisions

From mintOC
No edit summary
 
Line 123: Line 123:
-->
-->
[[Category: MIOCP]]
[[Category: MIOCP]]
[[Category:ODE model]]

Latest revision as of 22:09, 27 June 2016

Direct Current Transmission Heating Problem
State dimension: |A|
Differential states: 2|A|+|P|
Discrete control functions: 0
Interior point equalities: 3


The direct current transmission heating problem models a simplified flow of direct electrical current within an electrical network with defined producers and consumers of electrical power. The model includes heating and cooling that occurs in electrical conductors due to specific resistance and heat exchange with the surrounding air. The goal is finding an optimal strategy for regulating the power production of individual producers as well as voltages and currents on specific conductors while minimizing the net power loss due to heating on all power lines over a fixed time horizon while fully supplying all consumers.

The model is largely assembled from well-known basic descriptions of phenomena easily accessible to the audience of high-school level physics courses. Mainly, these are Ohm's law, electrical resistivity, Joule heating and thermal conductivity. Note that changes of resistivity with respect to conductor temperature are taken into account.

Physical background

The aim of the controller in this model is to provide all consumers with their required amount of electric power. Electric power is given by the product of voltage and current P=IU. The electric power is brought to the consumers from producers via a network of power lines. Producers are assumed to have the capability of accurately regulating their power output within a certain range. Power lines are assumed to be solid blocks of an electrically conductive material surrounded by a layer of insulating material. Their cross-section is assumed to be constant along the entire length of the power line. Since both heating and power loss increase with current but not with voltage, it is always preferable to transfer direct current at the highest possible voltage which is allowed by the design of the power line. Therefore, only the electrical current is considered as a control.

The power loss in a power line is given by W=I2R where R is the resistance of the power line which is derived from the resistivity of the conductor using the formula

R=ρlA

where ρ is the resistivity of the conductor, l is the length of the conductor and A is the the cross-sectional area of the conducting material within the power line. Resistivity is assumed to vary exponentially with the temperature of the conducting material, meaning that ρ=ρ0eαT where ρ0 is the resistivity of the conducting material at room temperature (which is defined as T=0) and α is a material-specific dimensionless constant. This causes a steady power loss of

P1=ρ0eαTlAI2.

The lost energy is transformed into heat which raises the temperature of the conductor. As the conductor is now hotter than the air surrounding its layer of insulating material, heat is steadily lost at a rate determined by the temperature difference, the conductors surface area and the insulating material's heat conductivity. The heat loss is given by

P2=qSΔT

where q is the ratio between the isolating material's thermal conductivity and its thickness, S is the surface area of the power line and ΔT is the difference between the conductor's temperature and the surrounding air's temperature (which we will assume to be the same as room temperature, i.e. T=0). In summary, the rate at which the heat stored in a power line changes is given by

W˙=P1P2=ρ0eαTlAI2qlCT

where C is the circumference of the cross-section of the power line. Assuming constant density, we can use the conducting material's volume-specific heat capacity, which we will refer to as c, to calculate the change in temperature from the change in heat:

T˙=W˙cAl=ρ0cA2eαTI2qCcAT=:β1eαTI2β2T.

For the examples in this article, we will assume the conductor to be solid copper surrounded by a layer of cross-linked polyethylene (PEX) with a thermal conductivity of approximately 0.51W/(mK).

Mathematical formulation

Let G=(V,A) a directed graph with vertex set V and arc set A. Let P,CV be disjoint subsets of the vertex set. P serves as the set of producer nodes while C serves as the set of consumers. For cC let dc denote the power demand for c. For vVC, let dv=0.

The resulting optimal control problem is given by

minT,I,ut0tfaAP1,a(t)dts.t.T˙a=β1,aeαaTaIa2β2,aTaaA,dv=aδin(v)(UaIaP1a)aδout(v)(UaIa)vVP,uv=aδin(v)(UaIaP1a)aδout(v)(UaIa)vP,Ta(t0)=0.0aA,Ia(t)[0,Imax,a]aA,t[t0,tf],Ta(t)[0,Tmax,a]aA,t[t0,tf],uv(t)[0,umax,v]vP,t[t0,tf].

The differential state Ta describes the temperature of power line a while the controls Ia and uv represent the current in a power line aA and the power produced in a production node vP respectively.

Parameters

There are multiple test scenarios. For all scenarios, we allow three types of conductors, all of which are copper (α=0.003862, ρ0=1.68108Ωm, c=3.446109J/(Km3)) cylinders surrounded by an insulating layer of PEX:

Type Voltage Conductor diameter Insulator thickness A C q
A 330kV 7cm 2cm 0.003848m2 0.2199m 25.5W/(m2K)
B 220kV 5cm 1.5cm 0.001963m2 0.1571m 34W/(m2K)
C 110kV 3cm 0.75cm 0.0007069m2 0.09425m 68W/(m2K)

PEX looses structural integrity at operating temperatures roughly in excess of 120C which means that Tmax,a=100 for all three types of power lines.

Delayed heating

In this scenario, we consider a simple network consisting of two producers producing up to 1MW each and a single consumer with a demand of 1.25MW. Both producers have direct power links of type C and length 1km to the consumer. The time horizon is defined as (t0,tf)=(0,300). A JSON description of the network can be found under Direct Current Transmission Heating Problem: Delayed heating (Network).