set_bp_curve_coreloss#

Material.set_bp_curve_coreloss(points, kdc: int = 0, cut_depth: float = 0.0001, units: str = 'kw/m^3', bunit: str = 'tesla', frequency: int = 60, thickness: str = '0.5mm')#

Set B-P Type Core Loss.

Parameters:
pointslist of list

List of [x,y] points.

kdcfloat
cut_depthfloat
unitsstr

Core loss unit. The default is "kw/m^3".

bunitstr

Magnetic field unit. The default is "tesla".

frequencyfloat
thicknessstr, optional

Lamination thickness. The default is "0.5mm".

Returns:
bool