Skip to content

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.

3 participants