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.
reset
brick x 1
vol 1 int 3
mesh vol 1
create material name “glass” conductivity 7 density 7.777
block 1 volume 1
block 1 material “glass”
export abaqus “Filename” everything dimension 3 overwrite
The material name is in the Abaqus file, but the conductivity and density numbers are not. We tried this in Trelis 14.0.5 and it worked correctly, but it isn’t working in the current version. We asked one of the developers to look at it.