Hello all,
in an older version of Trelis the exported abaqus file contained material information. My export command is: "export abaqus “Filename” everything dimension3 "
Here an example output:
********************************** A S S E M B L Y ************************************
**
*ASSEMBLY, NAME=ASSEMBLY1
**
*INSTANCE, NAME=Part-Default_1, PART=Part-Default
*END INSTANCE
**
*END ASSEMBLY
**
**
**
*MATERIAL, NAME = glas
*ELASTIC, TYPE=ISOTROPIC
0.000000e+000, 0.000000e+000
*DENSITY
0.000000e+000
*CONDUCTIVITY,TYPE=ISO
7.000000e+000
*SPECIFIC HEAT
0.000000e+000
**
**
Now we use Trelis 15.0.2 but the material information are lost.
********************************** A S S E M B L Y ************************************
**
*ASSEMBLY, NAME=ASSEMBLY1
**
*INSTANCE, NAME=Part-Default_1, PART=Part-Default
*END INSTANCE
**
*END ASSEMBLY
**
**
**
**
Is there a new command required or is it a bug?
If anyone has an idea of how to do this it would be greatly appreciated.