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...