Modified Bertotti model identification tool (deprecated version)
Introduction
This document presents the modified Bertotti model identification tool available in Flux (deprecated version). This tool is provided to the user as a Microsoft Excel file, and uses iron loss measurements to determine the coefficients and exponents in that model that best fit the measurement set. The identification of these parameters is required to create a material containing a Bertotti model for iron loss computations in Flux.
- how to find the modified Bertotti model identification tool in Flux installation directory;
- a reminder of the modified Bertotti model for iron loss computations in Flux;
- a brief discussion on the data fitting approach implemented by the identification tool;
- how to use the identification tool.
Location of the identification tool
The Bertotti model identification tool is available in the following path:
INSTALLATION_FOLDER\Flux\DocExamples\Tools\BertottiLossesCoefficients
in which INSTALLATION_FOLDER represents the Flux installation directory in your system.
To run the modified Bertotti model identification tool, open the file BertottiLossesCoefficients.xls available in that location in Microsoft Excel.
The modified Bertotti model
The modified Bertotti model implemented in Flux separates iron losses in three different parts: hysteresis losses, classical eddy current losses and excess losses accordingly with the equation below:
Flux uses the expression above to evaluate the power density in AC steady state applications. In that equation:
- dP represents the total iron losses per unit volume (in W/m3);
- k1 is the hysteresis losses coefficient;
- k2 is the classical Foucault losses coefficient;
- k3 is the excess losses coefficient;
- α1 is the hysteresis losses exponent;
- α2 is the classical Foucault losses exponent;
- α3 is excess (or supplementary) losses exponent;
- f is the frequency (in Hz) and
- Bmax is the maximum magnetic flux density in an electrical period (in T).
Input data
Table 1 contains an example of iron losses measurements provided by an electrical steel supplier. Such measurements are usually performed on an Epstein frame, by imposing a sinusoidal magnetic flux density to the material.
Bmax (T) | Losses at 50 Hz (W/kg) | Losses at 100 Hz (W/kg) | Losses at 200 Hz (W/kg) | Losses at 2500 Hz (W/kg) |
---|---|---|---|---|
0.1 | 0.05 | 0.04 | 0.08 | 3.89 |
0.2 | 0.06 | 0.14 | 0.32 | 14.3 |
0.3 | 0.11 | 0.30 | 0.73 | 29.6 |
0.4 | 0.20 | 0.49 | 1.21 | 50.2 |
0.5 | 0.23 | 0.71 | 1.78 | 76.7 |
0.6 | 0.38 | 0.97 | 2.44 | 110 |
0.7 | 0.50 | 1.25 | 3.19 | 153 |
0.8 | 0.62 | 1.57 | 4.03 | 205 |
0.9 | 0.77 | 1.92 | 4.97 | 270 |
1.0 | 0.92 | 2.31 | 6.01 | 349 |
1.1 | 1.10 | 2.75 | 7.19 | |
1.2 | 1.31 | 3.26 | 8.54 | |
1.3 | 1.56 | 3.88 | 10.1 | |
1.4 | 1.92 | 4.67 | 12.2 | |
1.5 | 2.25 | 5.54 | 14.4 | |
1.6 | 2.53 | |||
1.7 | 2.75 | |||
1.8 | 2.94 |
The input data required by the identification tool is similar in format to Table 1. It consists of a list of triplets (Bmax, L, f) relating the peak magnetic flux density Bmax (in teslas) in the material to both specific iron losses L (in W/kg) and frequency f (in Hz). The user also needs to provide the density or specific mass of the material ρ (in kg/m3).
The goal of the identification tool is to find exponents (α1, α2, α3) and coefficients (k1, k2, k3) that best fit the input data, as discussed in the next section.
Data fitting approach
To determine coefficients (k1, k2, k3) and exponents (α1, α2, α3) of the modified Bertotti model for a given set of measurements, the identification tool employs the least squares minimization approach presented below.
Let rij be the squared residual between specific loss measurement mij and the specific loss predicted by the modified Bertotti model bij = dP(k1, k2, k3, α1, α2, α3, Bmaxi , fj ) / ρ , both evaluated at frequency fj . This residual is computed by the following expression:
rij = (mij - bij )2.
The identification tool uses an initial guess of parameters (k1, k2, k3, α1, α2, α3) and Excel's GRG Nonlinear solver (available in the Solver add-in) to minimize the total weighted residual:
R = Σj { wj Σi [ rij ] },
in which wj are weights attributed to each frequency fj in the measurement set. These weights and parameters (k1, k2, k3, α1, α2, α3) are constrained to real values greater or equal than zero.
How to use the modified Bertotti model identification tool
As already mentioned, the modified Bertotti model identification tool is provided in the form of a Microsoft Excel file. This file contains four spreadsheets, namely:
- Identification Tool: a spreadsheet containing empty input cells, and ready to be filled by the user.
- Single Frequency Example: an example of identification using measurements performed at a single frequency.
- Multi-Frequency Example: an example of identification using measurements performed at several frequencies.
- Fill the "Measured Losses" table with measurements performed at one or several frequencies.
- Adjust the weights of the measurements for each frequency in the cell range C48:H48;
- Provide the density of the material in cell M5.
- Set an initial guess of the Bertotti coefficients and exponents in the cell range M11:M16.
- Open the Excel solver menu: [Data] → [Solver] (requires enabling the Solver Add-in in Excel).
- Configure and run the Excel solver as follows:
- "Set objective" field: set to $L$19
- Choose "To Min" option
- "By changing variable cells" field: set to $M$11:$M$16
- "Subject to the Constrains" field: set to $M$11:$M$16 >= 0
- "Select a Solving Method" field : choose the "GRG Nonlinear" solver.
- Click on "Solve"
- Find the fitted/updated coefficients in the "Modified Bertotti Model Parameters" table.
- Scroll down to verify the plots comparing the fitted Bertotti model to the measurements at each frequency.