HyperSizer Support Forum

Software Use => FEM Coupling (HyperFEA) => Topic started by: orchidworld on August 14, 2012, 09:08:11 PM

Title: Regarding Abaqus(.fil) couples HyperFEA
Post by: orchidworld on August 14, 2012, 09:08:11 PM
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.
Title: Re: Regarding Abaqus(.fil) couples HyperFEA
Post by: Ryan on August 14, 2012, 09:17:56 PM
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: [Select]
*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

-Ryan