-
Notifications
You must be signed in to change notification settings - Fork 201
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
No warning when passing nothing
to the immersed
kwarg of FieldBoundaryConditions
#3961
base: main
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.
This seems a little dirty, why can't people use DefaultBoundaryCondition
? In other words I don't see the point of having two names for this.
I thought that A user might think that they need to provide a specific immersed boundary condition, but I am ok closing this without merging. |
I guess the default is The question is, why do users set the bc to bcs = FieldBoundaryConditions(immersed=nothing) and interpret this as "doing something" (changing a default). But actually, this is not changing the default. So the question is whether we want to encourage people to write the code above or not. |
The default now seems to be |
The default for |
No description provided.