Skip to content
Snippets Groups Projects
transfo_common.pro 777 B

// Dimensions

width_Core = 1.;
height_Core = 1.;

// Thickness along Oz (to be considered for a correct definition of voltage)
thickness_Core = 1.;

width_Window = 0.5;
height_Window = 0.5;

width_Core_Leg = (width_Core-width_Window)/2.;

width_Coil_1 = 0.10;
height_Coil_1 = 0.25;
gap_Core_Coil_1 = 0.05;

width_Coil_2 = 0.10;
height_Coil_2 = 0.25;
gap_Core_Coil_2 = 0.05;

gap_Core_Box_X = 1.;
gap_Core_Box_Y = 1.;

// Characteristic lenghts (for mesh sizes)

s = 1;

c_Core = width_Core_Leg/10. *s;

c_Coil_1 = height_Coil_1/2/5 *s;
c_Coil_2 = height_Coil_2/2/5 *s;

c_Box = gap_Core_Box_X/6. *s;

// Physical regions

AIR_EXT = 1001;
SUR_AIR_EXT = 1002;
AIR_WINDOW = 1011;

CORE = 1050;

COIL_1_PLUS = 1101;
COIL_1_MINUS = 1102;

COIL_2_PLUS = 1201;
COIL_2_MINUS = 1202;