The program writes results from a transient analysis to the magnetic results file, Jobname.rmg. Results include the data listed below:
Primary data: Nodal DOFs (AZ, CURR, EMF, MAG, VOLT)
Derived data:
Nodal magnetic flux density (BX, BY, BSUM)
Nodal magnetic field intensity (HX, HY, HSUM)
Nodal magnetic forces (FMAG: components X, Y, SUM)
Nodal reaction current segments (CSGZ)
Total electric current density (JT)
Joule heat per unit volume (JHEAT)
Additional data, specific to each element type, also is available. See the Element Reference for details.
You can review analysis results in POST1, the general postprocessor, or in POST26, the time-history postprocessor:
POST26 enables you to review results at specific points in the model over the entire transient.
POST1 enables you to review results over the entire model at specific time points.
To choose a postprocessor, choose one of the following:
2D Harmonic Magnetic (AC) Analysis and 3D Harmonic Magnetic Analysis (Edge-Based) of this manual discuss Mechanical APDL commands that you may find useful in examining analysis results.
To review results in POST26, the time-history postprocessor, the database must contain the same model for which the solution was calculated, and the Jobname.rmg file (the results file) must be available. If the model is not in the database, restore it using the command or menu path listed below and then use the SET command or its equivalent menu path to read in the desired set of results.
POST26 works with tables of result item versus time, known as variables. Each variable is assigned a reference number, with variable number 1 reserved for time. Therefore the first things you need to do is define the variables.
To define primary data variables, use either of the following:
To define derived data variables, use either of the following:
To define reaction data variable, use either of the following:
Once you have defined these variables, you can graph them (versus time or any variable). To do so, use this command or menu path:
To list the variables, use this command or menu path:
To list only the extreme variable values, use this command or menu path:
By reviewing the time-history results at strategic points throughout the model, you can identify the critical time points for further POST1 postprocessing.
To calculate and summarize electromagnetic forces, power loss, energy, and current on element components (created in the PREP7 preprocessor via the CM command ()), you can use either of the following:
POST26 offers many other functions, such as performing math operations among variables, moving variables into array parameters, etc. For more information, see the Basic Analysis Guide.
To review results in POST1, the database must contain the same model for which the solution was calculated. Also, the results file (Jobname.rmg, or Jobname.rst if either the magnetic scalar potential or electric potential DOFs are active) must be available.
To read results at the desired time point into the database, use either of the following:
If you specify a time value for which no results are available, the program performs linear interpolation to calculate the results at that time. The program uses the last time point if the time specified is beyond the time span of the transient analysis. You can also identify the results to be read by their load step and substep numbers.
You can display contours of potentials (AZ, VOLT) flux density (BX, BY) and field intensity (HX, HY) using either of the following methods:
You can display vector (arrow) displays of vector quantities such as A, B, and H using either of the following methods:
For stranded coils with the voltage-fed or circuit-fed options, you can
calculate the resistance and inductance of the coil. Each element stores values
of resistance and inductance. Summing these values gives the total resistance
and inductance of the modeled region of the conductor. To store and sum these
values, select the conductor elements using the
ETABLE,tablename,NMISC,n command
or its equivalent menu path. (For the n
value, use 8 for resistance and 9 for inductance.) Use the
SSUM command or its menu path equivalent to sum the
data.
You can calculate many other items of interest (such as flux lines, eddy currents, torque, and force) from the data available in the database in postprocessing. The Mechanical APDL command set supplies the following macros for these calculations:
The CURR2D macro calculates current flow in a 2D conductor.
The EMAGERR macro calculates the relative error in an electrostatic or electromagnetic field analysis.
The FLUXV macrocalculates the flux passing through a closed contour.
The MMF macro calculates magnetomotive force along a path.
The PLF2D macro generates a contour line plot of equipotentials.
The SENERGY macro determines the stored magnetic energy or co-energy.
For more discussion of these macros, see Electric and Magnetic Macros.
For information on the macros applicable to PLANE233, see the element's description in the Element Reference.