You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The simulation works with a normal isotropic material definition.
Here are the current errors:
***ERROR: THE DISTRIBUTION ASSEMBLY-1_TYPE=ENGINEERINGCONSTANTS HAS NOT BEEN
DEFINED.
LINE IMAGE: ASSEMBLY-1_TYPE=ENGINEERINGCONSTANTS
***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: THERE ARE TOO FEW DATA CARDS TO DEFINE THIS MATERIAL OPTION
When I try add the only orientation I found in an example file which is:
and this produces a .dat file with 100 or so lines that only says
***ERROR: in keyword *ORIENTATION, file "Lattice_FEA.inp", line 79140: The
keyword is misplaced. It can be suboption for the following
keyword(s)/level(s): assembly, instance, part
THE PROGRAM HAS DISCOVERED 1 FATAL ERRORS
** EXECUTION IS TERMINATED **
The text was updated successfully, but these errors were encountered:
I'd like some help defining custom Engineering Constants for Young's Modulus, Poisson's and Shear Modulus in all directions.
I'm using something like this.
It looks like this in the .inp file generated by Gibbon
** ----------------------------------------------------------------------------------------------------
type = ENGINEERING CONSTANTS
2580, 2580, 2060, 0.35, 0.3, 0.3, 955.56, 992.31, 992.31
The .inp file I created manually in Abaqus CAE with the GUI looks like this
** MATERIALS
**
*Material, name=PLA_Orthotropic
*Elastic, type=ENGINEERING CONSTANTS
2580., 2580., 2060., 0.35, 0.3, 0.3, 955.56, 992.31
992.31,
I'm also having issues defining this sort of material orientation
*Orientation, name=Ori-2
1., 0., 0., 0., 1., 0.
3, 0.
The simulation works with a normal isotropic material definition.
Here are the current errors:
***ERROR: THE DISTRIBUTION ASSEMBLY-1_TYPE=ENGINEERINGCONSTANTS HAS NOT BEEN
DEFINED.
LINE IMAGE: ASSEMBLY-1_TYPE=ENGINEERINGCONSTANTS
***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: THERE ARE TOO FEW DATA CARDS TO DEFINE THIS MATERIAL OPTION
When I try add the only orientation I found in an example file which is:
and this produces a .dat file with 100 or so lines that only says
***ERROR: in keyword *ORIENTATION, file "Lattice_FEA.inp", line 79140: The
keyword is misplaced. It can be suboption for the following
keyword(s)/level(s): assembly, instance, part
THE PROGRAM HAS DISCOVERED 1 FATAL ERRORS
** EXECUTION IS TERMINATED **
The text was updated successfully, but these errors were encountered: