how to put input value for FEM-Parameterized Linear Actuator (.1)Flux partial derivative wrt current, dPhi(i,x)/di (unit is web/A )2)Flux partial derivative wrt displacement)
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
adhavan d
am 14 Mär. 2024
Kommentiert: adhavan d
am 21 Mär. 2024
how to put value for FEM-Parameterized Linear Actuator?
I have matrix values of magnetic flux (web) for displacement vector with reaspect to current vector.in matlab,FEM-Parameterized Linear Actuator block have some inputs.1)Flux partial derivative wrt current, dPhi(i,x)/di (unit is web/A )2)Flux partial derivative wrt displacement, dPhi(i,x)/dx (unit is web/m).
My question is
1) how to put values for Flux partial derivative wrt current, dPhi(i,x)/d and Flux partial derivative wrt displacement, dPhi(i,x)/dx.FEM-Parameterized Linear Actuator block need unit of web/A and web/m . but I have only magentic flux (web).So,How to convert value weber to weber/A and weber to weber/m.
0 Kommentare
Akzeptierte Antwort
Rick Hyde
am 14 Mär. 2024
MATLAB provides lots of ways for you to determine partial derivatives from the flux. One way, for example, is to fit a polynomial and then differentiate the polynomial terms to get the partial derivative. You could also just fit the data (suggest the 'makima' option) and then numerically determine the gradient at the break points. For an example that uses the polynomial approach see https://www.mathworks.com/help/sps/ug/torque-motor-parameterization.html - see Calculate and plot flux data (see code) link from the model.
Hope that helps
Rick
Weitere Antworten (0)
Communitys
Weitere Antworten in Power Electronics Control
Siehe auch
Kategorien
Mehr zu Magnetic Elements finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!