The DiagnosticPrint object is used to request detailed diagnostic output or to disable specific diagnostic checks.
import step mdb.models[name].steps[name].diagnosticPrint
This method creates a DiagnosticPrint object.
mdb.models[name].steps[name].DiagnosticPrint
Required arguments
Optional arguments
A Boolean specifying a request for a column containing the total kinetic energy. This argument is valid only for an Abaqus/Explicit analysis. The default value is ON.
A Boolean specifying a request for a column containing the element that has the smallest stable time increment and a column listing the value. This argument is valid only for an Abaqus/Explicit analysis. The default value is ON.
A Boolean specifying a request for a column containing the percent change in total mass of the model as a result of mass scaling. This argument is valid only for an Abaqus/Explicit analysis. The default value is OFF unless mass scaling is present in the model.
A Boolean specifying a request for a column containing the energy balance of the model. This argument is valid only for an Abaqus/Explicit analysis. The default value is OFF.
A Boolean specifying a request for detailed output of points that are contacting or separating in interface and gap problems. This argument is valid only for an Abaqus/Standard analysis. The default value is ON.
A Boolean specifying a request for detailed output of which elements are being removed or reactivated in the step. This argument is valid only for an Abaqus/Standard analysis. The default value is OFF.
A Boolean specifying a request for detailed output of element and integration point numbers for which the plasticity algorithms have failed to converge in the material routines. This argument is valid only for an Abaqus/Standard analysis. The default value is OFF.
A Boolean specifying a request for output of equilibrium residuals during the equilibrium iterations. This argument is valid only for an Abaqus/Standard analysis. The default value is ON.
An Int specifying the frequency of output, in increments. The default value is 1.
A Boolean specifying a request for information regarding the actual number of equations and the wavefront in each iteration. This argument is valid only for an Abaqus/Standard analysis. The default value is ON.
A Boolean specifying a request for a column containing the total mass of the model as a result of mass scaling. This argument is valid only for an Abaqus/Explicit analysis. The default value is OFF.
Return value
A DiagnosticPrint object.
Exceptions
This method modifies the DiagnosticPrint object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the DiagnosticPrint method.
Return value
Exceptions
The DiagnosticPrint object has members with the same names and descriptions as the arguments to the DiagnosticPrint method.