To view Simulation Composite Analysis solution-dependant state variables in Abaqus Viewer, they must be written to the .odb file.
The state variables are only written to the .odb file if explicitly requested in the Abaqus input file. This request is accomplished by adding SDV to the list of element output variables. By default, a preselected list of output variables is written to the output database. This default list will be modified as well.
*OUTPUT, FIELD, VARIABLE=PRESELECT
*Node Output RF, U
These lines write the nodal displacements (U) and reaction forces (RF) to the database.
*Element Output, directions=YES 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 S, E, SDV *Element Output, directions=YES 17, 18, 19, 20, 21, 22, 23, 24 S, E, SDV
*OUTPUT, FIELD *NODEOUTPUT RF, U *ELEMENTOUTPUT, DIRECTIONS=YES 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 E, S, SDV *ELEMENTOUTPUT, DIRECTIONS=YES 17, 18, 19, 20, 21, 22, 23, 24 E, S, SDV
The above is a simple output definition. Other input files may be different and more complicated. Generally speaking, there is only one modification to the output definition that is Simulation Composite Analysis-specific: the addition of SDV to the list of element output variable identifying keys.