How to read .ard file created by ANSYS Fluent
10 views (last 30 days)
Show older comments
Hello
I would like to read .ard file created by ANSYS Fluent's Ffowcs Williams Hakings model (Acoustic model) by using matlab. The file include the acoustic pressure data and corresponding time like the figure below. I'm currently ploting the data using matlab after copying and pasting them into excel. But it is very time cosuming. Do you have any idea to make matlab directly read this .ard file?
Thank you!
0 Comments
Answers (1)
Walter Roberson
on 14 Mar 2023
Edited: Walter Roberson
on 14 Mar 2023
Use readmatrix . You might need to use 'headerlines', 4 as an option, and possibly 'FileType', 'text'
0 Comments
See Also
Categories
Find more on Audio I/O and Waveform Generation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!