Software Use > FEM Coupling (HyperFEA)

Regarding Abaqus(.fil) couples HyperFEA

(1/1)

orchidworld:
Dear Everyone,

Abaqus cant produce the .fil file directly,  when we need some element/node data(for example: Stress, displacement)this file, we need to add some commands in the .inp file manually. so i want to know which parameters need to be export to the .fil file.  when i know which parameters need to be export, i can add related commandS in the .inp file

Thanks.

Ryan:
Element section forces and nodal displacements should be exported the FIL file. If applicable, element pressures and element temperatures can also be exported. More details can be found below.

http://hypersizer.com/help/index.php#FE-Results-Import/results-supported_formats.php
http://hypersizer.com/help/index.php#FEM-General/fem-abaqus-overview.php


--- Code: ---*Step, Name=Wing_Pressure_101
...
**Print element forces with directions **
*El File, Directions=Yes, Position=Centroidal
SF
*El File
LOADS
*Node File
U
*End Step
**
**
*Step, Name=Wing_Temperature_201
*Temperature
..
*El File, Position=Centroidal
SF
*El File
TEMP
*Node File
U
*End Step
--- End code ---

-Ryan

Navigation

[0] Message Index

Go to full version