-
Notifications
You must be signed in to change notification settings - Fork 93
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
How do I apply boundary conditions? #47
Comments
You need to introduce your inflow conditions in the code if more than one inflow is required. You can have a look at the flow operations module and the inflow subroutines |
What if I have a single inflow? I tried specifying the inflow velocity using in the u-vel in UCNS3D.DAT but that seems to apply to the entire grid and not just the inflow boundary |
This is correct since the initialization depends on the initial condition profile flag. I will suggest that you go through the read me file and parameters file instructions since this will save you time figuring out what you need to change |
Hello! |
@SRkumar97 I think you can apply a velocity profile using the log law or the 1/7th power law. |
For the inlet turbulent boundary profile creation, you will need to modify the function inflow. The function inflow has already the x,y,z coordinates available for you to use and define the profiles that you want. |
Thanks a lot, I'll look into the inflow function for defining the profile! |
Hello! |
Hi. I was wondering how do I apply boundary conditions. I know BCs have to be assigned at the time of grid creation but let's say I want a velocity-inlet of 10 m/s, how do I do that? I can apply the velocity-inlet BC during the grid generation process, but how do input the 10 m/s. Is it just the u-vel in the UCNS3D.DAT file? If yes, what do I do when I have two inlet conditions?
The text was updated successfully, but these errors were encountered: