In general, coupled analysis of electric circuits and finite elements is essential for magnetic field analysis. In EMSolution, three-phase AC power supplies can be coupled with finite elements using the CIRCUIT function and the NETWORK module. This section describes how to model three-phase AC power supplies using the NETWORK module, which allows you to set up electrical circuits more easily and intuitively than CIRCUIT, and explains some points to keep in mind when doing so.
For three-phase AC power supplies (
First, for the Y-type EMF in Fig. 1, as a precaution, a resistor
Next, for the
Another way to simulate 3-phase AC is to separate the 3 phases and make them independent circuits. In this case, there is no need to insert resistors, but the condition that the sum of the three-phase currents is zero is not satisfied. Alternatively, the circuit can be replaced by an equivalent circuit with two power supplies. In this case, the wiring and phase shift must be properly represented, which is not intuitive to understand or set up. With the NETWORK module, the actual circuit can be input as is in an intuitive manner.
Although equivalent analysis can be performed using CIRCUIT data, it is not easy to understand intuitively because it is necessary to extract independent current variables in advance, examine dependencies between element currents, and input connection matrices and other data into the input data. The NETWORK module can also be used to analyze induction motors by considering the end rings as resistance (see “Handling of Rotor Bars and End Rings in Two-Dimensional Analysis of Squirrel-cage Induction Machines”).
Table 1. Y-Y wiring circuit NETWORK data
* NETWORK * REGION_FACTOR * NETWORK 1 * VPS * ID * NODE1 * NODE2 * TIME_ID * VPS 1 1 11 1 VPS 2 1 12 2 VPS 3 1 13 3 * R * ID * NODE1 * NODE2 * RESISTANCE * R 4 11 21 1.0 R 5 12 22 1.0 R 6 13 23 1.0 * L * ID * NODE1 * NODE2 * INDUCTANCE * L 7 21 2 0.01 L 8 22 2 0.01 L 9 23 2 0.01 * R * ID * NODE1 * NODE2 * RESISTANCE * R 10 1 2 1.0e+006 * END NETWORK * END
Table 2. Time-varying data
* NO_DATA * 3 * TIME_ID * OPTION * 1 2 * AMPLITUDE * TCYCLE(s) * PHASE(deg) * 100 0.02 0.0 * TIME_ID * OPTION * 2 2 * AMPLITUDE * TCYCLE(s) * PHASE(deg) * 100 0.02 -120.0 * TIME_ID * OPTION * 2 3 * AMPLITUDE * TCYCLE(s) * PHASE(deg) * 100 0.02 -240.0
Table 3.
* NETWORK * REGION_FACTOR * NETWORK 1 * CPS * ID * NODE1 * NODE2 * TIME_ID * CPS 1 11 31 1 CPS 2 11 32 2 CPS 3 11 33 3 * R * ID * NODE1 * NODE2 * RESISTANCE * R 4 11 21 1.0 R 5 12 22 1.0 R 6 13 23 1.0 * L * ID * NODE1 * NODE2 * INDUCTANCE * L 7 21 2 0.01 L 8 22 2 0.01 L 9 23 2 0.01 * R * ID * NODE1 * NODE2 * RESISTANCE * R 11 31 12 1.0e-006 R 12 32 13 1.0e-006 R 13 33 11 1.0e-006 * END NETWORK * END
Table IV. Y-
* NETWORK * REGION_FACTOR * NETWORK 1 * CPS * ID * NODE1 * NODE2 * TIME_ID * CPS 1 1 11 1 CPS 2 1 12 2 CPS 3 1 13 3 * R * ID * NODE1 * NODE2 * RESISTANCE * R 4 11 21 1.0 R 5 12 22 1.0 R 6 13 23 1.0 * L * ID * NODE1 * NODE2 * INDUCTANCE * L 7 21 13 0.01 L 8 22 11 0.01 L 9 23 12 0.01 * R * ID * NODE1 * NODE2 * RESISTANCE * R 11 1 11 1.0e-006 R 12 2 12 1.0e-006 R 13 3 13 1.0e-006 * END NETWORK * END
Here, we analyzed only the circuit system without coupling with the finite element method. To analyze only the circuit system, INPUT_MESH_FILE=-1 was set in previous versions, but it is necessary to set the new option MESHLESS=1 starting from r10.1.1 as shown below. Please see the EMSolution Handbook “10. Input/output files”.
* INPUT_MESH_FILE * UNIT * NO_MESHES * MESHLESS * 0 0 0 1
Note : For versions prior to r10.1.1, INPUT_MESH_FILE=-1.
・ inputY-Y.ems
・ inputD-Y.ems
・ inputNETWORK_delta_AC.ems
・ pre_geom2D.neu : Stator mesh file
・ rotor_mesh2D : Rotor mesh file
©2020 Science Solutions International Laboratory, Inc.
All Rights reserved.