How to read .ard file created by ANSYS Fluent

3 Ansichten (letzte 30 Tage)
Yasuyuki Hamanaka
Yasuyuki Hamanaka am 14 Mär. 2023
Bearbeitet: Walter Roberson am 14 Mär. 2023
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!

Antworten (1)

Walter Roberson
Walter Roberson am 14 Mär. 2023
Bearbeitet: Walter Roberson am 14 Mär. 2023
Use readmatrix . You might need to use 'headerlines', 4 as an option, and possibly 'FileType', 'text'

Kategorien

Mehr zu Acoustics, Noise and Vibration finden Sie in Help Center und File Exchange

Produkte


Version

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by