Skip to content

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

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Conversation

pdpdhp
Copy link
Contributor

@pdpdhp pdpdhp commented Aug 25, 2023

Here are scripts to post-process aero-acoustic simulations.

# 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']

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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK. Looking forward.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants