Ali A Eftekhari

Results 22 comments of Ali A Eftekhari
trafficstars

I'm going to leave [this link](https://www.earthdoc.org/content/papers/10.3997/2214-4609.202244112) here since it can be useful in the future development and validation of SCMs in Reaktoro. The paper by Nødland and @ahiorth proposes an...

Thank you all for the enthusiastic replies. Here are some thoughts. Let me also cite my favorite reference for the formulation of SCM, a gem (no pun intended, @allanleal :-))...

Hi Allan, I get the point of your plan in having bulk, DL, and surface compositions. It makes total sense in modelling colloid transport and flow in porous media. I...

@Houri1980 could you provide a sample code so I can debug it and suggest possible fixes?

Great! On Tue, Oct 6, 2020 at 3:07 PM Houri1980 wrote: > Dr. Eftekhari, > Thank you for following up. Yes, I learned how to do this at a fixed...

If boundary condition is passed to the mesh visualization, label each boundary with the boundary condition type, i.e., 'D' for Dirichlet, 'N' for Neumann, 'R' for Robin, and 'P' for...

It is possible. Could you start modifying one of the examples? Then I can help if you run into problems. On Wed, 23 Jan 2019, 19:23 SA8416 Hi, I need...

It is possible to solve nonlinear equations, but first you it has to be linearised using Taylor expansion. I'll write about it soon.

Thanks a lot, Daniel. I was thinking about something like the `arithmeticFaceValue`. I'll try your code now and see if I can get what I want do with the Buckley-Leverett...

I wrote about solving this BL problem [here](https://fvt.simulkade.com/posts/2015-09-28-coupled-nonlinear-pdes-two-phase-flow-in-porous-media.html), i.e., how to linearize the PDE, use FVM to discretize it, and solve the system of equations. I use my simple code...