The mathematical model realization algorithm of high voltage cable

The implementation of the algorithm of the mathematical model, the procedure for calculating the necessary expressions and their type of representation. Programming sequence of the mathematical model consideration. The equations for current and voltage.

Рубрика Физика и энергетика
Вид статья
Язык английский
Дата добавления 02.02.2019
Размер файла 569,6 K

Отправить свою хорошую работу в базу знаний просто. Используйте форму, расположенную ниже

Студенты, аспиранты, молодые ученые, использующие базу знаний в своей учебе и работе, будут вам очень благодарны.

Размещено на http://www.allbest.ru//

Размещено на http://www.allbest.ru//

The mathematical model realization algorithm of high voltage cable

M.Tirshu

Аннотация

При реализации алгоритма математической модели очень важно знать порядок расчета необходимых выражений и их вид представления. В зависимости от подключенных нагрузок или источников сигнала в определенных точках модели очень важно знать, как составить уравнения в этой точке для того, чтобы можно было определить все неизвестные. Количество уравнений, которые описывают эту точку, должно совпадать с количеством неизвестных, а матрица, описывающая коэффициенты при неизвестных, должна быть квадратная и иметь размерность, равную количеству неизвестных. В данной работе описывается метод и последовательность программирования рассматриваемой математической модели.

Ключевые слова: математическое моделирование, высоковольтный кабель, процессы распространения волн тока и напряжения

Introduction

Simultaneously with growth of the power systems unification tendency in parallel grows also requirements to increase of power safety. In result, it will lead to requirements growth of functioning reliability of all power system components. The high voltage cables constitute one the most important components of power electric distribution system. Therefore, predictive maintenance or cable defects localization in short time will conduct to power safety increase. But, in order to do predictive maintenance it's necessary to make different measurements at workings high voltage cables. At present, is well known that partial discharges are source of information concerning current technical state of high voltage cable (or other high voltage equipment). The partial discharges really are short-time voltage pulses (ns or µs), which measurement is very difficult. But, due to the technical progress, today, practically, there no problems to make so kind of measurements. The problem consists in analysis of measured data and formulation of adequate conclusion about really technical state of analyzed object. This problem is caused by reflection, refraction and energy dissipation phenomena, because high voltage cable can be represented as a long line with distributed parameters, which include unhomogeneities. Just from these unhomogeneities take place pulses reflection produced by partial discharges. As result, at the measurement points (usually cable ends) we have received pulses parameters of which are very different from original parameters. In order to have possibility to research propagation phenomena of short-time pulses in high voltage cable was elaborated mathematical model which describe adequate it physical structure. This mathematical model give possibility to simulate different really situation (different kind of defects placed in arbitrary points of cable). The purpose of these researches is to establish in future some propagation particularities of these pulses and increase correctness of conclusions about current technical state of cable. But, is very important to be able to program this mathematical model and do needed changes. In this paper will be described the model realization algorithm in any programming system.

1. The high voltage cable mathematical model base relations

As is known from the literature distribution of waves in cable is described with the help of the equations so-called cable equations:

(1)

The cable equations, which describe wave propagation processes in cable, produced by partial discharges (PD) in insulation are differential equations of hyperbolic type. The solution of this hyperbolic equations system is useful to find with characteristics method [1, 2, 3].

Calculations according to this method are made with the help of a characteristic grid which is generated constantly during calculation (fig.1).

Размещено на http://www.allbest.ru//

Размещено на http://www.allbest.ru//

In order to received numerical solution let introduce a non-uniform grid on segment of discontinuous change of argument with value of a step The voltage and current unknown functions will be determined in semi-nodes . The division is made so that for any the condition satisfied, and on boundary division of line parts with distributed parameter which differ both values and boundary conditions must coincided with points.

The calculation is made by consecutive steps on time. Knowing the function values and on the previous time interval (for examples, initial conditions), we can determine unknown function values on next time interval , were - time variation step. For approximation of the central differences first derivatives the system equation (1) is replaced with the analogue in the form of final differences, receiving so the equations:

(2)

or in another mode:

(3)

Indexes in top correspond to time interval “top”. The additional values determined in points are calculated from relation:

from were we determine:

(4)

For i and u values computation in and points the boundary conditions and corresponding relations on characteristics are used:

(5)

If the condition (6) satisfies:

, , (6)

then equation system (5) have one solution only.

The necessary and sufficient stability condition of numerical computation method is obtained with a priory estimation method of energy balance from relation [2, 3]:

. (6)

2. Mathematical model studying cable

On the fig.2 is presented high voltage equivalent scheme, which have connected a voltage source on input, a circuit in each odd point connected at ground and a circuit in each even point connected in series. These circuits will allow to modeling any type defect. For this scheme will describe the mode of computation algorithm realization.

Fig.2 The equivalent high voltage cable scheme with input connected to voltage source and circuits connected in parallel in all odd points and in series in all even points.

So, we have N+1 particular points, were must to determine parameters. We will start with first point .

Here we have 4 unknown variables: , were - left-side current, - current in circuit, - right -side current, - voltage in this point. We will paste these unknown variables in vector of unknown parameters in follow mode: . As we have 4 unknown variables, we must have 4 equations and write its in follow mode:

According to the previous description the first will be the characteristic equation:

;

; ;

From these equations we obtained values, which are known:

;

.

The matrix B of factors at unknown variables will be:

;;

As result, we can determine the values of unknown variables: .

The unknown variables in odd digitization points we will determine in follow mode:

Let's note unknown functions: , were - the current in point i from left side, - the current in point i from right side, - the current in circuit from point i, - voltage in point i, were . We will paste these unknown variables in vector of unknown parameters as follow: . As we have 4 unknown variables, we must have 4 equations:

;

;

.

From these equations we determine known values:

;

; .

The matrix of factors at unknown variables will be:

;;

As result, we can determine the values of unknown variables: .

The unknown variables in even digitization points we will determine in follow mode:

Let's note unknown functions: , were - the voltage in point p from the left, - the voltage from the right side after the circuit from point p, - the voltage on the circuit from point p, - the current in point p, were . We will paste these unknown variables in vector of unknown parameters as follow: . As we have 4 unknown variables, we must have 4 equations:

;

;

.

From these equations we determine known values:

;

; .

The matrix of factors at unknown variables will be:

;;

As result, we can determine the values of unknown variables: .

The unknown variables at the end of cable (point N) we will determine in follow mode:

Here we have 2 unknown variables only:. We will paste these unknown variables in vector of unknown parameters as follow: . As we have 2 unknown variables, we must have 2 equations:

;

.

From these equations we determine known values:

;

.

The matrix of factors at unknown variables will be:

;.

As result, we can determine the values of unknown variables: .

From this moment we can do the computation program. The functioning scheme is submitted below.

3. The programming algorithm of mathematical model

For programming procedure simplification of mathematical model we will introduce some modifications:

D - current in semi-nodes; U - voltage in semi-nodes; Dx - current in nodes; Ux - voltage in nodes.

; ; ; .

To exclude Gibbs oscillations at cable with lose we will change the values of and as follow:

for, for , for and for . So, we received:

, , , .

As result equations (3) can be writing in follow mode:

The equations for current and voltage in hole node will look as follow:

model voltage cable current

Or in another form:

Now, we can present the functional diagram of mathematical model computation from fig.2, which represent a part of high voltage cable with distributed parameters and circuits with concentrated parameters connected at the ends of cable and in odd points in parallel, but in even points in series. Also, at the input of cable we have connected a voltage source for given period of time.

Conclusions

The proposed algorithm is easy to do and allow to provide a large parametrical investigations of transients, which is very important for correct define of working and realization mode of technical system with distributed and concentrated unhomogeneities without a big idealization of respective objects.

Reception of similar results like above mentioned with help of experimental methods is very difficult and frequently is impossible to find the satisfying solution.

The mathematical model allows simulating any type of defect and pasting it in any place of cable. At the same time, the source allows applying needed voltage shape for given time.

Acknowledgments

The researches are carried out with support of INTAS - International Association for the promotion of cooperation with scientists from the New Independent States of the former Soviet Union, an international non-profit association organised under the laws of Belgium in frame of project “Young Scientist Fellowship”, INTAS Ref.Nr 05-115-5129.

Bibliography

Naval I.C., Rвbachin B.P., Ceban V.G. Matematicescoe modelirovanie ecologhiceschih proюesov. Chiєinгu, "EVRIKA", 1998, 246 p.

Muzвcenco V.P., Rimschi V.X. Matematiceschie metodо issledovania rasprostranenia voln. Dangavpils: MO SSSR, DVVAIU, 1986. - 200 p.

Rimschi V., Berzan V., Tоrєu M. Volnovвie iavlenia v neodnorodnвh liniah, Tom.I. Teoria rasprostranenia voln potenюiala i toca. Pod redacюiei V.K.Rimscogo.-Kiєinev: Tipografia Academii Nauk R.Moldova, 1997.-295 p.

Размещено на Allbest.ru

...

Подобные документы

  • The chiral model of graphene based on the order parameter is suggested in the long-wave approximation, the ideal graphene plane being determined by the kink-like solution. Corrugation of the graphene surface is described in the form of ripple and rings.

    статья [211,7 K], добавлен 23.05.2012

  • A cosmological model to explain the origins of matter, energy, space, time the Big Bang theory asserts that the universe began at a certain point in the distant past. Pre-twentieth century ideas of Universe’s origins. Confirmation of the Big Bang theory.

    реферат [37,2 K], добавлен 25.06.2010

  • The properties of the proton clusters in inelastic interactions SS. Relativistic nuclear interaction. Studying the properties of baryon clusters in a wide range of energies. Seeing the high kinetic energy of the protons in the rest of the cluster.

    курсовая работа [108,6 K], добавлен 22.06.2015

  • Definition the certain latent high temperature of evaporation of the liquid using capital equipment and calculations. The accepted value of the latent high temperature of evaporation. The uncertainty for the specific latent heat of vaporization.

    лабораторная работа [247,8 K], добавлен 29.12.2010

  • Determination of wave-length laser during the leadthrough of experiment in laboratory terms by means of diagnostics of laser ray through the unique diffraction of cut. Analysis of results: length of fringe, areas and interrelation between factors.

    лабораторная работа [228,4 K], добавлен 29.12.2010

  • Модернизация системы управления котлоагрегатом. Датчики и оборудование, использованные в системе автоматизации парового котла. Автоматизация парового котла Е-1-0,9Г в программном обеспечении "Alpha Programming". Особенности системы серии "Альфа-2".

    курсовая работа [3,6 M], добавлен 16.08.2011

  • Defining the role of the microscope in studies of the structure of nanomaterials. Familiarization with the technology of micromechanical modeling. The use of titanium for studying the properties of electrons. Consideration of the benefits of TEAM project.

    реферат [659,8 K], добавлен 25.06.2010

  • The basic principles and the protection of power lines patterns used in this process methods. Physical basics of high-power transformers in substations. Justification of the information received. Diagram illustrating the operation of the protection.

    презентация [628,0 K], добавлен 18.02.2016

  • Определение толщины теплоизоляционного слоя. Теплоприток от окружающей среды, при открывании дверей, от аккумулируемого продукта. Теплопотери через ограждения при обогреве, вследствие инфильтрации воздуха. Подбор холодильно-нагревательного оборудования.

    курсовая работа [30,4 K], добавлен 23.07.2014

  • Consideration of the need to apply nanotechnology in agriculture to improve nutrition in the soil, management of toxic elements in the hydrosphere, monitoring the ecological state of land, spraying of mineral substances, purifying water surfaces.

    реферат [12,3 M], добавлен 25.06.2010

  • The air transport system in Russia. Project on the development of regional air traffic. Data collection. Creation of the database. Designing a data warehouse. Mathematical Model description. Data analysis and forecasting. Applying mathematical tools.

    реферат [316,2 K], добавлен 20.03.2016

  • The behavior of traders on financial markets. Rules used by traders to determine their trading policies. A computer model of the stock exchange. The basic idea and key definitions. A program realization of that model. Current and expected results.

    реферат [36,7 K], добавлен 14.02.2016

  • Review of concepts, forms and different ways of representing the methods of mathematical induction, characterization of its ideas and principles. Features of a multimedia learning object students and teachers on the example of the University of Latvia.

    реферат [1,1 M], добавлен 11.02.2012

  • Basic assumptions and some facts. Algorithm for automatic recognition of verbal and nominal word groups. Lists of markers used by Algorithm No 1. Text sample processed by the algorithm. Examples of hand checking of the performance of the algorithm.

    курсовая работа [22,8 K], добавлен 13.01.2010

  • Lists used by Algorithm No 2. Some examples of the performance of Algorithm No 2. Invention of the program of reading, development of efficient algorithm of the program. Application of the programs to any English texts. The actual users of the algorithm.

    курсовая работа [19,3 K], добавлен 13.01.2010

  • The applied science model. The basic assumptions underlying this model. Received and experiential knowledge. Oldest form of professional education. The most advanced modern teaching strategies. Projects for the development of creative abilities.

    презентация [156,0 K], добавлен 09.03.2015

  • MathML (Mathematical Markup Language): язык разметки математических приложений. Математика и ее система обозначений. Существующие языки математической разметки. Синтаксис и грамматика MathML. Возможности современных браузеров при работе с MathML.

    курсовая работа [489,2 K], добавлен 14.07.2009

  • Процессоры Duron на ядре Spitfire (Model 3), Morgan (Model 7), Applebred (Model 8), Mobile Duron Camaro. Схема материнской платы EP-8KHAL+. Микросхема "Северный мост". Звуковой чип ALC201A. Конфигурация системной памяти. Регулятор заглушки шины RT9173.

    курсовая работа [3,6 M], добавлен 26.03.2013

  • Mathematical model of the grinding grating bending process under the action of a meat product load parabolically decreasing along the radius. Determination of the deflection of a knife blade under the action of a parabolic load of the food medium.

    статья [1,3 M], добавлен 20.10.2022

  • Studying the appearance of neologisms during the Renaissance, semantic features of neologisms in modern English, the types of neologisms, their division by their structure. Analysis sociolinguistic aspects of mathematical education based on neologisms.

    дипломная работа [60,2 K], добавлен 18.03.2012

Работы в архивах красиво оформлены согласно требованиям ВУЗов и содержат рисунки, диаграммы, формулы и т.д.
PPT, PPTX и PDF-файлы представлены только в архивах.
Рекомендуем скачать работу.