summaryrefslogtreecommitdiff
path: root/1367/CH14/EX14.2/14_2.sce
blob: 4b3255fa4052bc1376ba77b677119a4f458b019f (plain)
1
2
3
4
5
6
7
8
9
//Estimate Hysteresis energy loss per unit volume
//Ex:14.2
clc;
clear;
close;
w=80+80;//width of loop in A/m from graph
h=0.15+.15;//height of loop in Wb/sqm
a=w*h;//area of the loop in J
disp(a,"Hysteresis energy loss per unit volume of magnetic material during one cycle (in J) = ");