Download as pdf or txt
Download as pdf or txt
You are on page 1of 27

Distributed by ANSYS, Inc.

ANSYS Motion
Solver Message
Manual
ANSYS, Inc.
Solver Message Manual ANSYS, Inc.

Contents

1. Description about each line ................................................................................................ 3


1.1 Reading files ................................................................................................................ 3
1.2 Pre-processing ............................................................................................................. 4
1.3 Position analysis .......................................................................................................... 7
1.4 Velocity analysis ......................................................................................................... 12
1.5 Acceleration analysis .................................................................................................. 14
1.6 Dynamics analysis...................................................................................................... 21
1.7 Eigenvalue analysis.................................................................................................... 23
1.8 Post-processing ......................................................................................................... 25
Solver Message Manual ANSYS, Inc.

1. Description about each line

1.1 Reading files

! ANSYS SOLVER VERSION :: 5.3000e+000


<DESCRIPTION> This shows a version of DFS file which an input file is to run ANSYS Motion
solver. This file version is updated when DFS file format is changed.

=================================================================
< START OF ANSYS SOLVER ( ANSYS SOLVER VERSION = 5.30.30378 ) >
<DESCRIPTION> This shows a version of ANSYS Motion solver. If the version of DFS file is
higher than this version, ANSYS Motion solver will be terminated.

* DF_SOLVER::START TIME = Thu Mar 24 04:51:26 2011 PM


<DESCRIPTION> This shows a date and time when ANSYS Motion solver is started.
-----------------------------------------------------------------

< DF_SOLVER:: START READING A SSC FILE >


<DESCRIPTION> ANSYS Motion solver starts to read a SSC file which contains a simulation
scenario from ANSYS Motion preprocessor.
< DF_SOLVER:: END READING A SSC FILE >
<DESCRIPTION> ANSYS Motion solver finishes reading the SSC file. If this message is not
reported, the file version is not matched with ANSYS Motion solver.

< DF_SOLVER:: START READING A DFS FILE >


<DESCRIPTION> ANSYS Motion solver starts to read a DFS file which contains a simulation
model from ANSYS Motion preprocessor.

=========================================================
*** TOTAL NO. SURFACE_B = 2
<DESCRIPTION> This shows the number of NURBS surface for a contact.
---------------------------------------------------------
*** B-SURFACE ID = 0
*** ORIGINAL & UPDATED NU & NV = 7 4 : 11 2
Solver Message Manual ANSYS, Inc.

<DESCRIPTION> To improve a performance, the orders of the surface equation are controlled.
---------------------------------------------------------
*** B-SURFACE ID = 1
*** ORIGINAL & UPDATED NU & NV = 7 4 : 11 2
<DESCRIPTION> To improve a performance, the orders of the surface equation are controlled.

========================================================
* DF_SOLVER:: TIRE ID = 0
DF_SOLVER::RDF READER:: UNKNOWN COMMAND :: WIDTH = 80000.0
DF_SOLVER::RDF READER:: UNKNOWN COMMAND :: NUM_WIDTH_GRIDS =8
DF_SOLVER::RDF READER:: UNKNOWN COMMAND :: WIDTH_SHIFT = 0.0
<DESCRIPTION> If a model has a tire force, this message will be reported. This warning shows
commands which ANSYS Motion basic tires such as FIALA and UA do not support.
========================================================
* GRAVITY ::
0.0000e+000 0.0000e+000 -9.8066e+003
<DESCRIPTION> This shows the information of gravity in the model. The values mean the
acceleration of gravity and are represented as a vector w. r. t. the Inertia reference frame. If this are
different with user- specified value, it means that ANSYS Motion solver and DFS file is not matched.
========================================================

< DF_SOLVER:: END READING A DFS FILE >


<DESCRIPTION> ANSYS Motion solver finishes reading the DFS file. If this message is not
reported, the file version is not matched with ANSYS Motion solver.

< DF_SOLVER:: START READING A GINF FILE >


< DF_SOLVER:: END READING A GINF FILE >
<DESCRIPTION> ANSYS Motion solver starts and finishes reading the Mesh free information
file(GINF).

1.2 Pre-processing

< DF_SOLVER:: START PRE-ADDRESSING >


<DESCRIPTION> ANSYS Motion solver starts to a pre-processor. The pre-processor consists of
PRE-ADDRESSING, ADDRESSING and POST-ADDRESSING. Database needed in a simulation
Solver Message Manual ANSYS, Inc.

are constructed.
========================================================
* NO. OF PROCESSORS = 1
<DESCRIPTION> This is the number of Processor for MPP.
* MY PROCESSOR = 0
<DESCRIPTION> This is the id of the Processor
* NO. OF THREADS = 1
<DESCRIPTION> This is the number of thread for SMP
========================================================

< DF_SOLVER:: END REFINE MNBODY2 >


< DF_SOLVER:: END PRE-ADDRESSING >
<DESCRIPTION> ANSYS Motion solver finishes PRE-ADDRESSING.

< DF_SOLVER:: START ADDRESSING >


<DESCRIPTION> ANSYS Motion solver starts to a ADDRESSING.

< DF_SOLVER:: START ADDRESSING MFBODY >


<DESCRIPTION> ANSYS Motion solver starts to construct a flexible mesh free body database.
========================================================

< DF_SOLVER:: END ADDRESSING MFBODY >


<DESCRIPTION> ANSYS Motion solver finishes constructing a flexible mesh free body database.

=========================================================
*** TOTAL NO. TIECONTACT = 34
<DESCRIPTION> This shows the total number of tie elements.
=========================================================
*** NO. ACTIVE TIECONTACT = 34
<DESCRIPTION> This shows the number of tie elements of each tie contact.
** MAX. DISTANCE(<MAXPEN) = 1.8571e-028
<DESCRIPTION> This shows the maximum distance between action nodes and base surfaces of the
tie contact.
** MAX. UV ERROR(<0.01) = 8.8152e-014 3.3480e-014
<DESCRIPTION> This shows the maximum error in representing a surface for tie contact. This
value should be smaller than 0.01.
Solver Message Manual ANSYS, Inc.

=========================================================

-----------------------------------------------------------------
< MASTER NODE ID AND POSITION >
< FBODY ID = 0 MASTER NODE ID = 172 >
<DESCRIPTION> This shows the identification of master node of a flexible body. The master node
is a moving reference frame and positions and orientations of all nodes belongs to the flexible body
are measured in this reference frame.
4.9505e+001 1.9783e+002 2.2500e+002
<DESCRIPTION> This shows the initial position of the master node. The vector is measured in the
inertia reference frame.
0.0000e+000 -0.0000e+000 0.0000e+000
<DESCRIPTION> This shows initial Euler angle of the master node in radian.
< FBODY ID = 1 MASTER NODE ID = 378 >
6.4505e+001 1.8000e+002 1.9783e+002
1.5708e+000 -0.0000e+000 0.0000e+000
-----------------------------------------------------------------
----------------------------------------------------------
** THE SIZE FOR JAC. ARRAY (DOUBLE) = 2.3232e+005
<DESCRIPTION> This is the number of double variable for Jacobian which is used in initial
assembly. In this case, the necessary memory can be calculated as follows. 2.3232e+5 * 8(for 64-bit
machine) = 1.85856[MB]. If the value is greater than the size of a physical memory, ANSYS
Motion solver will be terminated.

DF_SOLVER:: THE NUMBER OF MAXIMUM DEPENDENT COORDINATE = 200


<DESCRIPTION> This is maximum size of local dependent coordinate. The example, FSOLID8 is
3(DOF) * 8(the number of node) = 24.

< DF_SOLVER:: END ADDRESSING >


<DESCRIPTION> ANSYS Motion solver finishes constructing a solver database.

< DF_SOLVER:: START POST-ADDRESSING >


< DF_SOLVER:: END POST-ADDRESSING >
<DESCRIPTION> ANSYS Motion solver starts and finishes POST-ADDRESSING.
Solver Message Manual ANSYS, Inc.

-----------------------------------------------------------------
* DF_SOLVER:: WORKING DIRECTORY = G:\sa_models\all_entities
<DESCRIPTION> This shows a working directory under ANSYS Motion solver is executing.
-----------------------------------------------------------------

=================================================================
< START ANALYSIS >
* ANALYSIS START TIME = Thu Mar 24 04:51:30 2011 PM
<DESCRIPTION> This shows the date and time in starting analysis.
-----------------------------------------------------------------

---------------------------------------------------------------
DFSOLVER:: CO-SIMULATION MODE = 0
<DESCRIPTION> This shows a flag for co-simulation. If model has a co-simulation with other S/W
such as MATLAB, this value will be to 1.
---------------------------------------------------------------

SIMULATION PROGRESS = 0.0000e+000 %


<DESCRIPTION> This is a mark to know a simulation progress.
---------------------------------------------------------------

1.3 Position analysis

< DF_SOLVER:: START POSITION ANALYSIS >


<DESCRIPTION> ANSYS Motion solver starts the position analysis.

< THE NO. OF REDUNDANT CONSTRAINT = 12 >


<DESCRIPTION> This shows the number of redundant constraints.
---------------------------------------------------------
..... 1ST REVOLUTE JOINT ROT.X
<DESCRIPTION> This shows one of redundant constraints. This means that the constraint equation
of x axes of first revolute joint is redundant. If other constrained equations are satisfied, this equation
can be also satisfied.
..... 2ND REVOLUTE JOINT ROT.Y
Solver Message Manual ANSYS, Inc.

<DESCRIPTION> This shows one of redundant constraints. This means that the constraint equation
of y axes of second revolute joint is redundant. If other constrained equations are satisfied, this
equation can be also satisfied.

... The rest is omitted ...


---------------------------------------------------------

--------------------------------------------------
< POSITION ANALYSIS > ITERATION = 0
<DESCRIPTION> This shows the iteration number in position analysis.
--------------------------------------------------
* < POSITION ANALYSIS > MAXIMUM DELTA OF FBODY
--------------------------------------------------
* MAX. VALUE IN TRANSLATIONAL TERM = 1.4140e-002
<DESCRIPTION> This shows the maximum solution of a flexible body in translational term. The
value is in the user-specified length unit from ANSYS Motion preprocessor. If this value is large, the
mass may be very small or zero.
* BODY SEQUENTIAL ID = 2
<DESCRIPTION> This shows the sequential identification of a flexible body with the maximum
solution in translational term.
* COORDINATE = TRA. Y
<DESCRIPTION> This shows the component of a flexible body with the maximum solution in
translational term.
--------------------------------------------------
* MAX. VALUE IN ROTATIONAL TERM = -1.2045e-004
<DESCRIPTION> This shows the maximum solution of a flexible body in rotational term. The
value is in radian. If this value is large, the moment of inertia may be very small or zero.
* BODY SEQUENTIAL ID = 2
<DESCRIPTION> This shows the sequential identification of a flexible body with the maximum
solution in rotational term.
* COORDINATE = EULER. Z
<DESCRIPTION> This shows the component of a flexible body with the maximum solution in
rotational term.
--------------------------------------------------
--------------------------------------------------
* < POSITION ANALYSIS > MAXIMUM DELTA OF RBODY
Solver Message Manual ANSYS, Inc.

--------------------------------------------------
* MAX. VALUE IN TRANSLATIONAL TERM = -3.0000e+000
<DESCRIPTION> This shows the maximum solution of a rigid body in translational term. The
value is in the user-specified length unit from ANSYS Motion preprocessor. If this value is large, the
mass may be very small or zero.
* BODY SEQUENTIAL ID = 26
<DESCRIPTION> This shows the sequential identification of a rigid body with the maximum
solution in translational term.
* COORDINATE = TRA. Z
<DESCRIPTION> This shows the component of a rigid body with the maximum solution in
translational term.
--------------------------------------------------
* MAX. VALUE IN ROTATIONAL TERM = 4.9994e-001
<DESCRIPTION> This shows the maximum solution of a rigid body in rotational term. The value is
in radian. . If this value is large, the moment of inertia may be very small or zero.
* BODY SEQUENTIAL ID = 13
<DESCRIPTION> This shows the sequential identification of a rigid body with the maximum
solution in rotational term.
* COORDINATE = EULER. X
<DESCRIPTION> This shows the component of a rigid body with the maximum solution in
rotational term.
--------------------------------------------------

--------------------------------------------------
* < POSITION ANALYSIS > CONSTRAINT VIOLATION
--------------------------------------------------
* MAX. VALUE IN TRANSLATIONAL TERM = -3.0000e+000
<DESCRIPTION> This shows the maximum constraint violation of a joint in translational term. The
value is in the user-specified length unit from ANSYS Motion preprocessor. If this value is large, the
masses of bodies which are connected by the joint may be very small or zero or the definition of the
markers belongs to the joint can be mismatched.
* JOINT TYPE = Motion
<DESCRIPTION> This shows a type of constraint with the maximum constraint violation in
translational term.
* JOINT SEQUENTIAL ID = 4
<DESCRIPTION> This shows the sequential identification of the joint with the maximum constraint
Solver Message Manual ANSYS, Inc.

violation in translational term.


* CONSTRAINT TYPE = TRA.Z
<DESCRIPTION> This shows the constrained equation with the maximum constraint violation in
the translational constraint equations.
--------------------------------------------------
* MAX. VALUE IN ROTATIONAL TERM = -4.4721e-001
<DESCRIPTION> This shows the maximum constraint violation of a joint in rotational term. The
value is in radian. If this value is large, the moments of inertia of bodies which are connected by the
joint may be very small or zero or the definition of the markers belongs to the joint can be
mismatched.
* JOINT TYPE = CONVEL JOINT
<DESCRIPTION> This shows a type of constraint with the maximum constraint violation in
rotational term.
* JOINT SEQUENTIAL ID = 0
<DESCRIPTION> This shows the sequential identification of the joint with the maximum constraint
violation in rotational term.
* CONSTRAINT TYPE = ROT.Xj^T*ROT.Yi+ROT.Yj^T*ROT.Xi
<DESCRIPTION> This shows the constrained equation with the maximum constraint violation in
the rotational constraint equations.
--------------------------------------------------

--------------------------------------------------
< POSITION ANALYSIS > NORM = 1.8211e+000
<DESCRIPTION> This shows the norm of the solutions. This value should be smaller than an error
tolerance to converge.
--------------------------------------------------

... The rest is omitted ...

--------------------------------------------------
< POSITION ANALYSIS > ITERATION = 4
--------------------------------------------------

... The rest is omitted ...

--------------------------------------------------
Solver Message Manual ANSYS, Inc.

< POSITION ANALYSIS > NORM = 5.3504e-004


<DESCRIPTION> If the norm becomes smaller than that of previous iteration, the position analysis
will be converged. The maximum iteration is limited to 10 times. If the norm isn't converged during
the maximum iteration, the position analysis is failed and velocity analysis will be continuously
carried out with positions defined by user in ANSYS Motion pre-processor.
--------------------------------------------------
--------------------------------------------------
< DF_SOLVER:: POSITION ANALYSIS SUCCESSFULLY FINISHED >
<DESCRIPTION> This shows the position analysis is successfully finished.

-----------------------------------------------------------------
< DF_SOLVER:: SIMULATION TIME = 0.0000e+000 >
<DESCRIPTION> This shows current simulation time.
< DF_SOLVER:: SOLVED FBODY POSITION >
<DESCRIPTION> This shows the position and Euler angle of the master node of a flexible body.
< FBODY ID = 0 MASTER NODE ID = 172 >
<DESCRIPTION> This shows the sequential identification of the flexible body and that of its master
node.
4.9505e+001 1.9783e+002 2.2500e+002
<DESCRIPTION> This shows the position of the master node.
0.0000e+000 -0.0000e+000 0.0000e+000
<DESCRIPTION> This shows the Euler angle of the master node.

... The rest is omitted ...


-----------------------------------------------------------------
< DF_SOLVER:: END POSITION ANALYSIS >

---------------------------------------------------------------

SIMULATION PROGRESS = 2.5000e+001 %


<DESCRIPTION> This is a mark to know a simulation progress.
---------------------------------------------------------------
Solver Message Manual ANSYS, Inc.

1.4 Velocity analysis

< DF_SOLVER:: START VELOCITY ANALYSIS >


<DESCRIPTION> ANSYS Motion solver starts the velocity analysis.

< THE NO. OF VELOCITY CONSTRAINTS = 198 >


<DESCRIPTION> This shows the number of velocity constraint equations.
< THE NO. OF USER DEFINED INITIAL VELOCITIES = 2 >
<DESCRIPTION> This shows the number of user-specified initial velocity in the velocity constraint
equations.
< THE NO. OF TOTAL REDUNDANT CONSTRAINT = 0 >
<DESCRIPTION> This shows the total number of redundant constraint equations.
< THE NO. OF REDUNDANT CONSTRAINT = 0 >
<DESCRIPTION> This shows the number of redundant kinematic constraint equations.
< THE NO. OF REDUNDANT INITIAL VELOCITY = 0 >
<DESCRIPTION> This shows the number of redundant initial velocities.
< THE NO. OF INDEPENDENT COORDINATE = 62 >
<DESCRIPTION> This shows the number of independent coordinates which is easy to have a
kinematical free motion. Velocities of the other coordinates (e.g. dependent coordinates) are
constrained from the velocities of independent coordinate. If you apply an initial velocity to the
dependent coordinate, the velocity solution cannot guarantee.
---------------------------------------------------------
..... 28TH RIGID BODY TRANSLATION VELOCITY IN X
<DESCRIPTION> This shows one of independent coordinates. This means that the x translational
motion of 28th rigid body is independent on the other coordinates.
..... 28TH RIGID BODY ROTATIONAL VELOCITY IN Z
<DESCRIPTION> This shows one of independent coordinates. This means that the z rotational
motion of 28th rigid body is independent on the other coordinates.
..... 1ST FLEXIBLE BODY TRANSLATION VELOCITY IN X
<DESCRIPTION> This shows one of independent coordinates. This means that the x translational
motion of first flexible body is independent on the other coordinates.

... The rest is omitted ...


---------------------------------------------------------
Solver Message Manual ANSYS, Inc.

-----------------------------------------------------------------
< DF_SOLVER:: SIMULATION TIME = 0.0000e+000 >
<DESCRIPTION> This shows current simulation time.

< DF_SOLVER:: SOLVED FBODY VELOCITY >


<DESCRIPTION> This shows the velocities of the master node of a flexible body.
< FBODY ID = 0 MASTER NODE ID = 172 >
<DESCRIPTION> This shows the sequential identification of the flexible body and that of its master
node.
0.0000e+000 1.5959e-015 -1.3878e-015
<DESCRIPTION> This shows the translational velocities of the master node in length and time units.
0.0000e+000 6.5025e-032 -1.6435e-033
<DESCRIPTION> This shows the angular velocities of the master node in angle(radian) and time
units.

... The rest is omitted ...


-----------------------------------------------------------------
< DF_SOLVER:: VELOCITY ANALYSIS SUCCESSFULLY FINISHED >
<DESCRIPTION> This shows the velocity analysis is successfully finished.

---------------------------------------------------------------

SIMULATION PROGRESS = 5.0000e+001 %


<DESCRIPTION> This is a mark to know a simulation progress.
---------------------------------------------------------------
Solver Message Manual ANSYS, Inc.

1.5 Acceleration analysis

< DF_SOLVER:: START ACCELERATION ANALYSIS >


<DESCRIPTION> ANSYS Motion solver starts the acceleration analysis.

< THE NO. OF REDUNDANT CONSTRAINT = 0 >


<DESCRIPTION> This shows the number of redundant constraint equations.

=========================================================
SYSTEM INFORMATION
<DESCRIPTION> This shows a system information with the number of each object.

=========================================================
< LINEAR SOLVER TYPE = SPARSE SOLVER >
<DESCRIPTION> This shows the solver type. The solver types are “FRONTAL SOLVER”, “FULL
LU DCOMPOSITION SOLVER”, “SUPER SOLVER” and “SPARSE SOLVER”.

< STATIC ANALYSIS TYPE = LINEAR, WITHOUT RIGID >


<DESCRIPTION> This shows the static analysis type. The static analysis types are “LINEAR,
WITHOUT RIGID”, “NON-LINEAR, WITHOUT RIGID” and “NON-LINEAR, WITHOUT
RIGID”,

< THE DEGREE OF FREEDOM = 1648 >


<DESCRIPTION> This shows the degree of freedom. If this value is zero, the motion of system is
driven by motions or kinematically locked.
< THE NO. OF VARIABLE EQUATION =1>
< THE NO. OF 1ST DIFF. EQUATION =2>
- IN TIRE MODULE =0>
<DESCRIPTION> This shows the number of additional differential equation which is not defined
by user. When MF tire and SWIFT of TNO/TASS is modeled, the additional equations are defined
by ANSYS Motion solver.

< THE NO. OF 2ND DIFF. EQUATION =2>


Solver Message Manual ANSYS, Inc.

---------------------------------------------------------
< THE NO. OF GENERALIZED COORDINATE = 2796 >
< THE NO. OF CONSTRAINED EQUATION = 1148 >
<DESCRIPTION> The number of governing equations (e.q. unknown variables) is determined by
the sum of numbers of variable, 1st differential, 2nd differential, generalized coordinates, and
constrained equations. The number of total unknown variables effects on the solving speed.
Especially, when the number of constrained equations is large, the solving speed can be slower.
---------------------------------------------------------
< THE NO. OF RIGID BODY = 39 >

< THE NO. OF FLEXIBLE BODY =5>


- NODAL FE BODY =0>
- MODAL FE BODY =0>
- NODAL MF BODY =5>
- MODAL MF BODY =0>
<DESCRIPTION> This shows the each of the number of flexible body.
FLEXIBLE BODY = NODAL FE + MODAL FE + NODAL MF + MODAL MF.

< THE NO. OF NODE = 824 >


- FE NODE =0>
- OUTPUT NODE = 824 >
<DESCRIPTION> This shows the each of the number of node. FE NODE is node in NODAL FE
BODY. OUTPUT NODE is in the cause of post-processing for MF BODY.
NODE = FE NODE + OUTPUT NODE

< THE NO. OF MODE = 32 >


- FE MODE =0>
- MF MODE =0>
<DESCRIPTION> This shows the each of the number of mode. FE MODE is using in MODAL FE
BODY. MF MODE is using in MODAL MF BODY.
NODE = FE MODE + MF MODE

< THE NO. OF MF NODE =0>


---------------------------------------------------------
< THE NO. OF FBEAM2 =0>
< THE NO. OF FSHELL3 =0>
Solver Message Manual ANSYS, Inc.

- FE FSHELL3 =0>
- MF FSHELL3 = 12964 >
<DESCRIPTION> This shows the each of the number of FSHELL3. FE FSHELL3 is using in FE
BODY. FE FSHELL3 is in the cause of post-processing for MF BODY.
NODE = FE MODE + MF MODE

< THE NO. OF FSHELL4 =0>


< THE NO. OF FSHELL6 =0>
< THE NO. OF FSOLID4 =0>
- FE FSOLID4 =0>
- MF FSOLID4 =0>
<DESCRIPTION> This shows the each of the number of FSOLID4. FE FSOLID4 is using in FE
BODY. FE FSOLID4 is in the cause of post-processing for MF BODY.

< THE NO. OF FSOLID6 =0>


< THE NO. OF FSOLID8 = 520 >
< THE NO. OF FSOLID10 =0>
---------------------------------------------------------
< THE NO. OF MATERIAL =5>
< THE NO. OF HYPER-ELASTIC MAT. =0>
< THE NO. OF PLASTICITY MAT. =0>
< THE NO. OF FOAM MAT. =0>
---------------------------------------------------------
< THE NO. OF R-T-R CONTACT =5>
< THE NO. OF F-T-R CONTACT =1>
< THE NO. OF F-T-F CONTACT =1>
< THE NO. OF TIE CONTACT =1>
< THE NO. OF NTSF CONTACT =0>
< THE NO. OF PTCV CONTACT =0>
< THE NO. OF CVCV CONTACT =0>
< THE NO. OF PTSF CONTACT =0>
< THE NO. OF BC =0>
---------------------------------------------------------
< THE NO. OF FE PLOAD =1>
< THE NO. OF MF PLOAD =0>
< THE NO. OF FE CLOAD =0>
Solver Message Manual ANSYS, Inc.

< THE NO. OF MF CLOAD =1>


=========================================================

--------------------------------------------------
< ACCELERATION ANALYSIS > ITERATION = 0
<DESCRIPTION> This shows the number of iteration in the acceleration analysis.

... The rest is omitted ...

--------------------------------------------------
* < ACCELERATION ANALYSIS > MAXIMUM DELTA OF NBODY
--------------------------------------------------
* MAX. VALUE IN TRANSLATIONAL TERM = 3.6120e+007
<DESCRIPTION> This shows the maximum solution of a node in translational term. The value is in
the user-specified length and time units from ANSYS Motion preprocessor. If this value is large, a
large force is applied on the node or its nodal mass may be very small or zero.
* BODY SEQUENTIAL ID = 2
<DESCRIPTION> This shows the sequential identification of a flexible body to which the node
belongs with the maximum solution in translational term.
* COORDINATE = TRA. Z
<DESCRIPTION> This shows the component of a node with the maximum solution in translational
term.
* NODE SEQUENTIAL ID = 415
<DESCRIPTION> This shows the sequential identification of the node with the maximum solution
in translational term.
--------------------------------------------------
* MAX. VALUE IN ROTATIONAL TERM = -6.9672e+005
<DESCRIPTION> This shows the maximum solution of a node in rotational term. The value is in
radian. If this value is large, the moment of inertia may be very small or a high torque may be
applied on the node .
* BODY SEQUENTIAL ID = 2
<DESCRIPTION> This shows the sequential identification of a flexible body to which the node
belongs with the maximum solution in rotational term.
* COORDINATE = EULER. Y
<DESCRIPTION> This shows the component of a node with the maximum solution in rotational
Solver Message Manual ANSYS, Inc.

term.
* NODE SEQUENTIAL ID = 412
<DESCRIPTION> This shows the sequential identification of the node with the maximum solution
in rotational term.
--------------------------------------------------
--------------------------------------------------
* < ACCELERATION ANALYSIS > MAXIMUM DELTA OF MBODY
--------------------------------------------------
* MAX. VALUE IN TRANSLATIONAL TERM = 3.5853e+002
<DESCRIPTION> This shows the maximum solution of a mode. If this value is large, the modal
mass may be very small or a high force may be applied on the flexible body.
* BODY SEQUENTIAL ID = 4
<DESCRIPTION> This shows the sequential identification of a flexible body to which the mode
belongs with the maximum solution.
* COORDINATE = MODE
<DESCRIPTION> This shows the type of generalized coordinate with the maximum solution in
rotational term.

... The rest is omitted ...

--------------------------------------------------
* < ACCELERATION ANALYSIS > CONSTRAINT VIOLATION
--------------------------------------------------
* MAX. VALUE IN TRANSLATIONAL TERM = -1.0000e+003
<DESCRIPTION> This shows the maximum acceleration constraint violation of a joint in
translational term. The value is in the user-specified length and time units from ANSYS Motion
preprocessor.
* JOINT TYPE = REVOLUTE JOINT
<DESCRIPTION> This shows a type of acceleration constraint with the maximum constraint
violation in translational term.
* JOINT SEQUENTIAL ID = 11
<DESCRIPTION> This shows the sequential identification of the joint with the maximum
acceleration constraint violation in translational term.
* CONSTRAINT TYPE = TRA.X
<DESCRIPTION> This shows the constrained equation with the maximum constraint violation in
the translational acceleration constraint equations.
Solver Message Manual ANSYS, Inc.

--------------------------------------------------
* MAX. VALUE IN ROTATIONAL TERM = -1.0000e+000
<DESCRIPTION> This shows the maximum acceleration constraint violation of a joint in rotational
term. The value is in angle(radian) and time units.
* JOINT TYPE = Motion
<DESCRIPTION> This shows a type of constraint with the maximum acceleration constraint
violation in rotational term.
* JOINT SEQUENTIAL ID = 1
<DESCRIPTION> This shows the sequential identification of the joint with the maximum
acceleration constraint violation in rotational term.
* CONSTRAINT TYPE = ROT.Z
<DESCRIPTION> This shows the constrained equation with the maximum acceleration constraint
violation in the rotational constraint equations.
--------------------------------------------------

--------------------------------------------------
< ACCELERATION ANALYSIS > NORM = 5.0579e+003
<DESCRIPTION> This shows the total norm of acceleration solutions. This value should be smaller
than an error tolerance to converge.
< ACCELERATION ANALYSIS > CST NORM = 8.2536e+002
<DESCRIPTION> This shows the norm of Lagrange multiplier.
--------------------------------------------------

... The rest is omitted ...

--------------------------------------------------
< ACCELERATION ANALYSIS > NORM = 1.2699e-006
<DESCRIPTION> If the norm becomes smaller than that of previous iteration, the acceleration
analysis may be converged. The maximum iteration is limited to 100 times. If the norm isn't
converged during the maximum iteration, the acceleration analysis is failed and dynamics analysis or
next simulation step will be continued with zero accelerations.
< ACCELERATION ANALYSIS > CST NORM = 2.5550e+000
--------------------------------------------------
--------------------------------------------------
< DF_SOLVER:: ACCELERATION ANALYSIS SUCCESSFULLY FINISHED >
<DESCRIPTION> This shows the acceleration analysis is successfully finished.
Solver Message Manual ANSYS, Inc.

-----------------------------------------------------------------
< DF_SOLVER:: SIMULATION TIME = 0.0000e+000 >
<DESCRIPTION> This shows current simulation time.
< DF_SOLVER:: SOLVED FBODY ACCELERATION >
<DESCRIPTION> This shows the acceleration of the master node of a flexible body.
< FBODY ID = 0 MASTER NODE ID = 172 >
<DESCRIPTION> This shows the sequential identification of the flexible body and that of its master
node.
-1.4002e-003 2.2116e-026 -1.2616e-003
<DESCRIPTION> This shows the translational accelerations of the master node.
4.1177e-020 2.8005e-004 4.0636e-020
<DESCRIPTION> This shows the rotational accelerations of the master node.
... The rest is omitted ...
-----------------------------------------------------------------
-----------------------------------------------------------------
< DF_SOLVER:: MAXIMUM NODE ACCELERATION >
< DF_SOLVER:: NODE ID = 415 >
<DESCRIPTION> This shows the sequential identification of a node with the maximum
acceleration.
< DF_SOLVER:: ACCELERATION = 3.6137e+007 >
<DESCRIPTION> This shows the maximum acceleration of the node.
< DF_SOLVER:: NODE POSITION >
1.0450e+002 1.0216e+002 1.9999e+002
<DESCRIPTION> This shows the position of the node with the maximum acceleration.
-----------------------------------------------------------------
< DF_SOLVER:: END ACCELERATION ANALYSIS >

---------------------------------------------------------------

SIMULATION PROGRESS = 7.5000e+001 %


<DESCRIPTION> This is a mark to know a simulation progress.
---------------------------------------------------------------
Solver Message Manual ANSYS, Inc.

1.6 Dynamics analysis

< DF_SOLVER:: START DYNAMICS ANALYSIS >


<DESCRIPTION> ANSYS Motion solver starts the dynamics analysis.

< NUMERICAL DAMPING = 1.0000e+000 >


<DESCRIPTION> This shows a numerical damping. The default value is 1.0 and this means that
full damping is applied on this system. When this value is near to zero, the simulation can be failed
in a large stepsize. ANSYS Motion recommends using a value over 0.2.
---------------------------------------------------------------------------------------
TIME :: STEPSIZE :: ANORM :: NRES :: NJAC :: STEP :: NFAIL :: IFAIL :: IPCG
---------------------------------------------------------------------------------------
0.0000e+000 1.0000e-004 0.0000e+000 14 13 0 0 0
<DESCRIPTION> This shows a solver information. From left side, time, stepsize, accumulated
norm, and the numbers of residual evaluation, Jacobian, time iteration, Newton Raphson fail,
integration fail and accumulated iteration of PCG solver are displayed. If PCG solver is not used,
IPCG returns 0.
1.2000e-003 1.0000e-004 5.7009e-002 60 27 12 0 0
* 5.7008e-002 * 2.9673e-007
<DESCRIPTION> This shows norms in Newton Raphson iteration. As the norm is small, the error
of the solution becomes small.
3.4000e-003 2.0000e-004 3.7822e-004 93 38 23 0 0
* 3.7803e-004 * 1.8604e-007
7.8000e-003 4.0000e-004 4.5511e-004 126 49 34 0 0
* 4.5489e-004 * 2.1236e-007
<F> 1.1800e-002 8.0000e-004 6.0787e+000 144 55 38 0 1
<DESCRIPTION> This shows a solver information when Newton Raphson or integrator is failed.
* 3.2468e-002 * 1.5322e-002 * 2.2145e-003 * 1.2009e-003 * 1.7264e-002 *
6.0103e+000
<F> 1.2600e-002 4.0000e-004 6.2998e+000 158 59 41 0 2
* 4.8229e-002 * 2.0410e-001 * 6.0475e+000
<DESCRIPTION> This is in norms in fail, and shows the norms are being diverged.
1.3000e-002 2.0000e-004 7.5510e-005 171 63 45 0 2
* 7.5254e-005 * 2.5664e-007
1.7400e-002 4.0000e-004 2.9342e-004 204 74 56 0 2
Solver Message Manual ANSYS, Inc.

* 2.9339e-004 * 2.6643e-008
-------------------------------------------------------------------------------
ANALYSIS PROGRESS = 2.0600e+000 %
<DESCRIPTION> This shows a mark to know simulation process. This message is displayed when
a simulation time is increased by 2%.
-------------------------------------------------------------------------------
2.0600e-002 8.0000e-004 1.4025e-003 216 78 60 0 2
* 1.4024e-003 * 1.3460e-007
2.6200e-002 8.0000e-004 1.1952e-003 237 85 67 0 2
* 1.1952e-003 * 4.6690e-008

===============================================================

* <ERROR> DFSOLVER:: DF_SOLVER IS TERMINATED BY A STOP COMMAND


<DESCRIPTION> This shows a message when user commands ANSYS Motion solver to stop.

* <ERROR> DFSOLVER:: SIMTIME = 2.8745e-001


<DESCRIPTION> This shows a simulation time in stopping.
===============================================================
Solver Message Manual ANSYS, Inc.

1.7 Eigenvalue analysis

< DF_SOLVER:: START EIGENVALUE ANALYSIS >


<DESCRIPTION> ANSYS Motion solver starts the eigenvalue analysis.

< SHIFT VALUE = 1.0000e+005 >


<DESCRIPTION> This shows a eigenvalue shift value. If there are no rigid modes after body
eigenvalue analysis, this value need to be changed a smaller value.

-------------------------------------------------------------------------------
< THE NUMBER OF NORMAL MODE REQUESTED IS CHANGED TO 10 >
-------------------------------------------------------------------------------
<DESCRIPTION> This shows a the number of normal mode requested numerical damping. If the
D.O.F is smaller than the number of normal mode requested, the number of normal mode is changed
to the D.O.F.

=========================================================
SYSTEM INFORMATION
=========================================================
<DESCRIPTION> This shows a system information with the number of each object when body
eigenvalue analysis. These contents have the same as system information of acceleration analysis
section.

... The rest is omitted ...

-------------------------------------------------------------------------------
< THE NUMBER OF NORMAL MODE REQUESTED IS 20 >
<DESCRIPTION> This shows a normal mode requested.

< THE NUMBER OF CONVERGED NORMAL MODE IS 20 >


<DESCRIPTION> This shows a converged normal mode.
-------------------------------------------------------------------------------

< DF_SOLVER:: START GET STATIC CORRECTION MODE >


Solver Message Manual ANSYS, Inc.

-----------------------------------------------------------------
< DF_SOLVER:: EIGENVALUE ANALYSIS SUCCESSFULLY FINISHED >
<DESCRIPTION> This shows the eigenvalue analysis is successfully finished.

---------------------------------------------------------------
< DF_SOLVER:: END EIGENVALUE ANALYSIS >

---------------------------------------------------------------

SIMULATION PROGRESS = 1.0000e+002 %


<DESCRIPTION> This is a mark to know a simulation progress.
---------------------------------------------------------------
Solver Message Manual ANSYS, Inc.

1.8 Post-processing

-----------------------------------------------------------------
< DF_SOLVER:: FUNCTION EVALUATION RESULT >
-----------------------------------------------------------------
\ MEMORY(MB) TIME(SEC) COUNT
<DESCRIPTION> MEMORY(MB) : Required memory’s size
TIME(SEC) : Required time
COUNT : Required number of iteration
TOTAL 341.43 47.51 1
<DESCRIPTION> In all processing for ANSYS Motion solver.

* PRE PROCESSING *
READ_DFSFILE 23.27 0.29 1
<DESCRIPTION> In reading *.dfs file.
READ_GINFFILE 1.59 0.06 1
<DESCRIPTION> In reading *.ginf file.
PRE_ ADDRESSING 0.00 0.00 1
<DESCRIPTION> In pre-addressing
ADDRESSING 3.86 0.16 1
<DESCRIPTION> In addressing
POST_ ADDRESSING 0.00 0.00 1
<DESCRIPTION> In post-addressing
READDRESSING 0.00 0.00 0
<DESCRIPTION> In re-addressing

* SPARSE LINEAR SOLVER *


PRE-PROCESS_SPS 162.32 5.40 3
<DESCRIPTION> In pre-processing for a sparse solver.
NUMFACT_SPS 109.95 7.56 12
<DESCRIPTION> In numerical factorization for a sparse solver.
BACKSUB_SPS 0.22 1.35 22
<DESCRIPTION> In back-substitution for a sparse solver.
JACRES_SPS 17.97 28.89 22
<DESCRIPTION> In calculating Jacobian and Residual for a sparse solver.
Solver Message Manual ANSYS, Inc.

* FRONTAL & SUPER SOLVER *


PRE-PROCESS_SLV 0.00 0.00 0
<DESCRIPTION> In pre-processing for a frontal and super solver.
NUMFACT_SLV 0.00 0.00 0
<DESCRIPTION> In numerical factorization for a frontal and super solver.
NUMFACT_A_SLV 0.00 0.00 0
<DESCRIPTION> In numerical factorization for a frontal solver.
NUMFACT_B_SLV 0.00 0.00 0
<DESCRIPTION> In numerical factorization for a super solver.
BACKSUB_SLV 0.00 0.00 0
<DESCRIPTION> In back-substitution for a frontal and super solver.
RES_A_SLV 0.00 0.00 0
<DESCRIPTION> In calculating Residual for a frontal and super solver.
JAC_SLV 0.00 0.00 0
<DESCRIPTION> In calculating Residual for a frontal and super solver.

* GENERAL PROCESS *
JACRES 0.00 1.03 13
<DESCRIPTION> In calculating Jacobian and Residual.

* CONTACT *
CONTACT 0.00 0.00 0
<DESCRIPTION> In contact processing
UPDATE_GEOMETRY 0.00 0.00
<DESCRIPTION> In updating contact face position (used Nodal and Mesh free only)
FIND_POINT 0.00 0.00 0
<DESCRIPTION> In finding contact point (All kind of contact)
FIND_POINT_RTR 0.00 0.00
<DESCRIPTION> In finding contact point (RTR contact)
FIND_POINT_FTR 0.00 0.00
<DESCRIPTION> In finding contact point (FTR contact)
FIND_POINT_FTF 0.00 0.00
<DESCRIPTION> In finding contact point (FTF contact)
FIND_POINT_GENERAL 0.00 0.00
<DESCRIPTION> In finding contact point (GENERAL contact)
Solver Message Manual ANSYS, Inc.

PREGET_RESJAC 0.00 0.00 0


<DESCRIPTION> In pre-calculating contact Jacobian and Residual
PREGET_RESJAC_FTR 0.00 0.00
<DESCRIPTION> In pre-calculating contact Jacobian and Residual (FTR contact)
PREGET_RESJAC_FTF 0.00 0.00
<DESCRIPTION> In pre-calculating contact Jacobian and Residual (FTF contact)
PREGET_RESJAC_ASM 0.00 0.00
<DESCRIPTION> In assembling contact Jacobian and Residual for MPP

* REPORT *
REPORT 0.00 0.25 10
<DESCRIPTION> In processing for report
-----------------------------------------------------------------
< USED TIME = 0 H/ 1 M/ 2 S ( 6.2597e+001 SECONDS ) >
<DESCRIPTION> This shows the simulation time in the used time. This is not CPU time. If your
computer is busy due to other jobs, the used time can be overestimated.
-----------------------------------------------------------------

* DF_SOLVER::END TIME = Thu Mar 24 04:52:33 2011 PM


<DESCRIPTION> This shows the date and time in ending ANSYS Motion solver.
< END OF ANSYS SOLVER >
<DESCRIPTION> This is a mark to know a simulation end.
=================================================================

You might also like