Add the extraneous stiffness parameters to the model.
Simulation Composite Analysis uses a *User Material definition instead of a *Elastic definition to define a material in Abaqus. When a *User Material definition is used, Abaqus is unable to compute certain section parameters because the elastic constants necessary to compute these section parameters are not available. You must define these parameters for an analysis to run successfully.
Simulation Composite Analysis comes with the command line program xStiff that reads an Abaqus input file and automatically computes and inserts all extraneous stiffness parameters required by reduced integration elements utilizing Simulation Composite Analysis materials. This auxiliary program significantly improves the speed and accuracy of the model building process.
Typically, xStiff is executed after the model is built and before the model is submitted for analysis. Here, the input file for this analysis is written and xStiff is used to calculate and insert the appropriate extraneous stiffness parameters.
Switch to the Job module.
Create a job (
) named ASCA_Tutorial_1_Abaqus.From the main toolbar, select
.Open the Simulation Composite Analysis 2015.1 Command Shell and change the directory to the location of the ASCA_Tutorial_1_Abaqus.inp file.
>>cd <directory containing input file>
In the Command Shell, enter:
>>xstf /i ASCA_Tutorial_1_Abaqus
Submit the job for analysis from the command line by entering:
>>abaqus job=ASCA_Tutorial_1_Abaqus_xs