Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unnecessary thickness parameter when creating rectangular windings #42

Open
JonasHoelscher opened this issue Aug 9, 2023 · 0 comments

Comments

@JonasHoelscher
Copy link
Collaborator

When i want to create a model with a rectangular winding i have to specify a thickness parameter.
But in VirtualWindingWindow.set_winding() i can specify the WrapParaType to Interpolate so it will determine the thickness automatically by ensuring that the whole winding window is filled.
In this case i should be able to remove the thickness parameter from the set_rectangular_conductor() function but then errors are thrown.

Task: Check if the WrapParaType.Interpolate does function properly and that the used thickness parameter does not interchange with it.

winding = fmt.Conductor(0, fmt.Conductivity.Copper)
winding.set_rectangular_conductor(thickness=0.0015)
vww.set_winding(winding, 14, fmt.WindingScheme.FoilHorizontal, fmt.WrapParaType.Interpolate)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant