SEMAFORInformatik / femagtools

Python API for FEMAG
BSD 2-Clause "Simplified" License
19 stars 13 forks source link

set cu_losses parameter in model only #55

Closed ronaldtanner closed 4 years ago

ronaldtanner commented 4 years ago

CU-Losses-1 and -2 overwite model attributes when running a simulation: `` m.cufilfact = ${model.get('cufilfact', 0.45)} m.culength = 100${model.get('culength', 1.4)} m.cuconduct = ${model.get('cuconduct', 56e6)} m.numlayers = ${model.get('num_layers', 1)} m.conheight = ${model.get('conheight', 0.0)} m.contemp = ${model.get('wind_temp',20.0)} m.emodul = ${model.get('emodul', 210e9)} m.poison = ${model.get('poisson', 0.3)} m.dampfact = ${model.get('dampfact', 0.0)} m.thcond = ${model.get('thcond', 30.)} m.thcap = ${model.get('thcap', 480.0)} m.slot_indul = ${model.get('slot_indul',0.0)1e3} m.dia_wire = ${model.get('dia_wire',0.0)} m.num_wire = ${model.get('num_wire',0.0)} ''