News: Need training? HyperSizer Training Videos are available now! Learn more here: https://hypersizer.com/trainingevents/e-learning/

Author Topic: Regarding Abaqus(.fil) couples HyperFEA  (Read 15256 times)

orchidworld

  • *
  • Posts: 42
    •  
Regarding Abaqus(.fil) couples HyperFEA
« 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.

Ryan

  • Administrator
  • *****
  • Posts: 145
    •  
Re: Regarding Abaqus(.fil) couples HyperFEA
« Reply #1 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