Yao9590
Student
- May 16, 2023
- 9
Hi everyone, I'm having a problem with the title.
I'm working on a simulation of additive manufacturing.
This is part of the inp file for my job.
** ----------------------------------------------------------------
**
** STEP: Step-1
**
*Step, name=Step-1, nlgeom=YES
*Dynamic, Explicit
, 1e-08,, 0.5
*Bulk Viscosity
0.06, 1.2
*MODEL CHANGE, TYPE= ELEMENT, REMOVE
Set-kill
**
** OUTPUT REQUESTS
**
*Restart, write, number interval=1, time marks=NO
**
** FIELD OUTPUT: F-Output-1
**
*Output, field
*Element Output, directions=YES
E, S
**
** HISTORY OUTPUT: H-Output-1
**
*Output, history, variable=PRESELECT
*End Step
** ----------------------------------------------------------------
**
** STEP: Step-2
**
*Step, name=Step-2, nlgeom=YES
*Dynamic, Explicit
, 2.85714,, 0.5
*Bulk Viscosity
0.06, 1.2
*MODEL CHANGE, TYPE=ELEMENT, ADD
Part-1-1.1,Part-1-1.2,Part-1-1.3,Part-1-1.4,
Part-1-1.5,Part-1-1.6,Part-1-1.7,Part-1-1.8,
**
** OUTPUT REQUESTS
**
*Restart, write, number interval=1, time marks=NO
**
** FIELD OUTPUT: F-Output-1
**
*Output, field
*Element Output, directions=YES
E, S
**
** HISTORY OUTPUT: H-Output-1
**
*Output, history, variable=PRESELECT
*End Step
** ----------------------------------------------------------------
When I run the job, it shows Error: Unknown assembly set PART-1-1_1 PART-1-1_2.... .etc
And this is my part.
The set-kill is a three-quarter cylinder.
I'm trying to follow the example, and my understanding is to remove the cylindrical elements first, and then analyze them according to the additive manufacturing printing process.
Then there was a problem, ABAQUS cannot find PART-1-1.1...
Do I need to define set?
If so, is there a quick way to define it?
I did it all according to the example. In his original video, he was making a rectangle, but I made a cylinder instead.
Attached is a sample video, excuse me that this is Chinese.
I'm working on a simulation of additive manufacturing.
This is part of the inp file for my job.
** ----------------------------------------------------------------
**
** STEP: Step-1
**
*Step, name=Step-1, nlgeom=YES
*Dynamic, Explicit
, 1e-08,, 0.5
*Bulk Viscosity
0.06, 1.2
*MODEL CHANGE, TYPE= ELEMENT, REMOVE
Set-kill
**
** OUTPUT REQUESTS
**
*Restart, write, number interval=1, time marks=NO
**
** FIELD OUTPUT: F-Output-1
**
*Output, field
*Element Output, directions=YES
E, S
**
** HISTORY OUTPUT: H-Output-1
**
*Output, history, variable=PRESELECT
*End Step
** ----------------------------------------------------------------
**
** STEP: Step-2
**
*Step, name=Step-2, nlgeom=YES
*Dynamic, Explicit
, 2.85714,, 0.5
*Bulk Viscosity
0.06, 1.2
*MODEL CHANGE, TYPE=ELEMENT, ADD
Part-1-1.1,Part-1-1.2,Part-1-1.3,Part-1-1.4,
Part-1-1.5,Part-1-1.6,Part-1-1.7,Part-1-1.8,
**
** OUTPUT REQUESTS
**
*Restart, write, number interval=1, time marks=NO
**
** FIELD OUTPUT: F-Output-1
**
*Output, field
*Element Output, directions=YES
E, S
**
** HISTORY OUTPUT: H-Output-1
**
*Output, history, variable=PRESELECT
*End Step
** ----------------------------------------------------------------
When I run the job, it shows Error: Unknown assembly set PART-1-1_1 PART-1-1_2.... .etc
And this is my part.
The set-kill is a three-quarter cylinder.
I'm trying to follow the example, and my understanding is to remove the cylindrical elements first, and then analyze them according to the additive manufacturing printing process.
Then there was a problem, ABAQUS cannot find PART-1-1.1...
Do I need to define set?
If so, is there a quick way to define it?
I did it all according to the example. In his original video, he was making a rectangle, but I made a cylinder instead.
Attached is a sample video, excuse me that this is Chinese.