-
Notifications
You must be signed in to change notification settings - Fork 247
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
[Fluid] Weakly compressible darcy relative velocity #12889
[Fluid] Weakly compressible darcy relative velocity #12889
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.
looks good to me.
thx @rubenzorrilla
@jgonzalezusua note that I required to rename the variable also in your solver. I think this one is more convenient as we are now using this list to also add non material-related variables. |
@RiccardoRossi should be ready now. |
Sorry for the late response... I agree with the changes in my solver |
📝 Description
Adding the solid fraction velocity to the Darcy term calculation. The changes in the solver are to avoid misunderstandings with the variable lists names (these are not only material variables).
@RiccardoRossi here you can find a tiny example on how to use it (see the MainKratos.py).
EDIT: note that I took the chance to correct a tiny error in the Darcy part of the stabilization constants.