WO2021225005A1 - コンピュータプログラム、シミュレーション方法及びシミュレーション装置 - Google Patents

コンピュータプログラム、シミュレーション方法及びシミュレーション装置 Download PDF

Info

Publication number
WO2021225005A1
WO2021225005A1 PCT/JP2020/024259 JP2020024259W WO2021225005A1 WO 2021225005 A1 WO2021225005 A1 WO 2021225005A1 JP 2020024259 W JP2020024259 W JP 2020024259W WO 2021225005 A1 WO2021225005 A1 WO 2021225005A1
Authority
WO
WIPO (PCT)
Prior art keywords
coil
simulation
inductance
magnetic flux
current flowing
Prior art date
Application number
PCT/JP2020/024259
Other languages
English (en)
French (fr)
Inventor
隆 山田
浩司 ▲たに▼
Original Assignee
株式会社Jsol
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 株式会社Jsol filed Critical 株式会社Jsol
Priority to CN202080002875.9A priority Critical patent/CN112204560B/zh
Priority to EP20811230.0A priority patent/EP3933652A1/en
Priority to US16/950,331 priority patent/US11074378B1/en
Priority to US17/345,633 priority patent/US11954416B2/en
Publication of WO2021225005A1 publication Critical patent/WO2021225005A1/ja

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/20Design optimisation, verification or simulation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/20Design optimisation, verification or simulation
    • G06F30/23Design optimisation, verification or simulation using finite element methods [FEM] or finite difference methods [FDM]

Definitions

  • the present invention relates to a computer program, a simulation method, and a simulation device that simulate the dynamic behavior of an electromagnetic component having a coil based on an analysis model of the electromagnetic component.
  • a simulation device that simulates the dynamic behavior of a motor is used in the development of motors and drive circuits.
  • a motor behavior simulator that simulates the behavior of the motor using the characteristics obtained by magnetic field analysis
  • a drive circuit simulator that simulates the behavior of the drive circuit of the motor are provided. Coupling is taking place.
  • the drive circuit simulator calls the motor behavior simulator for each simulation step corresponding to each time point in the time series to simulate the motor behavior in detail, and uses the simulation results to simulate the behavior of the drive circuit. To simulate.
  • the motor behavior simulator uses a magnetic field analysis of an analysis model that represents the shape and electromagnetic characteristics of a motor that has multiple coils, stators, and rotors to create a LUT (Lookup table) that represents characteristics such as interlinkage magnetic flux according to the driving state. Create and memorize in advance.
  • the motor behavior simulator refers to the LUT obtained by the magnetic field analysis and simulates the behavior of the motor.
  • the motor is, for example, a star-connected three-phase permanent magnet motor. In this case, the motor behavior simulator calculates the current flowing through each coil of the motor by solving the voltage equations represented by the following equations (1) to (3), and simulates the behavior of the motor.
  • the conventional method has a problem that iterative calculation is required to solve the voltage equation as described above.
  • An object of the present invention is to provide a computer program, a simulation method, and a simulation apparatus capable of solving a nonlinear voltage equation and simulating the dynamic behavior of an electromagnetic component without performing iterative calculation.
  • the computer program according to the present invention is a computer program for causing a computer to execute a process of simulating the behavior of the electromagnetic component at a plurality of time points based on an analysis model of the electromagnetic component having a coil.
  • a lookup table was created in which the interlinkage magnetic flux in the coil, the inductance of the coil, and the current flowing through the coil were associated with each other, which was obtained by the magnetic field analysis based on the above.
  • the computer is made to perform a process of simulating the behavior of the electromagnetic component by referring to the lookup table using the flowing current.
  • the simulation method according to the present invention is a simulation method in which a computer executes a process of simulating the behavior of the electromagnetic component at a plurality of time points based on an analysis model of the electromagnetic component having a coil.
  • a lookup table was created by associating the interlinkage magnetic flux in the coil, the inductance of the coil, and the current flowing through the coil, which was obtained by magnetic field analysis based on the analysis model, and was calculated in the simulation steps of the previous and the previous two times.
  • the process of simulating the behavior of the electromagnetic component is executed with reference to the lookup table using the current flowing through the coil.
  • the simulation device is a simulation device including a calculation unit that simulates the behavior of the electromagnetic component at each of a plurality of time points based on an analysis model of the electromagnetic component having a coil, and the calculation unit is the analysis.
  • a lookup table was created in which the interlinkage magnetic flux in the coil, the inductance of the coil, and the current flowing through the coil, which were obtained by magnetic field analysis based on the model, were associated with each other, and the coil was calculated in the simulation steps of the previous and the previous two times.
  • the behavior of the electromagnetic component is simulated with reference to the lookup table using the current flowing through the coil.
  • FIG. 1 is a block diagram showing a configuration of a simulation device 1 according to a first embodiment of the present invention.
  • FIG. 1 in the figure is a simulation device 1 according to an embodiment of the present invention.
  • the simulation device 1 is, for example, a computer including a calculation unit 11 such as a CPU (Central Processing Unit), and a storage unit 12 is connected to the calculation unit 11 via a bus.
  • the storage unit 12 includes, for example, a non-volatile memory and a volatile memory.
  • the non-volatile memory is, for example, a ROM such as an EEPROM (Electrically Erasable Programmable ROM).
  • the non-volatile memory stores a control program necessary for the initial operation of the computer and a simulator program 21 according to the present embodiment.
  • the simulator program 21 includes, for example, a motor behavior simulator program (computer program) 21a, a drive circuit simulator program 21b, a magnetic field analysis simulator program 21c, and the like.
  • the calculation unit 11 is a motor behavior simulator that simulates the behavior of the motor 4 (see FIG. 2) at each of a plurality of time points by executing the simulator program 21, and a drive circuit that simulates the behavior of the drive circuit that drives the motor 4. It functions as a magnetic field analysis simulator that analyzes the behavior of the motor 4 by magnetic field analysis such as a simulator, a finite element method, and a boundary element method.
  • the volatile memory is, for example, a RAM such as a DRAM (Dynamic RAM) or a SRAM (Static RAM), and is a control program, a simulator program 21 or an operation read from the non-volatile memory when the arithmetic processing of the arithmetic unit 11 is executed.
  • a RAM such as a DRAM (Dynamic RAM) or a SRAM (Static RAM)
  • a control program a simulator program 21 or an operation read from the non-volatile memory when the arithmetic processing of the arithmetic unit 11 is executed.
  • Various data generated by the arithmetic processing of unit 11 are temporarily stored.
  • the storage unit 12 drives the motor 4 with the analysis model 12a representing the two-dimensional or three-dimensional shape and electromagnetic characteristics of the plurality of coils 42, the stator 41 and the rotor 43 (see FIG. 2) constituting the motor 4.
  • the circuit model etc. are memorized.
  • FIG. 2 is a schematic diagram showing the motor 4 as viewed from the direction of the rotation axis
  • FIG. 3 is a schematic diagram showing the circuit configuration of the motor 4.
  • the motor 4 to be simulated is, for example, a three-phase permanent magnet synchronous motor.
  • the motor 4 shown in FIG. 2 is an embedded magnet type permanent magnet synchronous motor (PMSM: Permanent Magnet Synchronous Motor) having 8 poles and 48 slots.
  • the motor 4 has a cylindrical stator 41 in which a U-phase coil 42u, a V-phase coil 42v, and a W-phase coil 42w that generate field magnetic flux are equally arranged in the circumferential direction, and concentric circles on the inner diameter side of the stator 41. It is provided with an arranged rotor 43.
  • Each coil 42 is star-connected, for example, as shown in FIG. In FIG. 3, Tn is the neutral point. Tu, Tv, and Tw are terminals to which a voltage is applied to the U-phase coil 42u, the V-phase coil 42v, and the W-phase coil 42w.
  • the rotor 43 has a columnar shape and includes a plurality of pairs of permanent magnets 43a. The number of poles, the number of slots, and the number of coils 42 are not limited to this.
  • the analysis model 12a is, for example, a three-dimensional shape model such as three-dimensional CAD data representing the shapes of a plurality of coils 42, a stator 41, and a rotor 43 constituting the motor 4, material properties of each part constituting the three-dimensional shape model, and the like. including.
  • material properties include magnetization properties, electrical properties, mechanical properties, thermal properties, iron loss properties, and the like.
  • the electrical characteristics are conductivity, relative permittivity and the like.
  • the drive circuit to be simulated is composed of, for example, a driver and an inverter.
  • the storage unit 12 stores a plurality of circuit elements constituting the driver and the inverter, and a drive circuit model representing the connection state and characteristics of each circuit element.
  • the storage unit 12 stores the LUT 12b and the torque LUT 12c as a characteristic database for simulating the dynamic behavior of the motor 4. Each characteristic database is created before simulating the behavior of the motor 4. Details of the LUT 12b and the torque LUT 12c will be described later.
  • the storage unit 12 may be provided with a device such as a disk drive capable of reading a hard disk drive, a solid state drive, or a CD-ROM drive capable of reading data from the portable recording medium 2.
  • the simulator program 21 or the motor behavior simulator program 21a according to the present embodiment includes portable media such as CD (Compact Disc) -ROM, DVD (Digital Versatile Disc) -ROM, BD (Blu-ray Disc) (registered trademark), and the like. It is recorded on the recording medium 2 of the above so that it can be read by a computer.
  • the optical disk is an example of the recording medium 2, and the simulator program 21 or the motor behavior simulator program 21a may be computer-readablely recorded on a flexible disk, a magnetic disk disk, an external hard disk, a semiconductor memory, or the like.
  • the calculation unit 11 reads the simulator program 21 or the motor behavior simulator program 21a from the recording medium 2 and stores them in a hard disk drive, a solid state drive, or the like.
  • the calculation unit 11 causes the computer to function as the simulation device 1 by executing the simulator program 21 recorded on the recording medium 2 or the simulator program 21 stored by the storage unit 12.
  • the simulation device 1 includes an input device 13 such as a keyboard or a mouse and an output device 14 such as a liquid crystal display or a CRT display, and allows the user to perform operations such as data input. accept.
  • an input device 13 such as a keyboard or a mouse
  • an output device 14 such as a liquid crystal display or a CRT display
  • the simulation device 1 is provided with the communication interface 15, and the simulator program 21 or the motor behavior simulator program 21a according to the present invention is downloaded from the external server computer 3 connected to the communication interface 15 and processed by the calculation unit 11. May be in the form of executing.
  • FIG. 4 is a conceptual diagram showing an outline of the coupled analysis executed by the simulation device 1.
  • the simulation device 1 calculates various characteristics of the motor 4 by magnetic field analysis based on an analysis model 12a such as a finite element method model before simulating the behavior of the motor 4.
  • an analysis model 12a such as a finite element method model
  • the arithmetic unit 11 has a total magnetic flux ⁇ (hereinafter, simply interlinkage) which is the sum of the interlinkage magnetic flux component related to the permanent magnet 43a of the rotor 43 and the interlinkage magnetic flux component related to the phase current.
  • hereinafter, simply interlinkage
  • LUT ( ⁇ , L, I, ⁇ ) 12b and the like are created in which the inductance L of each coil 42, the current I flowing through each coil 42, and the mechanical angle ⁇ of the rotor 43 are associated with each other. ..
  • the inductance L includes the self-inductance of each coil 42 and the mutual inductance between the coils 42.
  • a torque LUT 12c is created in which the torque T generated in the rotor 43, the current I flowing in each coil 42, and the mechanical angle ⁇ of the rotor 43 are associated with each other. Then, the simulation device 1 simulates the dynamic behavior of the motor 4 by coupling the motor behavior simulator and the drive circuit simulator.
  • the dynamic behavior of the motor 4 can be simulated by repeatedly executing the same process.
  • FIG. 5 is a flowchart showing a processing procedure of the calculation unit 11 related to the creation of the LUT 12b.
  • the calculation unit 11 of the simulation device 1 executes the following processing according to the motor behavior simulator program 21a stored in the storage unit 12. First, the calculation unit 11 receives the selection of the analysis model 12a and the drive circuit model of the motor 4 to be simulated, and various other settings in the input device 13 (step S11).
  • the calculation unit 11 executes the magnetic field analysis by the finite element method while swinging the parameters indicating the driving state, that is, the values of the current flowing through each coil 42 and the mechanical angle of the rotor 43 (step S12).
  • the current flowing through each coil 42 is shaken, the current flowing through each coil 42 is set so as to satisfy the current storage side.
  • the three-dimensional shape model of the motor 4 is divided into a plurality of elements.
  • the calculation unit 11 divides the three-dimensional shape model of the motor 4 into a plurality of tetrahedral elements, hexahedral elements, quadrangular pyramid elements, triangular prism elements, and the like.
  • the calculation unit 11 calculates the magnetic vector potential of each element by numerically calculating the multidimensional first-order simultaneous equations obtained from the Maxwell equation under specific boundary conditions such as Dirichlet boundary condition and Neumann boundary condition. From the magnetic vector potential, the magnetic field or magnetic flux density of each part of the motor 4 can be obtained.
  • the magnetic field or magnetic flux density is basic information for calculating current, torque, and the like.
  • the quasi-steady magnetic field is described by Maxwell's equations.
  • the calculation unit 11 calculates the interlinkage magnetic flux in each coil 42 according to the current of each coil 42 and the position of the rotor 43 based on the magnetic field analysis result in step S12 (step S13). Further, the calculation unit 11 calculates the self-inductance and the mutual inductance of each coil 42 (step S14).
  • the self-inductance and mutual inductance calculated here are differential inductances and are represented by the following equation (5). Hereinafter, they are simply referred to as self-inductance and mutual inductance.
  • L Derivative inductance (self-inductance and mutual inductance)
  • Interlinkage magnetic flux in each coil 42: Current flowing in each coil 42
  • ⁇ I Small change in current
  • the differential inductance is obtained for each of the interlinkage magnetic flux of each coil 42 and the current of each coil 42 to be slightly changed, and is represented by a 3 ⁇ 3 inductance matrix.
  • the calculation unit 11 calculates the electromagnetic force acting on the rotor 43 according to the current of each coil 42 and the position of the rotor 43 based on the magnetic field analysis result in step S12, and the torque acting on the rotor 43. Is calculated (step S15).
  • the calculation unit 11 calculates the electromagnetic force acting on the rotor 43 by using a method such as the nodal force method.
  • the calculation unit 11 determines the interlinkage magnetic flux in each coil, the self-inductance and mutual inductance of each coil 42, the current flowing through each coil 42, and the mechanical angle of the rotor 43 based on the magnetic field analysis result in step S12.
  • LUT12b is created in association with and stored (step S16).
  • the calculation unit 11 creates a torque LUT 12c in which the torque calculated in step S15, the current flowing through each coil 42, and the mechanical angle of the rotor 43 are stored in association with each other (step S17), and the process is completed.
  • LUT12b and the torque LUT12c have been described as separate tables, these tables may be configured as one table.
  • FIG. 6 is a flowchart showing the processing procedure of the calculation unit 11 related to the coupled analysis.
  • the calculation unit 11 sets initial values such as the voltage and current applied to the coil 42 and the position of the rotor 43 (step S31).
  • Step S32 the calculation unit 11 calculates the voltage applied to the coil 42 and the mechanical angle of the rotor 43 in the next simulation step based on the current of the coil 42 and the torque acting on the rotor 43 calculated in the previous simulation step.
  • step S33 the calculation unit 11 determines the motor 4 based on the voltage applied to the motor 4, the current of each coil 42 calculated in the simulation step before the previous time, the interlinkage magnetic flux in each coil 42, the position of the rotor 43, and the like.
  • the behavior is simulated, and the current flowing through each coil 42 and the torque generated in the rotor 43 are calculated (step S33).
  • step S34 determines whether or not the simulation end condition is satisfied. For example, when a predetermined number of simulation steps corresponding to a predetermined real time are executed, the calculation unit 11 ends the simulation. When it is determined that the simulation end condition is not satisfied (step S34: NO), the calculation unit 11 returns the process to step S32, and repeatedly executes the processes of steps S32 and S33. When it is determined that the simulation end condition is satisfied (step S34: YES), the calculation unit 11 ends the process.
  • the voltage equation of the star connection circuit as shown in FIG. 3 can be expressed by the above equations (1) to (3). Further, at the neutral point Tn, the current conservation law shown in the above equation (4) holds.
  • the interlinkage magnetic flux ⁇ depends on the unknown current I, but let us consider expressing this explicitly using the current I. Since the interlinkage magnetic flux component due to the current origin can be described using the differential inductance and the current, the time differential component of the interlinkage magnetic flux in the above equation (6) is separated from the interlinkage magnetic flux component due to the current origin into the following equation (6). It can be expressed as 7).
  • the second and third terms on the right side of the above equation (7) represent voltages caused by factors other than current changes, such as rotation of the rotor 43.
  • the above equation (7) can be expressed by the following equation (8).
  • the simulation step of this time is performed without iterative calculation by using the information in the simulation steps (steps (n-1) and (n-2)) of the previous time and the time before the previous time.
  • the current flowing through each coil 42 and the potential at the neutral point Tn in (nth step) can be calculated.
  • FIG. 7 is a flowchart showing a processing procedure of the calculation unit 11 related to the motor behavior simulation according to the first embodiment.
  • n is an integer of 3 or more.
  • the calculation unit 11 acquires the voltage applied to each coil 42 and the mechanical angle of the rotor 43 from the drive circuit simulator (step S51). For example, in the case where the drive circuit simulator outputs the simulation result as a file, the calculation unit 11 reads the applied voltage of each coil 42 and the mechanical angle of the rotor 43 from the file.
  • the calculation unit 11 refers to the LUT 12b using the current of each coil 42 in the (n-1) simulation step and the mechanical angle of the rotor 43 in the nth simulation step as keys, and refers to the self-inductance and mutual inductance of each coil 42. Is read (step S52). Further, the calculation unit 11 refers to the LUT 12b by using the current of each coil 42 in the (n-2) simulation step and the mechanical angle of the rotor 43 in the (n-1) simulation step as keys, and refers to each coil 42. The self-inductance and the mutual inductance of the above are read out (step S53).
  • the calculation unit 11 refers to the LUT 12b by using the current of each coil 42 in the (n-1) simulation step and the mechanical angle of the rotor 43 in the nth simulation step as keys, and the interlinkage magnetic flux in each coil 42. Is read (step S54). Further, the calculation unit 11 refers to the LUT 12b by using the current of each coil 42 in the (n-2) simulation step and the mechanical angle of the rotor 43 in the (n-1) simulation step as keys, and refers to each coil 42. Read out the interlinkage magnetic flux in (step S55).
  • step S52 and step S54 may be executed at the same time.
  • step S53 and step S55 may be executed at the same time.
  • the calculation unit 11 flows to each coil 42 in the nth simulation step according to the above equation (13) based on the voltage applied to each coil 42 and the inductance and interlinkage magnetic flux read out in steps S52 to S55.
  • the current and the potential of the neutral point Tn are calculated (step S56).
  • the calculation unit 11 reads out the torque acting on the rotor 43 from the torque LUT 12c by using the current of each coil 42 calculated in step S56 and the mechanical angle of the rotor 43 as keys (step S57).
  • the calculation unit 11 outputs the current of each coil 42 calculated in step S56 and the torque read in step S57 to the drive circuit simulator (step S58), and ends the process.
  • the operation and effect of the simulation device 1, the simulation method, and the simulator program 21 configured in this way will be described.
  • the actual simulation for showing the action and effect was performed using an 8-pole 48-slot embedded magnet type permanent magnet synchronous motor having a shape as shown in FIG. A coil 42 is distributed and wound in the slot of the stator 41.
  • FIGS. 9A and 9B, FIGS. 10A and 10B, and FIGS. 11A and 11B show the phase current, the interlinkage magnetic flux, the induced voltage, and the medium, respectively, showing the effects of the simulation device 1 according to the first embodiment.
  • 8A, 9A, 10A, and 11A are calculation results obtained by simulating the behavior of the motor 4 using the simulation device 1 according to the first embodiment
  • FIGS. 8B, 9B, 10B, and 11B are shown.
  • This is a calculation result obtained by simulating the behavior of the motor 4 by magnetic field analysis using the finite element method.
  • the horizontal axis shows time.
  • the vertical axis of the graphs shown in FIGS. 8A and 8B is the current flowing through each coil 42
  • the vertical axis of the graphs shown in FIGS. 9A and 9B is the interlinkage magnetic flux in each coil 42
  • the vertical axis of the graphs shown in FIGS. 10A and 10B Indicates the induced voltage in each coil 42
  • the vertical axis of the graphs shown in FIGS. 11A and 11B indicates the neutral point potential.
  • phase current, interlinkage magnetic flux, induced voltage and neutral point potential of each coil 42 are accurately reproduced.
  • the simulation device 1 As described above, according to the simulation device 1, the simulation method, and the simulator program 21 according to the first embodiment, it is possible to solve the nonlinear voltage equation and simulate the dynamic behavior of the motor 4 without performing iterative calculation. can. Further, as shown in FIGS. 8A and 8B to 11A and 11B, a simulation result substantially the same as the calculation result by the magnetic field analysis which is an exact solution is obtained, and the behavior of the motor 4 is simulated with high accuracy. be able to.
  • the motor 4 as a rotating machine in which the mover rotates has been described, but by applying the present invention to the motor 4 as a linear moving machine in which the mover moves linearly, the dynamic behavior of the motor 4 Can also be simulated. Only the shape of the analysis model 12a is different, and the behavior of the linear motivator can be simulated by the same processing procedure.
  • the movement mode of the mover is not particularly limited, and the motor 4 in which the mover vibrates and the mover move linearly.
  • the present invention can also be applied to linear motors, solenoid actuators and the like.
  • the present invention can also be applied to an induction machine.
  • the application of the present invention is not limited to the simulation of a motor having a mover, and the present invention can be applied to any electromagnetic component having a plurality of coils.
  • the present invention can be applied when simulating the behavior of a stationary device such as a transformer or a non-contact charger.
  • the physical quantity exchanged between the simulators is limited to this. It is not a thing, and the physical quantity to be exchanged may be appropriately selected. Further, the physical constants representing the states of the motor 4 or the generator may be exchanged.
  • the current may be passed from the drive circuit simulator to the motor behavior simulator, and the voltage may be returned from the motor behavior simulator to the drive simulator.
  • the motor behavior simulator solves the above equation (13) with the current as a known amount and the voltage of each coil 42 as an unknown amount, calculates the voltage generated in each coil 42, and calculates the calculated voltage. Return to the drive circuit simulator.
  • the LUT 12b is described as information in which the current flowing through each coil 42, the mechanical angle of the rotor 43, the interlinkage magnetic flux in each coil 42, and the inductance of each coil 42 are associated with each other.
  • the first LUT from which the self-inductivity and mutual inductance of each coil 42 are output and the current of each coil and the mechanical angle of the rotor 43 are input may be used.
  • the behavior simulation of the star connection motor 4 has been mainly described, but the present invention can be applied to any circuit, and the connection method is not particularly limited, and the delta connection is not particularly limited.
  • the present invention can also be applied when simulating the behavior of the motor 4 connected by any other method.
  • delta connection the basic idea is the same as in the case of star connection, and the voltage equation is expressed by the following equation (14).
  • the behavior of the motor 4 can be simulated by solving the following equation (14) in the same procedure as in the first embodiment.
  • the simulation device 1, the simulation method, and the simulator program 21 according to the second embodiment differ from the first embodiment in that they simulate the behavior of a ⁇ -phase motor having a stator and a mover.
  • is a natural number of 4 or more.
  • the mover is not limited to the rotor 43.
  • the electric resistance values of the coils are not necessarily the same. Since other configurations and actions and effects are the same as those in the first embodiment, the corresponding parts are designated by the same reference numerals and detailed description thereof will be omitted.
  • the ⁇ -phase voltage equation can be expressed by the following equation (15) in the same way as in the first embodiment.
  • the LUT 12b is a table in which the current flowing through each coil 42 of the ⁇ phase, the position of the mover, the self-inductance and mutual inductance of each coil 42, and the interlinkage magnetic flux in each coil 42 are associated with each other.
  • the calculation unit 11 refers to the LUT 12b by using the current of each coil 42 in the (n-1) simulation step and the mechanical angle of the mover in the nth simulation step as keys, and refers to the self of each coil 42.
  • the inductance and mutual inductance and the interlinkage magnetic flux in each coil 42 are read out.
  • the calculation unit 11 refers to the LUT 12b by using the current of each coil 42 in the (n-2) simulation step and the mechanical angle of the rotor 43 in the (n-1) simulation step as keys, and refers to each coil 42.
  • the self-inductance and mutual inductance of the coil 42 and the interlinkage magnetic flux in each coil 42 are read out.
  • the calculation unit 11 uses the above equation (15) to obtain the current flowing through each coil 42 in the nth simulation step and the neutral amount. Calculate the potential of the sex point.
  • the calculation unit 11 reads out and calculates the torque acting on the rotor 43 from the torque LUT 12c using the calculated current of each coil 42 and the mechanical angle of the rotor 43 as keys. The process of outputting the current of each coil 42 obtained above and the read torque to the drive circuit simulator is executed.
  • the dynamic behavior of the motor 4 is obtained by solving the nonlinear voltage equation without performing the iterative calculation as in the first embodiment. Can be simulated.
  • the star-connected ⁇ -phase motor has been described as an example, but as described in the first embodiment, the wiring method is not particularly limited also in the ⁇ -phase motor.
  • the simulation device 1, the simulation method, and the simulator program 21 according to the third embodiment are different from the first embodiment or the second embodiment in that they simulate the behavior of a transformer having ⁇ coils 42.
  • is a natural number of 1 or more.
  • the ⁇ coil 42 is, for example, a primary coil. When there are a plurality of coils 42, the electric resistance values of the coils 42 are not necessarily the same. Since other configurations and actions and effects are the same as those in the first embodiment, the corresponding parts are designated by the same reference numerals and detailed description thereof will be omitted.
  • the voltage equation of the coil 42 is the same as the above equation (15) of the second embodiment, and an equation having no mechanical angle ⁇ dependence may be considered. Further, in the case of a transformer having no neutral point, an equation ignoring the neutral point potential may be considered.
  • the processing procedure by the calculation unit 11 is the same as that of the second embodiment except that the mover does not exist and the torque is not calculated.
  • the dynamic behavior of the transformer is simulated by solving the nonlinear voltage equation without performing the iterative calculation as in the first embodiment. Can be done.
  • Simulation device 2 Recording medium 3 Server computer 4 Motor 11 Calculation unit 12 Storage unit 12a Analysis model 12b LUT 12c torque LUT 13 Input device 14 Output device 15 Communication interface 21 Simulator program 21a Motor behavior simulator program 21b Drive circuit simulator program 21c Magnetic field analysis simulator program 41 Stator 42 Coil 42u U-phase coil 42v V-phase coil 42w W-phase coil 43 Rotor Tn Neutral point

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Evolutionary Computation (AREA)
  • Geometry (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Control Of Ac Motors In General (AREA)
  • Control Of Electric Motors In General (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

コイルを有する電磁部品の解析モデルに基づいて、複数時点それぞれにおける電磁部品の挙動をシミュレートする処理をコンピュータに実行させるためのコンピュータプログラムであって、解析モデルに基づく磁界解析によって得られる、コイルにおける鎖交磁束と、コイルのインダクタンスと、コイルに流れる電流とを関連付けたルックアップテーブルを作成し、前回及び前々回のシミュレーションステップで算出したコイルに流れる電流を用いてルックアップテーブルを参照して、電磁部品の挙動をシミュレートする処理をコンピュータに実行させる。

Description

コンピュータプログラム、シミュレーション方法及びシミュレーション装置
 本発明は、コイルを有する電磁部品の解析モデルに基づいて、該電磁部品の動的な挙動をシミュレートするコンピュータプログラム、シミュレーション方法及びシミュレーション装置に関する。
 モータ及び駆動回路の開発に、モータの動的な挙動をシミュレートするシミュレーション装置が利用されている。詳細かつ正確にモータの挙動をシミュレートすべく、磁界解析によって得られた特性を用いてモータの挙動をシミュレートするモータ挙動シミュレータと、モータの駆動回路の動作をシミュレートする駆動回路シミュレータとを連成することが行われている。連成シミュレータにおいては、駆動回路シミュレータは、時系列の各時点に対応するシミュレーションステップ毎に、モータ挙動シミュレータを呼び出してモータの挙動を詳細にシミュレートさせ、そのシミュレーション結果を用いて駆動回路の挙動をシミュレートする。
 モータ挙動シミュレータは、複数のコイル、固定子及び回転子を有するモータの形状及び電磁特性を表す解析モデルの磁界解析によって、駆動状態に応じた鎖交磁束等の特性を表すLUT(Lookup table)を予め作成し、記憶する。
 モータ挙動シミュレータは、磁界解析によって得られたLUTを参照し、モータの挙動をシミュレートする。
 モータは、例えばスター結線された三相永久磁石モータである。この場合、モータ挙動シミュレータは、下記式(1)~(3)で表される電圧方程式を解くことによって、モータの各コイルに流れる電流を算出し、モータの挙動をシミュレートする。
Figure JPOXMLDOC01-appb-M000002
 
 また、中性点では、下記式(4)に示す電流保存則が成り立つ。
Figure JPOXMLDOC01-appb-M000003
 
 鎖交磁束Ψは、電流及び回転子の機械角の関数であるため、上記式(1)~(3)で表される非線形方程式を解くには一般的にニュートン・ラプラソン法などの繰り返し計算が必要である(例えば、非特許文献1)。
 なお、上記繰り返し計算は、コイルを有する電磁部品の挙動をシミュレートする場合にも問題となる。
Hiroyuki Kaimori,Kan Akatsu,Behavior Modeling of Permanent Magnet Synchronous Motors Using Flux Linkages for Coupling with Circuit Simulation,IEEJ Journal of Industry Applications,日本国,一般社団法人電気学会,2018年7巻1号,p. 56-63
 従来手法では、上記の通り電圧方程式を解くために反復計算が必要であるという問題があった。
 本発明の目的は、反復計算を行うことなく、非線形電圧方程式を解いて電磁部品の動的な挙動をシミュレートすることができるコンピュータプログラム、シミュレーション方法及びシミュレーション装置を提供することにある。
 本発明に係るコンピュータプログラムは、コイルを有する電磁部品の解析モデルに基づいて、複数時点それぞれにおける該電磁部品の挙動をシミュレートする処理をコンピュータに実行させるためのコンピュータプログラムであって、前記解析モデルに基づく磁界解析によって得られる、前記コイルにおける鎖交磁束と、前記コイルのインダクタンスと、前記コイルに流れる電流とを関連付けたルックアップテーブルを作成し、前回及び前々回のシミュレーションステップで算出した前記コイルに流れる電流を用いて前記ルックアップテーブルを参照して、前記電磁部品の挙動をシミュレートする処理を前記コンピュータに実行させる。
 本発明に係るシミュレーション方法は、コイルを有する電磁部品の解析モデルに基づいて、複数時点それぞれにおける該電磁部品の挙動をシミュレートする処理をコンピュータが実行するシミュレーション方法であって、前記コンピュータは、前記解析モデルに基づく磁界解析によって得られる、前記コイルにおける鎖交磁束と、前記コイルのインダクタンスと、前記コイルに流れる電流とを関連付けたルックアップテーブルを作成し、前回及び前々回のシミュレーションステップで算出した前記コイルに流れる電流を用いて前記ルックアップテーブルを参照して、前記電磁部品の挙動をシミュレートする処理を実行する。
 本発明に係るシミュレーション装置は、コイルを有する電磁部品の解析モデルに基づいて、複数時点それぞれにおける該電磁部品の挙動をシミュレートする演算部を備えるシミュレーション装置であって、前記演算部は、前記解析モデルに基づく磁界解析によって得られる、前記コイルにおける鎖交磁束と、前記コイルのインダクタンスと、前記コイルに流れる電流とを関連付けたルックアップテーブルを作成し、前回及び前々回のシミュレーションステップで算出した前記コイルに流れる電流を用いて前記ルックアップテーブルを参照して、前記電磁部品の挙動をシミュレートする。
 本発明によれば、反復計算を行うことなく、非線形電圧方程式を解いて電磁部品の動的な挙動をシミュレートすることができる。
本発明の実施形態1に係るシミュレーション装置の構成を示すブロック図である。 回転軸方向から見たモータを示す模式図である。 モータの回路構成を示す模式図である。 シミュレーション装置が実行する連成解析の概要を示す概念図である。 LUTの作成に係る演算部の処理手順を示すフローチャートである。 連成解析に係る演算部の処理手順を示すフローチャートである。 実施形態1に係るモータ挙動シミュレーションに係る演算部の処理手順を示すフローチャートである。 実施形態1に係るシミュレーション装置の作用効果を示す相電流のシミュレーション結果を示すグラフである。 実施形態1に係るシミュレーション装置の作用効果を示す相電流のシミュレーション結果を示すグラフである。 実施形態1に係るシミュレーション装置の作用効果を示す鎖交磁束のシミュレーション結果を示すグラフである。 実施形態1に係るシミュレーション装置の作用効果を示す鎖交磁束のシミュレーション結果を示すグラフである。 実施形態1に係るシミュレーション装置の作用効果を示す誘起電圧のシミュレーション結果を示すグラフである。 実施形態1に係るシミュレーション装置の作用効果を示す誘起電圧のシミュレーション結果を示すグラフである。 実施形態1に係るシミュレーション装置の作用効果を示す中性点電位のシミュレーション結果を示すグラフである。 実施形態1に係るシミュレーション装置の作用効果を示す中性点電位のシミュレーション結果を示すグラフである。
 以下、本発明をその実施形態を示す図面に基づいて詳述する。
(実施形態1)
 図1は本発明の実施形態1に係るシミュレーション装置1の構成を示すブロック図である。図中1は、本発明の実施形態に係るシミュレーション装置1である。シミュレーション装置1は、例えば、CPU(Central Processing Unit)等の演算部11を備えたコンピュータであり、演算部11にはバスを介して記憶部12が接続されている。記憶部12は、例えば不揮発性メモリ及び揮発性メモリを備える。不揮発性メモリは、例えばEEPROM(Electrically Erasable Programmable ROM)等のROMである。不揮発性メモリは、コンピュータの初期動作に必要な制御プログラム、及び本実施形態に係るシミュレータプログラム21を記憶している。シミュレータプログラム21は、例えばモータ挙動シミュレータプログラム(コンピュータプログラム)21a、駆動回路シミュレータプログラム21b、磁界解析シミュレータプログラム21c等を含む。演算部11は、シミュレータプログラム21を実行することによって、複数時点それぞれにおけるモータ4(図2参照)の挙動をシミュレートするモータ挙動シミュレータ、モータ4を駆動する駆動回路の挙動をシミュレートする駆動回路シミュレータ、有限要素法、境界要素法等の磁界解析によってモータ4の挙動を磁界解析する磁界解析シミュレータとして機能する。揮発性メモリは、例えばDRAM(Dynamic RAM)、SRAM(Static RAM)等のRAMであり、演算部11の演算処理を実行する際に不揮発性メモリから読み出された制御プログラム、シミュレータプログラム21又は演算部11の演算処理によって生ずる各種データを一時記憶する。
 また記憶部12は、モータ4を構成する複数のコイル42、固定子41及び回転子43(図2参照)の二次元又は三次元形状及び電磁特性を表す解析モデル12a、モータ4を駆動する駆動回路モデル等を記憶している。
 図2は回転軸方向から見たモータ4を示す模式図、図3はモータ4の回路構成を示す模式図である。シミュレーション対象のモータ4は、例えば、三相永久磁石同期モータである。図2に示すモータ4は8極48スロットの埋込磁石型の永久磁石同期モータ(PMSM:Permanent Magnet Synchronous Motor)である。モータ4は、界磁束を発生させるU相コイル42u、V相コイル42v及びW相コイル42wが周方向に等配された円筒状の固定子41と、該固定子41の内径側に同心円状に配された回転子43とを備えている。各コイル42は、例えば図3に示すようにスター結線されている。図3中、Tnは中性点である。Tu,Tv,Twは、U相コイル42u、V相コイル42v及びW相コイル42wに電圧が印加される端子である。回転子43は、円柱状をなし、複数対の永久磁石43aを備えている。なお、極数、スロット数及びコイル42の数はこれに限定されない。解析モデル12aは、例えばモータ4を構成する複数のコイル42、固定子41及び回転子43の形状を表す3次元CADデータ等の3次元形状モデル、3次元形状モデルを構成する各部の材料特性等を含む。材料特性としては、磁化特性、電気特性、機械特性、熱特性、鉄損特性等が挙げられる。電気特性は、導電率、比誘電率等である。
 シミュレーション対象の駆動回路は、例えばドライバ及びインバータにて構成されている。記憶部12は、前記ドライバ及びインバータを構成する複数の回路素子及び各回路素子の接続状態及び特性を表す駆動回路モデルを記憶している。
 更に、記憶部12は、モータ4の動的な挙動をシミュレートするための特性データベースとして、LUT12b及びトルクLUT12cを記憶する。各特性データベースは、モータ4の挙動をシミュレートする前段階に作成されるものである。LUT12b及びトルクLUT12cの詳細は後述する。
 なお記憶部12として、ハードディスクドライブ、ソリッドステートドライブ等の読み出しが可能なディスクドライブ、及び可搬式の記録媒体2からデータの読み出しが可能なCD-ROMドライブ等の装置を備えても良い。本実施形態に係るシミュレータプログラム21又はモータ挙動シミュレータプログラム21aは、可搬式メディアであるCD(Compact Disc)-ROM、DVD(Digital Versatile Disc)-ROM、BD(Blu-ray Disc)(登録商標)等の記録媒体2にコンピュータ読み取り可能に記録されている。なお、光ディスクは、記録媒体2の一例であり、フレキシブルディスク、磁気光ディスク、外付けハードディスク、半導体メモリ等にシミュレータプログラム21又はモータ挙動シミュレータプログラム21aをコンピュータ読み取り可能に記録しても良い。演算部11は、記録媒体2からシミュレータプログラム21又はモータ挙動シミュレータプログラム21aを読み出して、ハードディスクドライブ、ソリッドステートドライブ等に記憶させる。演算部11は、記録媒体2に記録されたシミュレータプログラム21又は記憶部12が記憶するシミュレータプログラム21を、実行することにより、コンピュータをシミュレーション装置1として機能させる。
 また、シミュレーション装置1は、図1に示すようにキーボード又はマウス等の入力装置13と、液晶ディスプレイ又はCRTディスプレイ等の出力装置14とを備えており、データの入力等の使用者からの操作を受け付ける。
 更に、シミュレーション装置1は、通信インタフェース15を備え、通信インタフェース15に接続されている外部のサーバコンピュータ3から本発明に係るシミュレータプログラム21又はモータ挙動シミュレータプログラム21aをダウンロードし、演算部11にて処理を実行する形態であってもよい。
 図4はシミュレーション装置1が実行する連成解析の概要を示す概念図である。まず、シミュレーション装置1は、モータ4の挙動をシミュレートする前に、有限要素法モデル等の解析モデル12aに基づく磁界解析によってモータ4の各種特性を算出する。例えば、演算部11は、モータ4の特性として、回転子43の永久磁石43aに係る鎖交磁束成分と、相電流に係る鎖交磁束成分との総和であるトータル磁束Ψ(以下、単に鎖交磁束と呼ぶ)と、各コイル42のインダクタンスLと、各コイル42に流れる電流Iと、回転子43の機械角θとを対応付けたLUT(Ψ,L,I,θ)12b等を作成する。インダクタンスLには、各コイル42の自己インダクタンス及び各コイル42間の相互インダクタンスが含まれる。また、回転子43に生ずるトルクTと、各コイル42に流れる電流Iと、回転子43の機械角θとを対応付けたトルクLUT12cを作成する。
 そして、シミュレーション装置1は、モータ挙動シミュレータと、駆動回路シミュレータとを連成させて、モータ4の動的な挙動をシミュレートする。駆動回路シミュレータは、モータ4の各コイル42の端子Tu,Tv,Twに印加される電圧[V]=[Vu、Vv、Vw]及び回転子43の機械角をモータ挙動シミュレータに引き渡す。モータ挙動シミュレータは、電圧[V]及び回転子43の機械角等を用いてLUT12b及びトルクLUT12cを参照して各コイル42の電流[I]=[Iu,Iv,Iw]及びモータ4のトルクを求め、そのシミュレーション結果を駆動回路シミュレータに返す。以下、同様の処理を反復的に実行することによって、モータ4の動的な挙動をシミュレートすることができる。
 以下、本実施形態に係るシミュレーション方法として、LUT12bの作成手順、モータ4の挙動シミュレート手順を順に説明する。
 図5はLUT12bの作成に係る演算部11の処理手順を示すフローチャートである。シミュレーション装置1の演算部11は、記憶部12が記憶しているモータ挙動シミュレータプログラム21aに従って、以下の処理を実行する。演算部11は、まずシミュレーション対象であるモータ4の解析モデル12a及び駆動回路モデルの選択、その他各種設定を入力装置13にて受け付ける(ステップS11)。
 次いで、演算部11は、駆動状態を示すパラメータ、つまり各コイル42を流れる電流、及び回転子43の機械角の値を振りながら、有限要素法による磁界解析を実行する(ステップS12)。なお、各コイル42を流れる電流を振る際、電流保存側を満たすように各コイル42に流れる電流を設定する。有限要素法では、モータ4の3次元形状モデルを複数の要素に分割する。例えば、演算部11は、モータ4の3次元形状モデルを複数の四面体要素、六面体要素、四角錐要素、三角柱要素等に分割する。演算部11は、マクスウェル方程式から得られる多元一次連立方程式を、特定の境界条件、例えばディリクレ境界条件、ノイマン境界条件の下で数値計算することにより、各要素の磁気ベクトルポテンシャルを算出する。磁気ベクトルポテンシャルから、モータ4の各部の磁界又は磁束密度が得られる。磁界又は磁束密度は、電流、トルク等を算出するための基本的な情報である。なお、準定常磁場はマクスウェル方程式で記述される。
 次いで、演算部11は、ステップS12の磁界解析結果に基づいて、各コイル42の電流及び回転子43の位置に応じた各コイル42における鎖交磁束を算出する(ステップS13)。また、演算部11は、各コイル42の自己インダクタンス及び相互インダクタンスを算出する(ステップS14)。
 ここで算出する自己インダクタンス及び相互インダクタンスは微分インダクタンスであり、下記式(5)で表される。以下、単に自己インダクタンス及び相互インダクタンスと呼ぶ。
L=∂Ψ/∂I={Ψ(I+ΔI,θ)-Ψ(I,θ)}/ΔI…(5)
但し、
L:微分インダクタンス(自己インダクタンス及び相互インダクタンス)
Ψ:各コイル42における鎖交磁束
I:各コイル42に流れる電流
ΔI:電流の微小変化
 なお、上記微分インダクタンスは、3相コイルの場合、各コイル42の鎖交磁束と、微小変化させる各コイル42の電流毎に求められ、3×3のインダクタンス行列で表される。3×3=9個の行列成分は、Luu=∂Ψu/∂Iu、Luv=∂Ψu/∂Iv、Luw=∂Ψu/∂Iw、Lvu=∂Ψv/∂Iu、Lvv=∂Ψv/∂Iv、Lvw=∂Ψv/∂Iw、Lwu=∂Ψw/∂Iu、Lwv=∂Ψw/∂Iv、Lww=∂Ψw/∂Iwである。
 次いで、演算部11は、ステップS12の磁界解析結果に基づいて、各コイル42の電流及び回転子43の位置に応じて回転子43に作用する電磁力を算出し、該回転子43に働くトルクを算出する(ステップS15)。演算部11は、例えば節点力法等の手法を用いて、回転子43に作用する電磁力を算出する。
 次いで、演算部11は、ステップS12の磁界解析結果に基づいて、各コイルにおける鎖交磁束と、各コイル42の自己インダクタンス及び相互インダクタンスと、各コイル42に流れる電流と、回転子43の機械角とを対応付けて格納したLUT12bを作成する(ステップS16)。
 次いで、演算部11は、ステップS15で算出したトルクと、各コイル42に流れる電流と、回転子43の機械角とを対応付けて格納したトルクLUT12cを作成し(ステップS17)、処理を終える。
 なお、LUT12b及びトルクLUT12cを別体のテーブルであるものとして説明したが、これらのテーブルを一つのテーブルで構成してもよい。
 図6は連成解析に係る演算部11の処理手順を示すフローチャートである。演算部11は、コイル42に印加される電圧、電流、回転子43の位置等の初期値を設定する(ステップS31)。
 次いで、演算部11は、前回のシミュレーションステップで算出されたコイル42の電流及び回転子43に働くトルクに基づいて、次シミュレーションステップにおいてコイル42に印加される電圧及び回転子43の機械角を算出する(ステップS32)。ステップS32の処理は、駆動回路シミュレータによって実行され(図4参照)、シミュレーション結果である電圧[V]=[Vu、Vv、Vw]及び回転子43の機械角をモータ挙動シミュレータに与える。
 次いで、演算部11は、モータ4に印加される電圧、前回以前のシミュレーションステップで算出した各コイル42の電流、各コイル42における鎖交磁束、回転子43の位置等に基づいて、モータ4の挙動をシミュレートし、各コイル42に流れる電流、回転子43に生ずるトルクを算出する(ステップS33)。ステップS33の処理は、モータ挙動シミュレータによって実行され(図4参照)、シミュレーション結果であるコイル42の電流[I]=[Iu,Iv,Iw]及び回転子43に生ずるトルクは、駆動回路シミュレータに引き渡される。ステップS33の詳細な処理は後述する。
 次いで、演算部11はシミュレーションの終了条件を満たすか否かを判定する(ステップS34)。例えば、所定の実時間に相当する所定回数のシミュレーションステップを実行した場合、演算部11はシミュレーションを終了する。シミュレーションの終了条件を満たさないと判定した場合(ステップS34:NO)、演算部11は処理をステップS32へ戻し、ステップS32及びステップS33の処理を反復実行する。シミュレーションの終了条件が満たされたと判定した場合(ステップS34:YES)、演算部11は処理を終了する。
 以下、ステップS33における演算部11の処理手順の詳細を説明する前に、各コイル42に印加される電圧に基づいて、各コイル42に流れる電流及び中性点の電位を算出する方法の理論を説明する。
 図3に示すようなスター結線回路の電圧方程式は、上記式(1)~(3)で表すことができる。また、中性点Tnでは、上記式(4)に示す電流保存則が成り立つ。
 U相コイル42uの電圧方程式に着目する。上記式(1)で表される当該電圧方程式の時間微分を時間差分Δtに置き換えると下記式(6)のようになる。
Figure JPOXMLDOC01-appb-M000004
 
 ここで、鎖交磁束Ψは未知数である電流Iに依存しているが、これを陽に電流Iを使って表現することを考える。電流起源による鎖交磁束成分は微分インダクタンスと電流を用いて記述することができるため、上記式(6)における鎖交磁束の時間微分成分は電流起源による鎖交磁束成分を分離して下記式(7)のように表すことができる。
Figure JPOXMLDOC01-appb-M000005
 
 上記式(7)の右辺第2項及び第3項は、回転子43の回転等、電流変化以外に起因する電圧を表している。この、第2項及び第3項を、更に前のシミュレーションステップでの値で近似すると、上記式(7)は下記式(8)で表すことができる。
Figure JPOXMLDOC01-appb-M000006
 
 上記式(8)を上記式(6)に代入すると、式(8)は下記式(9)となる。
Figure JPOXMLDOC01-appb-M000007
 
 上記式(9)の両辺に時間Δtを乗じ、未知数である電流I及び中性点Tnにおける電位Vnを左辺に、既知量の項を右辺に移項すると、式(9)は下記式(10)となる。
Figure JPOXMLDOC01-appb-M000008
 
 U相コイル42uと同様、上記式(2)で表されるV相コイル42vの電圧方程式は下記式(11)で表される。
Figure JPOXMLDOC01-appb-M000009
 
 U相コイル42uと同様、上記式(3)で表されるW相コイル42wの電圧方程式は下記式(12)で表される。
Figure JPOXMLDOC01-appb-M000010
 
 上記式(10)、(11)、(12)と、上記式(4)の電流保存式をまとめてマトリクス形式で記述すると、下記式(13)となる。
Figure JPOXMLDOC01-appb-M000011
 
 上記式(13)中、インダクタンス及び鎖交磁束は、電流I=(Iu,Iv,Iw)及び回転子43の機械角θをキーにしてLUT12bを参照することによって読み出すことができる。上記式(13)によれば、前回及び前々回のシミュレーションステップ(第(n-1)ステップ及び第(n-2)ステップ)における情報を用いることによって、反復計算することなしに、今回のシミュレーションステップ(第nステップ)における各コイル42に流れる電流及び中性点Tnにおける電位を算出することができる。
 図7は実施形態1に係るモータ挙動シミュレーションに係る演算部11の処理手順を示すフローチャートである。以下、第nステップ目におけるステップS33の処理内容を説明する。nは3以上の整数とする。演算部11は、駆動回路シミュレータから各コイル42に印加される電圧及び回転子43の機械角を取得する(ステップS51)。例えば、駆動回路シミュレータがシミュレーション結果をファイルとして出力する構成の場合、演算部11は該ファイルから各コイル42の印加電圧及び回転子43の機械角を読み出す。
 演算部11は、第(n-1)シミュレーションステップにおける各コイル42の電流、第nシミュレーションステップにおける回転子43の機械角をキーにして、LUT12bを参照し、各コイル42の自己インダクタンス及び相互インダクタンスを読み出す(ステップS52)。また、演算部11は、第(n-2)シミュレーションステップにおける各コイル42の電流、第(n-1)シミュレーションステップにおける回転子43の機械角をキーにして、LUT12bを参照し、各コイル42の自己インダクタンス及び相互インダクタンスを読み出す(ステップS53)。
 次いで、演算部11は、第(n-1)シミュレーションステップにおける各コイル42の電流、第nシミュレーションステップにおける回転子43の機械角をキーにして、LUT12bを参照し、各コイル42における鎖交磁束を読み出す(ステップS54)。また、演算部11は、第(n-2)シミュレーションステップにおける各コイル42の電流、第(n-1)シミュレーションステップにおける回転子43の機械角をキーにして、LUT12bを参照し、各コイル42における鎖交磁束を読み出す(ステップS55)。
 なお、説明の便宜上、ステップS52~ステップS55の順に各ステップに分けて説明したが、処理の順序は特に限定されるものではない。また、ステップS52及びステップS54を同時的に実行してもよい。ステップS53及びステップS55を同時的に実行してもよい。
 演算部11は、各コイル42に印加される電圧と、ステップS52~ステップS55で読み出したインダクタンス及び鎖交磁束とに基づいて、上記式(13)により、第nシミュレーションステップにおける各コイル42に流れる電流及び中性点Tnの電位を算出する(ステップS56)。
 次いで演算部11は、ステップS56で算出して得た各コイル42の電流と、回転子43の機械角とをキーにして、トルクLUT12cから回転子43に作用するトルクを読み出す(ステップS57)。
 そして、演算部11は、ステップS56で算出して得た各コイル42の電流と、ステップS57で読み出したトルクとを駆動回路シミュレータへ出力し(ステップS58)、処理を終える。
 このように構成されたシミュレーション装置1、シミュレーション方法及びシミュレータプログラム21の作用効果を説明する。作用効果を示すための実シミュレーションは、図2に示すような形状を有する8極48スロットの埋込磁石型の永久磁石同期モータを用いて行った。固定子41のスロットにはコイル42が分布巻されている。
 図8A及び図8B、図9A及び図9B、図10A及び図10B及び図11A及び図11Bは、それぞれ実施形態1に係るシミュレーション装置1の作用効果を示す相電流、鎖交磁束、誘起電圧及び中性点電位のシミュレーション結果を示すグラフである。図8A、図9A、図10A、図11Aは、本実施形態1に係るシミュレーション装置1を用いてモータ4の挙動をシミュレートした演算結果であり、図8B、図9B、図10B、図11Bは、有限要素法を用いた磁界解析によりモータ4の挙動をシミュレートして得られた演算結果である。横軸は時間を示す。図8A及び図8Bに示すグラフの縦軸は各コイル42を流れる電流、図9A及び図9Bに示すグラフの縦軸は各コイル42における鎖交磁束、図10A及び図10Bに示すグラフの縦軸は各コイル42における誘起電圧、図11A及び図11Bに示すグラフの縦軸は中性点電位を示す。
 図8A及び図8B~図11A及び図11Bに示すように、各コイル42の相電流、鎖交磁束、誘起電圧及び中性点電位が精度良く再現されている。
 以上の通り、本実施形態1に係るシミュレーション装置1、シミュレーション方法及びシミュレータプログラム21によれば、反復計算を行うことなく、非線形電圧方程式を解いてモータ4の動的な挙動をシミュレートすることができる。
 また、図8A及び図8B~図11A及び図11Bに示すように、厳密解とする磁界解析による演算結果と略同一のシミュレート結果が得られており、モータ4の挙動を精度良くシミュレートすることができる。
 なお、本実施形態では可動子が回転する回転機としてのモータ4を説明したが、可動子が直動する直動機としてのモータ4に本発明を適用することによって、モータ4の動的な挙動をシミュレートすることもできる。解析モデル12aの形状が異なるだけで、同様の処理手順で直動機の挙動をシミュレートすることができる。
 また、解析対象として可動子が直線移動又は回転移動する対象を説明したが、可動子の移動態様は特に限定されるものでは無く、可動子が振動するようなモータ4、可動子が直線移動するリニアモータ、ソレノイドアクチュエータ等に対しても本発明を適用することができる。また、誘導機に対しても本発明を適用することができる。
 更に、本発明の適用対象は、可動子を有するモータのシミュレートに限定されるものでは無く、複数のコイルを有する任意の電磁部品に対しても本発明を適用することができる。例えば、トランス、非接触充電器等の静止器の挙動をシミュレートする場合に本発明を適用することも可能である。
 更にまた、本実施形態では、駆動回路シミュレータからモータ挙動シミュレータへ電圧を引き渡し、モータ挙動シミュレータから駆動シミュレータへ電流及びトルクを戻す例を説明したが、各シミュレータ間でやり取りする物理量はこれに限定されるものでは無く、やり取りする物理量は適宜選択すれば良い。また、モータ4又は発電機の状態を表す物理定数を交換するように構成しても良い。
 例えば、駆動回路シミュレータからモータ挙動シミュレータへ電流を引き渡し、モータ挙動シミュレータから駆動シミュレータへ電圧を戻すように構成してもよい。この場合、モータ挙動シミュレータは、電流を既知量、各コイル42の電圧を未知量として、上記式(13)を解き、算出して得た各コイル42に生ずる電圧を算出し、算出した電圧を駆動回路シミュレータに戻す。
 更に、本実施形態1では、各コイル42に流れる電流と、回転子43の機械角と、各コイル42における鎖交磁束と、各コイル42のインダクタンスとを対応付けた情報としてのLUT12bを説明したが、各コイルの電流及び回転子43の機械角が入力された場合、各コイル42の自己インダクタンス及び相互インダクタンスが出力される第1LUTと、各コイルの電流及び回転子43の機械角が入力された場合、各コイル42における鎖交磁束が出力される第2LUTを用いてもよい。
 更にまた、本実施形態1では、主にスター結線のモータ4の挙動シミュレーションについて説明したが、本発明は任意の回路に適用することができ、結線方式は特に限定されるものではなく、デルタ結線、その他の任意の方式で結線されたモータ4の挙動をシミュレートする場合にも本発明を適用することができる。デルタ結線の場合も基本的な考え方はスター結線の場合と同様であり、電圧方程式は下記式(14)で表される。上記実施形態1と同様の手順で、下記式(14)を解くことによってモータ4の挙動をシミュレートすることができる。
Figure JPOXMLDOC01-appb-M000012
 
 更にまた、正常な回路のみならず、断線した回路におけるモータ4の挙動もシミュレートすることができる。例えば、W相が断線してW相が欠相しているような場合、Iw=0として上記式(13)又は(14)を解くことによって、断線状態におけるモータ4の挙動をシミュレートすることができる。
(実施形態2)
 実施形態2に係るシミュレーション装置1、シミュレーション方法及びシミュレータプログラム21は、固定子及び可動子を有するχ相モータの挙動をシミュレートする点が実施形態1と異なるため、以下では主に上記相違点を説明する。χは4以上の自然数である。また、実施形態2では、可動子は回転子43に限定されないものとして説明する。更に、各コイルの電気抵抗値は必ずしも同一でないものとして説明する。その他の構成及び作用効果は実施形態1と同様であるため、対応する箇所には同様の符号を付して詳細な説明を省略する。
 χ相の電圧方程式は、実施形態1と同様の考え方で、下記式(15)のように表すことができる。
Figure JPOXMLDOC01-appb-M000013
 
 LUT12bは、χ相の各コイル42に流れる電流と、可動子の位置と、各コイル42の自己インダクタンス及び相互インダクタンスと、各コイル42における鎖交磁束とを対応付けたテーブルである。
 演算部11は、実施形態1同様、第(n-1)シミュレーションステップにおける各コイル42の電流、第nシミュレーションステップにおける可動子の機械角をキーにして、LUT12bを参照し、各コイル42の自己インダクタンス及び相互インダクタンス並びに各コイル42における鎖交磁束を読み出す。また、演算部11は、第(n-2)シミュレーションステップにおける各コイル42の電流、第(n-1)シミュレーションステップにおける回転子43の機械角をキーにして、LUT12bを参照し、各コイル42の自己インダクタンス及び相互インダクタンス並びに各コイル42における鎖交磁束を読み出す。
 演算部11は、各コイル42に印加される電圧と、上記処理で読み出したインダクタンス及び鎖交磁束とに基づいて、上記式(15)により、第nシミュレーションステップにおける各コイル42に流れる電流及び中性点の電位を算出する。
 以下、同様にして、演算部11は、算出して得た各コイル42の電流と、回転子43の機械角とをキーにして、トルクLUT12cから回転子43に作用するトルクを読み出し、算出して得た各コイル42の電流と、読み出したトルクとを駆動回路シミュレータへ出力する処理を実行する。
 以上の通り、本実施形態2に係るシミュレーション装置1、シミュレーション方法及びシミュレータプログラム21によれば、実施形態1同様、反復計算を行うことなく、非線形電圧方程式を解いてモータ4の動的な挙動をシミュレートすることができる。
 なお、実施形態2は、スター結線されたχ相モータを一例として説明したが、実施形態1で説明したように、χ相モータにおいても結線方式は特に限定されるものではない。
(実施形態3)
 実施形態3に係るシミュレーション装置1、シミュレーション方法及びシミュレータプログラム21は、χ個のコイル42を有するトランスの挙動をシミュレートする点が実施形態1又は実施形態2と異なるため、以下では主に上記相違点を説明する。χは1以上の自然数である。χ個のコイル42は、例えば一次コイルである。コイル42が複数である場合、各コイル42の電気抵抗値は必ずしも同一でないものとして説明する。その他の構成及び作用効果は実施形態1と同様であるため、対応する箇所には同様の符号を付して詳細な説明を省略する。
 コイル42の電圧方程式は、実施形態2の上記式(15)と同様であり、機械角θ依存性が無い式を考えればよい。また、中性点が存在しないトランスの場合、中性点電位を無視した式を考えればよい。
 演算部11による処理手順は、可動子が存在しない点、トルクを計算しない点を除けば実施形態2と同様である。
 以上の通り、本実施形態3に係るシミュレーション装置1、シミュレーション方法及びシミュレータプログラム21によれば、実施形態1同様、反復計算を行うことなく、非線形電圧方程式を解いてトランスの動的な挙動をシミュレートすることができる。
 今回開示された実施形態はすべての点で例示であって、制限的なものではないと考えられるべきである。本発明の範囲は、上記した意味ではなく、請求の範囲によって示され、請求の範囲と均等の意味及び範囲内でのすべての変更が含まれることが意図される。
 1 シミュレーション装置
 2 記録媒体
 3 サーバコンピュータ
 4 モータ
 11 演算部
 12 記憶部
 12a 解析モデル
 12b LUT
 12c トルクLUT
 13 入力装置
 14 出力装置
 15 通信インタフェース
 21 シミュレータプログラム
 21a モータ挙動シミュレータプログラム
 21b 駆動回路シミュレータプログラム
 21c 磁界解析シミュレータプログラム
 41 固定子
 42 コイル
 42u U相コイル
 42v V相コイル
 42w W相コイル
 43 回転子
 Tn 中性点
 

Claims (8)

  1.  コイルを有する電磁部品の解析モデルに基づいて、複数時点それぞれにおける該電磁部品の挙動をシミュレートする処理をコンピュータに実行させるためのコンピュータプログラムであって、
     前記解析モデルに基づく磁界解析によって得られる、前記コイルにおける鎖交磁束と、前記コイルのインダクタンスと、前記コイルに流れる電流とを関連付けたルックアップテーブルを作成し、
     前回及び前々回のシミュレーションステップで算出した前記コイルに流れる電流を用いて前記ルックアップテーブルを参照して、前記電磁部品の挙動をシミュレートする
     処理を前記コンピュータに実行させるためのコンピュータプログラム。
  2.  前記電磁部品は複数のコイル、固定子及び可動子を有するモータであり、
     前記ルックアップテーブルは、
     前記複数のコイルにおける鎖交磁束と、前記複数のコイルのインダクタンスと、前記複数のコイルに流れる電流と、前記可動子の位置とを関連付けたテーブルであり、
     前回及び前々回のシミュレーションステップで算出した各コイルに流れる電流、及び前回のシミュレーションステップで算出した前記可動子の位置を用いて前記ルックアップテーブルを参照して、前記モータの挙動をシミュレートする
     処理を前記コンピュータに実行させるための請求項1に記載のコンピュータプログラム。
  3.  前記モータの各コイルに与えられる電圧を外部の駆動回路シミュレータから取得し、
     前回のシミュレーションステップで算出した各コイルに流れる電流、及び今回のシミュレーションステップにおける前記可動子の位置を用いて前記ルックアップテーブルを参照して、前記複数のコイルのインダクタンス及び各コイルにおける鎖交磁束を読み出し、
     前々回のシミュレーションステップで算出した各コイルに流れる電流、及び前回のシミュレーションステップにおける前記可動子の位置を用いて前記ルックアップテーブルを参照して、前記複数のコイルのインダクタンス及び各コイルにおける鎖交磁束を読み出し、
     読み出された各コイルのインダクタンス及び鎖交磁束と、取得した電圧とに基づいて、今回のシミュレーションステップにおける各コイルの電流を算出する
     処理を前記コンピュータに実行させるための請求項2に記載のコンピュータプログラム。
  4.  前記電磁部品はスター結線されたモータであり、
     前記モータの各コイルに与えられる電圧を外部の駆動回路シミュレータから取得し、
     前回のシミュレーションステップで算出した各コイルに流れる電流、及び今回のシミュレーションステップにおける前記可動子の位置を用いて前記ルックアップテーブルを参照して、前記複数のコイルのインダクタンス及び各コイルにおける鎖交磁束を読み出し、
     前々回のシミュレーションステップで算出した各コイルに流れる電流、及び前回のシミュレーションステップにおける前記可動子の位置を用いて前記ルックアップテーブルを参照して、前記複数のコイルのインダクタンス及び各コイルにおける鎖交磁束を読み出し、
     読み出された各コイルのインダクタンス及び鎖交磁束と、取得した電圧とに基づいて、今回のシミュレーションステップにおける中性点の電位を算出する
     処理を前記コンピュータに実行させるための請求項2に記載のコンピュータプログラム。
  5.  前記電磁部品はスター結線された複数のコイルを有するモータであり、固定子及び可動子を備え、
     前記ルックアップテーブルは、
     前記複数のコイルにおける鎖交磁束と、前記複数のコイルのインダクタンスと、前記複数のコイルに流れる電流と、前記可動子の位置とを関連付けたテーブルであり、
     前記モータの各コイルに与えられる電圧を外部の駆動回路シミュレータから取得し、
     前回のシミュレーションステップで算出した各コイルに流れる電流、及び今回のシミュレーションステップにおける前記可動子の位置を用いて前記ルックアップテーブルを参照して、前記複数のコイルのインダクタンス及び各コイルにおける鎖交磁束を読み出し、
     前々回のシミュレーションステップで算出した各コイルに流れる電流、及び前回のシミュレーションステップにおける前記可動子の位置を用いて前記ルックアップテーブルを参照して、前記複数のコイルのインダクタンス及び各コイルにおける鎖交磁束を読み出し、
     今回のシミュレーションステップにおける各コイルの電流及び中性点の電位を下記式(1)に基づいて算出する
     処理を前記コンピュータに実行させるための請求項1に記載のコンピュータプログラム。
    Figure JPOXMLDOC01-appb-M000001
     
  6.  前記電磁部品はトランスであり、
     前記ルックアップテーブルは、
     前記コイルにおける鎖交磁束と、前記コイルのインダクタンスと、前記コイルに流れる電流とを関連付けたテーブルであり、
     前回のシミュレーションステップで算出した前記コイルに流れる電流を用いて前記ルックアップテーブルを参照して、前記コイルのインダクタンス及び前記コイルにおける鎖交磁束を読み出し、
     前々回のシミュレーションステップで算出した前記コイルに流れる電流を用いて前記ルックアップテーブルを参照して、前記コイルのインダクタンス及び前記コイルにおける鎖交磁束を読み出し、
     読み出された前記コイルのインダクタンス及び鎖交磁束に基づいて、今回のシミュレーションステップにおける前記コイルの電流を算出する
     処理を前記コンピュータに実行させるための請求項1に記載のコンピュータプログラム。
  7.  コイルを有する電磁部品の解析モデルに基づいて、複数時点それぞれにおける該電磁部品の挙動をシミュレートする処理をコンピュータが実行するシミュレーション方法であって、
     前記コンピュータは、
     前記解析モデルに基づく磁界解析によって得られる、前記コイルにおける鎖交磁束と、前記コイルのインダクタンスと、前記コイルに流れる電流とを関連付けたルックアップテーブルを作成し、
     前回及び前々回のシミュレーションステップで算出した前記コイルに流れる電流を用いて前記ルックアップテーブルを参照して、前記電磁部品の挙動をシミュレートする
     処理を実行するシミュレーション方法。
  8.  コイルを有する電磁部品の解析モデルに基づいて、複数時点それぞれにおける該電磁部品の挙動をシミュレートする演算部を備えるシミュレーション装置であって、
     前記演算部は、
     前記解析モデルに基づく磁界解析によって得られる、前記コイルにおける鎖交磁束と、前記コイルのインダクタンスと、前記コイルに流れる電流とを関連付けたルックアップテーブルを作成し、
     前回及び前々回のシミュレーションステップで算出した前記コイルに流れる電流を用いて前記ルックアップテーブルを参照して、前記電磁部品の挙動をシミュレートする
     シミュレーション装置。
     
PCT/JP2020/024259 2020-05-07 2020-06-19 コンピュータプログラム、シミュレーション方法及びシミュレーション装置 WO2021225005A1 (ja)

Priority Applications (4)

Application Number Priority Date Filing Date Title
CN202080002875.9A CN112204560B (zh) 2020-05-07 2020-06-19 计算机程序、模拟方法和模拟装置
EP20811230.0A EP3933652A1 (en) 2020-05-07 2020-06-19 Computer program, simulation method, and simulation device
US16/950,331 US11074378B1 (en) 2020-05-07 2020-11-17 Non-transitory computer readable recording medium storing a computer program, simulation method and simulation device for simulating dynamic behavior of electromagnetic component
US17/345,633 US11954416B2 (en) 2020-05-07 2021-06-11 Non-transitory computer readable recording medium storing a computer program, simulation method and simulation device for simulating dynamic behavior of electromagnetic component

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2020082054A JP6781855B1 (ja) 2020-05-07 2020-05-07 コンピュータプログラム、シミュレーション方法及びシミュレーション装置
JP2020-082054 2020-05-07

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US16/950,331 Continuation US11074378B1 (en) 2020-05-07 2020-11-17 Non-transitory computer readable recording medium storing a computer program, simulation method and simulation device for simulating dynamic behavior of electromagnetic component

Publications (1)

Publication Number Publication Date
WO2021225005A1 true WO2021225005A1 (ja) 2021-11-11

Family

ID=73022392

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2020/024259 WO2021225005A1 (ja) 2020-05-07 2020-06-19 コンピュータプログラム、シミュレーション方法及びシミュレーション装置

Country Status (3)

Country Link
EP (1) EP3933652A1 (ja)
JP (2) JP6781855B1 (ja)
WO (1) WO2021225005A1 (ja)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012143144A (ja) * 2010-12-30 2012-07-26 Ls Industrial Systems Co Ltd 電気自動車の誘導電動機のトルク制御システム及びその方法
JP2018124831A (ja) * 2017-02-01 2018-08-09 サイエンス ソリューションズ株式会社 電磁界解析装置、方法及びプログラム
WO2019163587A1 (ja) * 2018-02-20 2019-08-29 日本電産株式会社 モータ制御システム、およびパワーステアリングシステム

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012143144A (ja) * 2010-12-30 2012-07-26 Ls Industrial Systems Co Ltd 電気自動車の誘導電動機のトルク制御システム及びその方法
JP2018124831A (ja) * 2017-02-01 2018-08-09 サイエンス ソリューションズ株式会社 電磁界解析装置、方法及びプログラム
WO2019163587A1 (ja) * 2018-02-20 2019-08-29 日本電産株式会社 モータ制御システム、およびパワーステアリングシステム

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
HIROYUKI KAIMORIKAN AKATSU: "Behavior Modeling of Permanent Magnet Synchronous Motors Using Flux Linkages for Coupling with Circuit Simulation", IEEJ JOURNAL OF INDUSTRY APPLICATIONS, JAPAN, THE INSTITUTE OF ELECTRICAL ENGINEERS OF JAPAN, vol. 7, no. 1, pages 56 - 63

Also Published As

Publication number Publication date
JP6781855B1 (ja) 2020-11-04
EP3933652A4 (en) 2022-01-05
EP3933652A1 (en) 2022-01-05
JP2021177365A (ja) 2021-11-11
JP2021177287A (ja) 2021-11-11

Similar Documents

Publication Publication Date Title
JP6468826B2 (ja) シミュレーション装置及びコンピュータプログラム
Hemeida et al. A simple and efficient quasi-3D magnetic equivalent circuit for surface axial flux permanent magnet synchronous machines
Bramerdorfer et al. Using FE calculations and data-based system identification techniques to model the nonlinear behavior of PMSMs
Pilat Analytical modeling of active magnetic bearing geometry
JP2009176061A (ja) インダクタンステーブル作成方法、インダクタンステーブル作成装置、シミュレーション装置及びコンピュータプログラム
Apostoaia AC machines and drives simulation platform
Thakar et al. Design of fractional-order PI controllers and comparative analysis of these controllers with linearized, nonlinear integer-order and nonlinear fractional-order representations of PMSM
US11954416B2 (en) Non-transitory computer readable recording medium storing a computer program, simulation method and simulation device for simulating dynamic behavior of electromagnetic component
Espírito‐Santo et al. On the influence of the pole and teeth shapes on the performance of linear switched reluctance actuator
Baranski FE analysis of coupled electromagnetic-thermal phenomena in the squirrel cage motor working at high ambient temperature
JP6781855B1 (ja) コンピュータプログラム、シミュレーション方法及びシミュレーション装置
Ciceo et al. PMSM current shaping for minimum joule losses while reducing torque ripple and vibrations
JP2016118831A (ja) 特性テーブル作成装置及びコンピュータプログラム
Chen et al. System identification by using RGA with a reduced-order robust observer for an induction motor
JP7462508B2 (ja) コンピュータプログラム、シミュレーション方法及びシミュレーション装置
Rihar et al. Cosimulation of ansys simplerer and MATLAB/Simulink
Garmut et al. Parameter identification for MTPA control based on a nonlinear dq dynamic IPMSM model
JP4785051B2 (ja) 電磁界解析方法および電磁界解析用プログラム
JP4481838B2 (ja) 回路シミュレータ、回路シミュレータの作成方法、回路シミュレータ用プログラム、および記録媒体
Matsuura et al. A motor control method by using Machine learning
Lebensztajn et al. A multi‐objective analysis of a special switched reluctance motor
JP3979527B2 (ja) 解析モデル生成方法、解析モデル生成装置、コンピュータプログラム、及び記録媒体
Benninger et al. Comparison of population-based algorithms for parameter identification for induction machine modeling
Kumaravelu et al. Simulation of outer rotor permanent magnet brushless DC motor using finite element method for torque improvement
Bojoi Advanced Dynamic Model of E-motor for Control Rapid Prototyping

Legal Events

Date Code Title Description
ENP Entry into the national phase

Ref document number: 2020811230

Country of ref document: EP

Effective date: 20201201

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 20811230

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE