MatLamination (class)

Warning : this file has been generated, you shouldn’t edit it

class MatLamination(Wlam=0.0005, BH_curve=-1, mur_lin=1, init_dict=None)[source]

Bases: pyleecan.Classes.MatMagnetics.MatMagnetics

lamination properties

VERSION = 1
get_BH()

Return the B(H) curve of the material according to the Import object

Parameters:self (MatLamination) – a MatLamination object
Returns:BH – B(H) values (two colums matrix: H and B(H))
Return type:numpy.ndarray
save(save_path='')

Save the object to the save_path

Parameters:
  • self – A pyleecan object
  • save_path (str) – path to the folder to save the object
as_dict()[source]

Convert this objet in a json seriable dict (can be use in __init__)

Wlam

lamination sheet width without insulation [m] (for magnetic loss model)

BH_curve

B(H) curve (two columns matrix, H and B(H))