DLOAD Keyword in ABAQUS
DLOAD Keyword in ABAQUS
(OP)
Hi All,
I have to apply pressure load (uniform) on certain element sets selected and the synatx I used is as below.
*Elset,elset=<Name of elment set>,generate
<first element number>,<last element number>,<increment>
*DLOAD,OP=MOD
<name of element set>,P,<pressure value>
I get an error message and analysis gets aborted saying
***ERROR: in keyword *DLOAD, file "plus_idp.inp", line 180705: The keyword is
misplaced. It can be suboption for the following
keyword(s)/level(s): substructureloadcase, loadcase, step
***NOTE: DUE TO AN INPUT ERROR THE ANALYSIS PRE-PROCESSOR HAS BEEN UNABLE TO
INTERPRET SOME DATA. SUBSEQUENT ERRORS MAY BE CAUSED BY THIS OMISSION
***ERROR: in keyword *DLOAD, file "plus_idp.inp", line 180710: The keyword is
misplaced. It can be suboption for the following
keyword(s)/level(s): substructureloadcase, loadcase, step
***ERROR: in keyword *DLOAD, file "plus_idp.inp", line 180715: The keyword is
misplaced. It can be suboption for the following
keyword(s)/level(s): substructureloadcase, loadcase, step
***ERROR: in keyword *DLOAD, file "plus_idp.inp", line 180720: The keyword is
misplaced. It can be suboption for the following
keyword(s)/level(s): substructureloadcase, loadcase, step
***ERROR: in keyword *DLOAD, file "plus_idp.inp", line 180725: The keyword is
misplaced. It can be suboption for the following
keyword(s)/level(s): substructureloadcase, loadcase, step
***ERROR: Serious errors were detected in the input file or parts/assembly structure.
I request you to kindly help me with this problem.
Thank you
I have to apply pressure load (uniform) on certain element sets selected and the synatx I used is as below.
*Elset,elset=<Name of elment set>,generate
<first element number>,<last element number>,<increment>
*DLOAD,OP=MOD
<name of element set>,P,<pressure value>
I get an error message and analysis gets aborted saying
***ERROR: in keyword *DLOAD, file "plus_idp.inp", line 180705: The keyword is
misplaced. It can be suboption for the following
keyword(s)/level(s): substructureloadcase, loadcase, step
***NOTE: DUE TO AN INPUT ERROR THE ANALYSIS PRE-PROCESSOR HAS BEEN UNABLE TO
INTERPRET SOME DATA. SUBSEQUENT ERRORS MAY BE CAUSED BY THIS OMISSION
***ERROR: in keyword *DLOAD, file "plus_idp.inp", line 180710: The keyword is
misplaced. It can be suboption for the following
keyword(s)/level(s): substructureloadcase, loadcase, step
***ERROR: in keyword *DLOAD, file "plus_idp.inp", line 180715: The keyword is
misplaced. It can be suboption for the following
keyword(s)/level(s): substructureloadcase, loadcase, step
***ERROR: in keyword *DLOAD, file "plus_idp.inp", line 180720: The keyword is
misplaced. It can be suboption for the following
keyword(s)/level(s): substructureloadcase, loadcase, step
***ERROR: in keyword *DLOAD, file "plus_idp.inp", line 180725: The keyword is
misplaced. It can be suboption for the following
keyword(s)/level(s): substructureloadcase, loadcase, step
***ERROR: Serious errors were detected in the input file or parts/assembly structure.
I request you to kindly help me with this problem.
Thank you





RE: DLOAD Keyword in ABAQUS
From the error messages, I can see that the place of option DLOAD is not correct. You should put *DLOAD in the history data, not within model data.
The history data is information after *STEP option while the model data is information before *STEP option.
Hope this help.
regards.