Available Topics
The following FiberSIM-ANSYS interface topics are available:
13.2.1. Understanding the FiberSIM XML File
13.2.2. Using FiberSIM Data in ANSYS
13.2.3. FiberSIM-to-ANSYS Translation Details
13.2.1. Understanding the FiberSIM XML File
The FiberSIM .xml file contains detailed orientation data for each layer in the laminate. Each FiberSIM
ply is represented as a triangular facet mesh with node data (X,Y, Z) followed by facet connectivity
data (node1, node2, node3, warp, weft). The data is necessary in ANSYS, where the fiber orientation is
required over the entire layer surface. You map the FiberSIM .xml data to existing ANSYS elements
using the FiberSIM orientation data. The warp and weft are the angles in radians from side node 1 -
node 2 of the facet of the two fiber orientations. Hence, warp is used to define the layer orientation.
Weft is not used.
For sections incorporating FiberSIM data, the .xml file containing the FiberSIM data must exist in its
original format. ANSYS cannot use the data if you have altered the file in any way (for example, by
opening the file in an XML editor, making changes, and then saving it again).
ANSYS accepts long ply names (up to 72 characters) if they are present in the FiberSIM file.
In this example, the sample.xml FiberSIM file demonstrat es an extremely simple model of a square
with five layers, including one partially dropped layer:
<?xml version="1.0"?>
<Laminate_Layup PART_NAME="LAMINATE1">
<Orientation XYZ="0.0 0.0 0.0"/>
<Ply NAME="STEEL">
<Material NAME="PPG-PL-3K-D1" THICKNESS="0.266700" CURED_THICKNESS="0.190500"/>
<Mesh_Point_Table COUNT="4" RECORD="XYZ">
0.000000 0.000000 0.000000<R/>
30.000000 0.000000 0.000000<R/>
0.000000 30.000000 0.000000<R/>
30.000000 30.000000 0.000000<R/>
</Mesh_Point_Table>
<Mesh_Polygon_Table COUNT="2" RECORD="NODES,WARP,WEFT">
1 2 3,0.200000,1.745329<R/>
4 2 3,0.200000,1.745329<R/>
</Mesh_Polygon_Table>
</Ply>
<Ply NAME="ALUM">
<Material NAME="PPG-PL-3K-D1" THICKNESS="0.266700" CURED_THICKNESS="0.170500"/>
<Mesh_Point_Table COUNT="4" RECORD="XYZ">
0.000000 0.000000 0.000000<R/>
30.000000 0.000000 0.000000<R/>
0.000000 30.000000 0.000000<R/>
30.000000 30.000000 0.000000<R/>
</Mesh_Point_Table>
<Mesh_Polygon_Table COUNT="2" RECORD="NODES,WARP,WEFT">
1 2 3,0.400000,1.919862<R/>
4 2 3,0.400000,1.919862<R/>
</Mesh_Polygon_Table>
</Ply>
<Ply NAME="ALUM5">
<Material NAME="PPG-PL-3K-D1" THICKNESS="0.266700" CURED_THICKNESS="0.150500"/>
<Mesh_Point_Table COUNT="4" RECORD="XYZ">
0.000000 0.000000 0.000000<R/>
30.000000 0.000000 0.000000<R/>
0.000000 30.000000 0.000000<R/>
30.000000 30.000000 0.000000<R/>
</Mesh_Point_Table>
<Mesh_Polygon_Table COUNT="2" RECORD="NODES,WARP,WEFT">
Release 15.0 - © SAS IP, Inc. All rights reserved. - Contains proprietary and confidential information
The FiberSIM-ANSYS Interface