-
Notifications
You must be signed in to change notification settings - Fork 2
Payam/acoustic noise spectrum #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
# flow360client.case.DownloadFile(caseId, 'aeroacoustics_v3.csv', tmpfile) | ||
pressure_data = pd.read_csv(acsv,skipinitialspace=True) | ||
times = pressure_data['physical_time'] | ||
steps = pressure_data['physical_step'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are going to be a few changes in the release version of aeroacoustics, physical_time will be renamed to time. Will let you know when the final release version is ready for testing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK. Looking forward.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
File will be renamed to total_acoustics_v3.csv for release-23.2.3.0
Here are scripts to post-process aero-acoustic simulations.