Path: Electrical/Components
% Calculate the forces between a set of coils The integral is discretized into the given number of increments. The forces are computed for all of the coils. It computes the forces between line segments at the midpoint of each segment. f is a cell array giving the force imparted by coil k on j ~= k. This does not compute the self force. Use pS to restrict the combinations. Type ForceBetweenCoils to compute the force between 2 concentric circular coils with a 45 degree tilt. If there are no outputs produces a plot. -------------------------------------------------------------------------- Form: f = ForceBetweenCoils( c, p, pS ) -------------------------------------------------------------------------- ------ Inputs ------ c (1,:) Current in each coil (A) p {} Sets of points for each coil. pS (1,:) Set to test (optional) ------- Outputs ------- f {}(3,:) Force in x,y,z --------------------------------------------------------------------------
Common: CommonData/SwooshWatermark Common: General/DeBlankLT Common: General/Watermark Common: Graphics/NewFig Common: Graphics/PlotColor Common: Graphics/PltStyle Common: Graphics/XLabelS Common: Graphics/YLabelS Common: Graphics/ZLabelS Math: Linear/Cross Math: Linear/Mag Math: Linear/Unit
Back to the Electrical Module page