-
Notifications
You must be signed in to change notification settings - Fork 35
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
JSON subdictionary for setting initial conditions #1738
base: develop
Are you sure you want to change the base?
Conversation
Harry, there is probably a problem with the hemi in reframe. You have to change the case file template there. |
So you are just changing where the config for blasius is, right? I think that is good, since it is no longer shared between the bcs and the ics. |
btw, regarding Blasius in general: Should one not just add a correct Blasius profile? I would never use any of these approximations for a serious simulation. |
Yes please do! |
This PR introduces a json sub-dictionary instead of hard coding
case.fluid
andcase.scalar
to allow more re-usability offlow_ic
andscalar_ic
.NOTE
There is a change to how the Blasius parameters enters case file, so I hope this doesn't cause an inconvenience to people already using this BC.