Save csv file of aeroacustics plots #154
-
There is a way to save the FLOWUnsteady Tonal SPL spectrum results (picture in blue) as a csv file using FLOWUnsteady scripts? I tried to modify some but it is not possible. Many thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
Hi! may I ask you who did you contact to get access to PSU-WOPWOP? Thank you. |
Beta Was this translation helpful? Give feedback.
-
Hi @MarcoPic99, To run the aeroacoustics package you require a copy of PSU-WOPWOP (an FW-H code that was written at Penn State) which is not included by FLOWUnsteady. You can request a copy of the binary by contacting them directly. Ciao, |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
All the acoustics data that was generated by PSU-WOPWOP and BPM is stored under the dictionaries noise.read_data(dataset_infos; datasets_pww=datasets_pww, datasets_bpm=datasets_bpm) You can access those dictionaries to fetch frequencies, SPL, and OASPL directivity (and perhaps save it as CSV if that format is better suited for your needs). I'd recommend taking a look at the plotting functions to see how to process the PSU-WOPWOP and BPM data that is stored in those dictionaries: LINK1 LINK2 |
Beta Was this translation helpful? Give feedback.
All the acoustics data that was generated by PSU-WOPWOP and BPM is stored under the dictionaries
datasets_pww
anddatasets_bpm
after callingYou can access those dictionaries to fetch frequencies, SPL, and OASPL directivity (and perhaps save it as CSV if that format is better suited for your needs).
I'd recommend taking a look at the plotting functions to see how to process the PSU-WOPWOP and BPM data that is stored in those dictionaries: LINK1 LINK2