luc46552
Mechanical
- Jun 13, 2019
- 13
Hello,
I was wondering if anyone here has ever used the *IMPORT command in an input file to create a job that runs a dynamic-explicit step in a new model from the final state in a standard model. I have not created a job using an input file before, so I may be making some basic mistakes. Currently, I can get the job to run, but is returns several errors:
- "TRANSLATION/ROTATION DATA MUST FOLLOW ELEMENT SET NAMES IN THE DATA LINES OF THE *IMPORT OPTION"
- "THERE ARE NO ELEMENT SET DATA SPECIFIED FOR THE *IMPORT OPTION"
I'm having difficulty finding any examples on how to format the *IMPORT command for transferring an assembly from one model to another. I have read several versions of the "Transferring Results Between Abaqus/Explicit and Abaqus/Standard" in the user's manual, and it has gotten me this far, but I can't seem to figure out what is causing these errors. Here is what I have for the input file so far (it's pretty short):
*HEADING
*PREPRINT, ECHO=NO, MODEL=NO, HISTORY=NO, CONTACT=NO
**
*ASSEMBLY,NAME = CobraWeave
**
*INSTANCE,
LIBRARY=CobraWeaveStandard,
INSTANCE=Large Stick-1-lin-1-1,
INSTANCE=Large Stick-1-lin-1-2,
INSTANCE=Large Stick-1-lin-1-3,
INSTANCE=Large Stick-2-lin-1-1,
INSTANCE=Large Stick-2-lin-1-2,
INSTANCE=Large Stick-2-lin-1-3,
INSTANCE=Large Stick-Trigger-1,
INSTANCE=Large Stick-Trigger-2
**
*IMPORT, UPDATE=NO
**
*END INSTANCE
**
*END ASSEMBLY
**
*STEP, NAME="Release of Contact", NLGEOM=YES
*DYNAMIC, EXPLICIT
*BULK VISCOSITY
0.06, 1.2
*END STEP
In the data file, it displays the following warning regarding the instances, I'm not sure if it's significant:
- "in keyword *INSTANCE, file "CobaWeaveExplicit.inp", line 12: Repeated parameter: instance. New definition of "Large Stick-1-lin-1-2" overrides previous setting."
I was wondering if anyone here has ever used the *IMPORT command in an input file to create a job that runs a dynamic-explicit step in a new model from the final state in a standard model. I have not created a job using an input file before, so I may be making some basic mistakes. Currently, I can get the job to run, but is returns several errors:
- "TRANSLATION/ROTATION DATA MUST FOLLOW ELEMENT SET NAMES IN THE DATA LINES OF THE *IMPORT OPTION"
- "THERE ARE NO ELEMENT SET DATA SPECIFIED FOR THE *IMPORT OPTION"
I'm having difficulty finding any examples on how to format the *IMPORT command for transferring an assembly from one model to another. I have read several versions of the "Transferring Results Between Abaqus/Explicit and Abaqus/Standard" in the user's manual, and it has gotten me this far, but I can't seem to figure out what is causing these errors. Here is what I have for the input file so far (it's pretty short):
*HEADING
*PREPRINT, ECHO=NO, MODEL=NO, HISTORY=NO, CONTACT=NO
**
*ASSEMBLY,NAME = CobraWeave
**
*INSTANCE,
LIBRARY=CobraWeaveStandard,
INSTANCE=Large Stick-1-lin-1-1,
INSTANCE=Large Stick-1-lin-1-2,
INSTANCE=Large Stick-1-lin-1-3,
INSTANCE=Large Stick-2-lin-1-1,
INSTANCE=Large Stick-2-lin-1-2,
INSTANCE=Large Stick-2-lin-1-3,
INSTANCE=Large Stick-Trigger-1,
INSTANCE=Large Stick-Trigger-2
**
*IMPORT, UPDATE=NO
**
*END INSTANCE
**
*END ASSEMBLY
**
*STEP, NAME="Release of Contact", NLGEOM=YES
*DYNAMIC, EXPLICIT
*BULK VISCOSITY
0.06, 1.2
*END STEP
In the data file, it displays the following warning regarding the instances, I'm not sure if it's significant:
- "in keyword *INSTANCE, file "CobaWeaveExplicit.inp", line 12: Repeated parameter: instance. New definition of "Large Stick-1-lin-1-2" overrides previous setting."