-
Notifications
You must be signed in to change notification settings - Fork 6
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
new notebooks and python scripts for quick start also fixed crm notebook #629
base: develop
Are you sure you want to change the base?
Conversation
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.
For this file:
- After code cell 6, "Another option to create a project is to use a file of your choice by using:"
- After code cell 15, "Finally we will take a look at how forces changed throughout the calculation of the simulation."
- Last Markdown block: visity -> visit
General comments for the other notebooks:
- Please also check other grammar errors.
- When plotting the results using, for instance,
cfl.plot(x='pseudo_step', y=["0_NavierStokes_cfl", "1_SpalartAllmaras_cfl"])
, can you also show how to get the available keys/column names for setting up x and y here? - Can you also use
project.print_project_tree()
to print out the project tree after the case is finished. Maybe also explain that the asset can be accessed using the shortID shown in the printed tree? For example, case = project.get_case(asset_id=)
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.
- In the "post processing" markdown block, ran -> run
- Do we still need to keep the complete code section at the end? I think we already have the complete code in the separate python script. Also, the other notebooks do not have this section.
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.
In "Simulation parameters" markdown block: paramas -> params
On hold until there is a decision as to what to do with the examples included here after the documentation changes |
Added jupyter notebooks and python scripts for quick start:
Corrected the 2D CRM notebook