The program writes results from a transient analysis to the magnetic results file, Jobname.rst. Results include the data listed below:
Primary data: Nodal DOFs (AZ, VOLT, EMF)
Derived data:
Nodal magnetic flux density (BX, BY, BZ, BSUM)
Nodal magnetic field intensity (HX, HY, HZ, HSUM)
Nodal electric field intensity (EFX, EFY, EFZ, EFSUM) [1]
Nodal electric conduction current density JC (JCX, JCY, JCZ, JCSUM) [1]
Nodal magnetic forces (FMAG: components X, Y, Z, SUM)
Total current density (JTZ, JTY, JTZ, JTSUM)
Joule heat per unit volume (JHEAT)
Element magnetic energy (SENE)
[1] Available only in an electromagnetic analysis using SOLID236 and SOLID237.
Additional data are 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:
For a complete description of all postprocessing functions, see the Basic Analysis Guide.
3D Magnetostatics and Fundamentals of Edge-Based Analysis of this manual summarizes the results available for postprocessing.
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.rst 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 thing 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 or ), 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.rst) 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 electric scalar potential (VOLT) magnetic flux density (BX, BY, BZ, SUM), magnetic field intensity (HX, HY, HZ, SUM), electric field intensity (EFX, EFY, EFZ, EFSUM) and electric conduction current density (JCX, JCY, JCZ, JCSUM) using either of the following methods:
You can calculate many other items of interest (such as global forces, torque, source input energy, inductance, flux linkages, and terminal voltage) from the data available in the database in postprocessing. The Mechanical APDL command set supplies the following macros for these calculations:
The SENERGY macro determines the stored magnetic energy or co-energy.
The EMFT macro sums up electromagnetic nodal forces. (see Calculating Magnetic Force and Torque)
The MMF macro calculates magnetomotive force along a path.
The PMGTRAN macro summarizes electromagnetic results from a transient analysis.
The POWERH macro calculates the RMS power loss in a conducting body.
For more discussion of these macros, see Electric and Magnetic Macros.