race#
- SpecialPurpose.race(xc='', yc='', rad='', tcur='', dy='', dz='', cname='', **kwargs)#
Defines a “racetrack” current source.
Mechanical APDL Command: RACE
- Parameters:
- xc
str Location of the mid-thickness of the vertical leg along the working plane X-axis.
- yc
str Location of the mid-thickness of the horizontal leg along the working plane Y-axis.
- rad
str Radius of curvature of the mid-thickness of the curves in the racetrack source. Defaults to.501 * DY
- tcur
str Total current, amp-turns (MKS), flowing in the source.
- dy
str In-plane thickness of the racetrack source.
- dz
str Out-of-plane thickness (depth) of the racetrack source.
- cname
str
- xc
Notes
race invokes a Mechanical APDL macro which defines a racetrack current source in the working plane coordinate system.
The current source is generated from bar and arc source primitives using
SOURC36(which is assigned the next available element type number).The macro is valid for use in 3D magnetic field analysis using a scalar potential formulation.
Current flows in a counterclockwise direction with respect to the working plane.