変流器(CT)解析
Theory and Physics
Overview
Teacher! Today's topic is about Current Transformer (CT) analysis, right? What is it about?
Evaluation of ratio error and phase angle error for current measurement transformers. Analysis of waveform distortion due to magnetic saturation. Transient response simulation of CTs for protective relays.
Governing Equations
Discretization Methods
How do you actually solve these equations on a computer?
We use spatial discretization by the Finite Element Method (FEM). We assemble the element stiffness matrices and construct the global stiffness equation.
We perform transformation to the weak form (variational form) and use formulation by the Galerkin method using test functions and shape functions. The choice of element type (low-order elements vs. higher-order elements, full integration vs. reduced integration) directly affects the trade-off between solution accuracy and computational cost.
Matrix Solution Algorithms
What exactly are matrix solution algorithms?
We solve the simultaneous equations using direct methods (LU decomposition, Cholesky decomposition) or iterative methods (CG method, GMRES method). For large-scale problems, preconditioned iterative methods are effective.
| Solver | Classification | Memory Usage | Applicable Scale |
|---|---|---|---|
| LU Decomposition | Direct Method | O(n²) | Small to Medium Scale |
| Cholesky Decomposition | Direct Method (Symmetric Positive Definite) | O(n²) | Small to Medium Scale |
| PCG Method | Iterative Method | O(n) | Large Scale |
| GMRES Method | Iterative Method | O(n·m) | Large Scale / Non-symmetric |
| AMG Preconditioner | Preprocessing | O(n) | Very Large Scale |
So, if you cut corners on the finite element method part, you'll pay for it later. I'll keep that in mind!
Implementation in Commercial Tools
So, what software can be used for Current Transformer (CT) analysis?
| Tool Name | Developer/Current | Main File Format |
|---|---|---|
| JMAG-Designer | JSOL Corporation | .jmag, .jproj |
| Ansys Maxwell | Ansys Inc. | .aedt, .maxwell |
| COMSOL Multiphysics | COMSOL AB | .mph |
Vendor Lineage and Product Integration History
Does each software have a dramatic origin story?
JMAG-Designer
What exactly is JMAG?
Developed by Japan's JSOL Corporation. An electromagnetic field analysis tool specialized for electrical equipment design.
Current Affiliation: JSOL Corporation
Ansys Maxwell
Tell me about "Ansys Maxwell"!
Ansoft Maxwell. Low-frequency electromagnetic field analysis. Integrated into Ansys in 2008.
Current Affiliation: Ansys Inc.
Now I finally understand why the Japanese one is important!
COMSOL Multiphysics
Tell me about "COMSOL Multiphysics"!
Founded in Sweden in 1986. Started as FEMLAB with MATLAB integration, later renamed COMSOL. Strong in multiphysics.
Current Affiliation: COMSOL AB
File Formats and Interoperability
Are there any points to note when transferring data between different software?
| Format | Extension | Type | Overview |
|---|---|---|---|
| STEP | .stp/.step | Neutral CAD | 3D CAD data exchange format compliant with ISO 10303. Supports geometry + PMI. |
| IGES | .igs/.iges | Neutral CAD | Early CAD data exchange standard. Has issues with surface data compatibility. Transition to STEP is progressing. |
| JT | .jt | Lightweight 3D | Lightweight 3D format developed by Siemens. Standardized as ISO 14306. |
When converting models between different solvers, attention must be paid to the correspondence of element types, compatibility of material models, and differences in the representation of loads and boundary conditions. Especially, higher-order elements and special elements (cohesive elements, user-defined elements, etc.) often cannot be directly converted between solvers.
I see... formats seem simple at first glance, but they're actually very deep.
Practical Considerations
Are there any "field wisdom" things not found in textbooks?
Verifying mesh convergence, validating the appropriateness of boundary conditions, and performing sensitivity analysis of material parameters are extremely important.
- Mesh Dependency Verification: Confirm convergence with at least 3 levels of mesh density.
- Boundary Condition Validity: Setting physically meaningful constraint conditions.
- Result Verification: Comparison with theoretical solutions, experimental data, and known benchmark problems.
I've grasped the overall picture of Current Transformer (CT) analysis! I'll try to be mindful of it in my work starting tomorrow.
Yeah, you're doing great! Actually getting your hands dirty is the best way to learn. If you have any questions, feel free to ask anytime.
The Principle of Current Transformers (CTs) – The Eyes and Ears of the Power System that "Convert Current to Voltage"
A Current Transformer (CT) converts large currents (hundreds to tens of thousands of amperes) into small currents (1 A, 5 A) for measurement and protective relays. It operates on the principle of electromagnetic induction where the primary winding is passed through by the high-voltage system's busbar, inducing a proportional small current in the secondary winding. CT accuracy is defined by "ratio error" (transformation ratio error) and "phase angle error," with JIS C 1731 defining metering classes (0.1 to 0.5 class) and protective relay classes (5P to 10P class). In FEM analysis, ratio and phase errors are precisely evaluated using a complete model including the core's nonlinear BH characteristics, leakage flux, and winding inductance, confirming compliance with standards at the design stage.
Physical Meaning of Each Term
- Electric Field Term $\nabla$
Related Topics
この記事の評価ご回答ありがとうございます!参考に
なったもっと
詳しく誤りを
報告