When I trying to import the .inp file to Hypermesh, It seem to be a syntax error.
Code: Select all
Error: Option INPUT = z1.ori is not supported in *DISTRIBUTION card
Resolution: Option is skipped. Edit the deck to include them back.
Warning: Unsupported information found in the input deck.
Resolution: Unsupported text is moved to control cards. Check help for further information.
Warning: *ORIENTATION card with NAME= TexGenOrientations has invalid input coordinates (a,b)
Resolution: Invalid system axis. So, the attribute id is not attached for this card.
Summary:Feinput finished with 1 errors and 2 warnings.
Code: Select all
********************
*** ORIENTATIONS ***
********************
** Orientation vectors
** 1st vector represents the fibre direction
** 2nd vector is an arbitrary vector perpendicular to the first
*Distribution Table, Name=TexGenOrientationVectors
COORD3D,COORD3D
*Distribution, Location=Element, Table=TexGenOrientationVectors, Name=TexGenOrientationVectors,Input=z1.ori
*Orientation, Name=TexGenOrientations, Definition=coordinates
TexGenOrientationVectors
0,1Code: Select all
*Distribution Table, Name=TexGenOrientationVectors
COORD3D,COORD3D
*Distribution, Location=Element, Table=TexGenOrientationVectors, Name=TexGenOrientationVectors,
*include,Input=z1.ori
*Orientation, Name=TexGenOrientations, Definition=coordinates
TexGenOrientationVectors
0,1