How to create a readable result file (.fil or .odb)?
How to create a readable result file (.fil or .odb)?
(OP)
Hello everyone,
I specified *EL FILE as mentioned on menu, with command:
abaqus analysis job=jname convert=all input=my.inp user=t.f
but can not generate any jname.fil file. Any suggestions for creating a readable text file (.fil or .odb)?
Thanks a lot for help!
Peter
The followings are part of the input file:
** FIELD OUTPUT: F-Output-1
**
*Output, field, variable=PRESELECT
**
** HISTORY OUTPUT: H-Output-1
**
*Output, history, variable=PRESELECT
*FILE FORMAT, ASCII
*EL FILE, ELSET=_PICKEDSET4
**Node FILE, freq=999999
*El PRINT, freq=999999
*Node PRINT, freq=999999
*End Step
I specified *EL FILE as mentioned on menu, with command:
abaqus analysis job=jname convert=all input=my.inp user=t.f
but can not generate any jname.fil file. Any suggestions for creating a readable text file (.fil or .odb)?
Thanks a lot for help!
Peter
The followings are part of the input file:
** FIELD OUTPUT: F-Output-1
**
*Output, field, variable=PRESELECT
**
** HISTORY OUTPUT: H-Output-1
**
*Output, history, variable=PRESELECT
*FILE FORMAT, ASCII
*EL FILE, ELSET=_PICKEDSET4
**Node FILE, freq=999999
*El PRINT, freq=999999
*Node PRINT, freq=999999
*End Step





RE: How to create a readable result file (.fil or .odb)?
corus
RE: How to create a readable result file (.fil or .odb)?
thanks for the suggestion. However it still couldn't generate a .fil file
peter
RE: How to create a readable result file (.fil or .odb)?
CODE
options,variables
*EL PRINT,FREQ=1
options,variables
The FREQ option used with *EL FILE only works for /Standard analyses. If you are running /Explicit then the *EL FILE command will generate the equivalent .sel (selected results) file, to be used with the *FILE OUTPUT option. You must assign values for your "options" and variables" above, so see *EL FILE and *EL PRINT in the help manuals.
------------
See FAQ569-1083 for details on how to make best use of Eng-Tips.com
RE: How to create a readable result file (.fil or .odb)?
corus
RE: How to create a readable result file (.fil or .odb)?
Peter