Kuba_707
Mechanical
- Aug 19, 2019
- 4
Hello,
I'm currently trying to assign a unique material for each element of my FEM-calculation in ABAQUS. What I have is a .inp file, where every important definition is made, and its working fine if I'm assigning one Material for all elements. But as soon as I want to assign a individual material for each element I get an error message saying :
***ERROR: Problem when parsing keyword: MATERIAL Invalid parameter:
*ELASTIC. The parameter may be misspelled, obsolete, or invalid.
***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: Problem when parsing keyword: MATERIAL Invalid parameter:
*ELASTIC. The parameter may be misspelled, obsolete, or invalid.
***ERROR: Problem when parsing keyword: MATERIAL Invalid parameter:
*ELASTIC. The parameter may be misspelled, obsolete, or invalid.
%%%%%%%% This continues for a few times %%%%%%%%
***ERROR: No more (non-fatal) errors will be reported ...
***ERROR: in keyword *DENSITY, file "ZS1.1E_214x722_loadDriv.pes", line
308336: The keyword is misplaced. It can be suboption for the
following keyword(s)/level(s): material
What I did in the Masters.inp is to add the following lines:
*ELEMENT, TYPE=S4R, ELSET=all_elements,INPUT=<elementfile>
*TRANSFORM, TYPE=C, NSET=all_nodes
0., 0., 0., 0., 0., 1.
*ORIENTATION, SYSTEM=C, NAME=OID11
0., 0., 0., 0., 0., 1.
1, 90.
*MATERIAL,NAME=MAT1,
*ELASTIC, TYPE=LAMINA
<E1_1>, <E2_1>, <nue>, <G12_1>, <G13_1>, <G23_1>
*Density
<rho>
*MATERIAL,NAME=MAT2,
*ELASTIC, TYPE=LAMINA
<E1_2>, <E2_2>, <nue>, <G12_2>, <G13_2>, <G23_2>
*Density
<rho>
...
*ELSET, ELSET=SHELL1
1
*SHELL SECTION, ELSET=SHELL1, MATERIAL=MAT1
*ELSET, ELSET=SHELL2
2
*SHELL SECTION, ELSET=SHELL2, MATERIAL=MAT2
...
The values for the single properties like E1_2 are in a seperate .inp file which is loaded at the begining of the Masters.inp, as well as the node.txt and the element.txt which are defining the nodes and elements.
Is someone able to help me? If some informations are missing please tell me, I tried to keep this as short as possible.
I'm currently trying to assign a unique material for each element of my FEM-calculation in ABAQUS. What I have is a .inp file, where every important definition is made, and its working fine if I'm assigning one Material for all elements. But as soon as I want to assign a individual material for each element I get an error message saying :
***ERROR: Problem when parsing keyword: MATERIAL Invalid parameter:
*ELASTIC. The parameter may be misspelled, obsolete, or invalid.
***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: Problem when parsing keyword: MATERIAL Invalid parameter:
*ELASTIC. The parameter may be misspelled, obsolete, or invalid.
***ERROR: Problem when parsing keyword: MATERIAL Invalid parameter:
*ELASTIC. The parameter may be misspelled, obsolete, or invalid.
%%%%%%%% This continues for a few times %%%%%%%%
***ERROR: No more (non-fatal) errors will be reported ...
***ERROR: in keyword *DENSITY, file "ZS1.1E_214x722_loadDriv.pes", line
308336: The keyword is misplaced. It can be suboption for the
following keyword(s)/level(s): material
What I did in the Masters.inp is to add the following lines:
*ELEMENT, TYPE=S4R, ELSET=all_elements,INPUT=<elementfile>
*TRANSFORM, TYPE=C, NSET=all_nodes
0., 0., 0., 0., 0., 1.
*ORIENTATION, SYSTEM=C, NAME=OID11
0., 0., 0., 0., 0., 1.
1, 90.
*MATERIAL,NAME=MAT1,
*ELASTIC, TYPE=LAMINA
<E1_1>, <E2_1>, <nue>, <G12_1>, <G13_1>, <G23_1>
*Density
<rho>
*MATERIAL,NAME=MAT2,
*ELASTIC, TYPE=LAMINA
<E1_2>, <E2_2>, <nue>, <G12_2>, <G13_2>, <G23_2>
*Density
<rho>
...
*ELSET, ELSET=SHELL1
1
*SHELL SECTION, ELSET=SHELL1, MATERIAL=MAT1
*ELSET, ELSET=SHELL2
2
*SHELL SECTION, ELSET=SHELL2, MATERIAL=MAT2
...
The values for the single properties like E1_2 are in a seperate .inp file which is loaded at the begining of the Masters.inp, as well as the node.txt and the element.txt which are defining the nodes and elements.
Is someone able to help me? If some informations are missing please tell me, I tried to keep this as short as possible.