-
Notifications
You must be signed in to change notification settings - Fork 43
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
Geometry/ initial conditions/ convergence #24
Comments
unfortunately not, the solver only supports a uniform Cartesian grid
the volume fraction represents the dispersed phase; if the case you are running uses MultiVOF then this is expected, those distinct volumes correspond to different bubbles with an interface between them
yes, that function puts all the other components together |
Thank you, I understand now! However, I still have two questions that have been bothering me:
(https://github.com/user-attachments/assets/3bd5d5ad-b906-4aef-84de-0aa55245e8ef)
|
@pkarnakov Hello, Dr. Karnakov.
|
Hello, Dr. Karnakov. I have a few questions I hope you can help with:
I’m creating a geometry made up of rectangular blocks, but there is a significant difference between the maximum and minimum dimensions. Is there a way to locally refine the mesh to reduce computational load?
In the initial conditions, the default volume fraction in the computational domain is set to 0. Does this represent the continuous phase? I’ve initialized the dispersed phase near the inlet and also set the inlet to the dispersed phase, but there seems to be an interface between these. Why is that?
Can increasing Max_iter improve convergence? Is it the number of iterations within a single time step, or does it cover multiple steps (e.g., 10)?Also, is the convergence condition related to the residual?
Is the main function responsible for solving located in the Run function in hydro.ipp?
Thank you in advance for your help!
The text was updated successfully, but these errors were encountered: