AlexanderDewar
Mechanical
- Apr 20, 2012
- 5
Hi,
I have two single column, 151 row files, time.csv (attached) and pressure.csv. I wish to import this into ANSYS/LS-DYNA so I can apply a varying pressure to a surface. I have tried the following:
*DIM,time,table,151,1
*TREAD,time,time,txt
*DIM,pressure,table,151,1
*TREAD,pressure,pressure,csv
I get the error: *TREAD end-of-file in data read.
I have also tried *VREAD, but I'm afraid I don't know the Fortran format code:
*DIM,pressure,array,151,1
*VREAD,pressure,pressure,csv
(1F4.9)
And I get: (1F4.9) is not a recognised begin command, abbreviation or macro.
Thanking you in advance.
I have two single column, 151 row files, time.csv (attached) and pressure.csv. I wish to import this into ANSYS/LS-DYNA so I can apply a varying pressure to a surface. I have tried the following:
*DIM,time,table,151,1
*TREAD,time,time,txt
*DIM,pressure,table,151,1
*TREAD,pressure,pressure,csv
I get the error: *TREAD end-of-file in data read.
I have also tried *VREAD, but I'm afraid I don't know the Fortran format code:
*DIM,pressure,array,151,1
*VREAD,pressure,pressure,csv
(1F4.9)
And I get: (1F4.9) is not a recognised begin command, abbreviation or macro.
Thanking you in advance.