Thanks for the reply guys.
https://www.eng-tips.com/userinfo.cfm?member=jkupka84
Dear jkupka84,
just now I executed your code for postprocessing. there were no errors. thanks for your code. your code is writing velocity in y-direction for node number 1 at last time step successfully.
how to...
i want to extract nodal velocities at some nodes at all time steps (transient) to csv or dat format directly. i have written this code
SET,LIST
*DIM,VELY,ARRAY,3125,800 !!!!! FOR 800 NODES AT 3125 TIME STEPS
NODENUMBER=141475 ! INITIAL NODE NUMBER
*CFOPEN,VEL,CSV
*DO,KK,1,800,1...
i want to extract nodal velocities at some nodes at all time steps (transient) to csv or dat format directly. i have written this code
SET,LIST
*DIM,VELY,ARRAY,3125,800 !!!!! FOR 800 NODES AT 3125 TIME STEPS
NODENUMBER=141475 ! INITIAL NODE NUMBER
*CFOPEN,VEL,CSV
*DO,KK,1,800,1...