-
Notifications
You must be signed in to change notification settings - Fork 58
docs: Upgrade cheat sheet. #4640
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: main
Are you sure you want to change the base?
Conversation
| wt.create_surface_mesh.cfd_surface_mesh_controls.max_size = 0.3 | ||
| wt.create_surface_mesh() | ||
| # Describe geometry | ||
| wt.describe_geometry.setup_type = "The geometry consists of only fluid regions with no voids" |
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.
This is Parameter or attribute based configuration, should we keep it this way only or though the Enum/Function based configuration.
| ) | ||
| bc = solver.setup.boundary_conditions | ||
| # Velocity inlet | ||
| inlet = VelocityInlet(settings_source=solver, name="cold-inlet") |
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.
Unable to find out, can we write it down as like this:
VelocityInlet(settings_source=solver)(name="cold-inlet")
Context
What was the situation or problem before this change?
Change Summary
What changes were made?
Rationale
Why was this approach taken?
Impact
What parts of the system or workflows are affected?