Treatment of source term in the flow equation in ContactMechanicsBiot model #674
|
Hi, I've noticed that in the treatment of the flow source term, a scaling with time-step is tacitly assumed, see: Is this the intended treatment? Any particular reason why the scaling is not included explicitly, i.e.:
I think this would be more consistent with the nature of the governing equations. Moreover, it is not consistent with the implementation of SlightlyIncompressibleFlow, see: |
Answered by
IvarStefansson
Jul 3, 2022
Replies: 1 comment
|
I think the answer has to do with the Biot class and the assembler version. My suggestion is that you make an issue on this and that we resolve it once we remove the assembler version of Models. |
0 replies
Answer selected by
IvarStefansson
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think the answer has to do with the Biot class and the assembler version. My suggestion is that you make an issue on this and that we resolve it once we remove the assembler version of Models.