Printing results in .dat file
Printing results in .dat file
(OP)
Hello all,
I am trying to print my results in the .dat file, and it seems that doing this through the input file is the only way (i.e. can not do this through cae). Can someone please tell me where I am going wrong with my input file to achieve this. Thanks.
**
** OUTPUT REQUESTS
**
*NODE PRINT
**
*Restart, write, frequency=0
**
** FIELD OUTPUT: F-Output-1
**
*Output, field, variable=PRESELECT
**
** HISTORY OUTPUT: H-Output-1
**
*Output, history, variable=PRESELECT
*End Step
I am trying to print my results in the .dat file, and it seems that doing this through the input file is the only way (i.e. can not do this through cae). Can someone please tell me where I am going wrong with my input file to achieve this. Thanks.
**
** OUTPUT REQUESTS
**
*NODE PRINT
**
*Restart, write, frequency=0
**
** FIELD OUTPUT: F-Output-1
**
*Output, field, variable=PRESELECT
**
** HISTORY OUTPUT: H-Output-1
**
*Output, history, variable=PRESELECT
*End Step





RE: Printing results in .dat file
RE: Printing results in .dat file
*Node Print, F=999,NSET=Set-1
COORD,U
Rob Stupplebeen
RE: Printing results in .dat file
RE: Printing results in .dat file
RE: Printing results in .dat file
Thanks for you advice, I have never used pyton, is it something your can explain easily or am I going to need to learn this all from the start.
Thanks