[DuMuX] 2p3c inmiscible and compositional and chemical

2017-09-04 Thread Ed Scott Wilson Garcia
Hi everyone, Here at the Mexican Petroleum Institute our group is working on an enhanced oil recovery (EOR) problem, as mentioned below. Among several alternatives for implementing our model, the Dune-DuMux computing platform has caught our attention and we have been working into

Re: [DuMuX] Changing resolution method

2017-11-24 Thread Ed Scott Wilson Garcia
iws.uni-stuttgart.de] Enviado el: viernes, 24 de noviembre de 2017 03:12 a. m. Para: DuMuX User Forum; Ed Scott Wilson Garcia Asunto: Re: [DuMuX] Changing resolution method > Am 23.11.2017 um 23:34 schrieb Ed Scott Wilson Garcia <edsc...@imp.mx>: > > Hi all, > >Currently we ha

[DuMuX] Changing resolution method

2017-11-23 Thread Ed Scott Wilson Garcia
Hi all, Currently we have a problema derived from the 2pnc model which Works quite well, but we have a couple issues we would like to examine further. First, we are using a modified BrooksCorey material law which depends spatially and timewise on the salt concentration. We implemented

[DuMuX] restarting simulation with different parameters

2017-11-08 Thread Ed Scott Wilson Garcia
Hello all, On a problem derived from the 2pnc model, if I set shouldWriteRestartFile() to "true", would it be possible to restart a simulation from a given time step and read a different set of parameters from a specified input file? If so, how would we go about doing it? Any pointers

[DuMuX] Parallel assembler?

2017-12-08 Thread Ed Scott Wilson Garcia
Hello all, So far we have optimized a low salinity flooding problem ---based on the 2pnc model--- we are working on from a wall time of 8000 s to 1500s. And we have noticed that the bulk of the time spent (over 90%) occurs during the assemble of the linear system to be solved. Has

Re: [DuMuX] DuMux and Docker

2018-01-11 Thread Ed Scott Wilson Garcia
Hi Timo, The Dockerfile at (https://git.iws.uni-stuttgart.de/dumux-repositories/dumux-docker) is not available for the general public, 404 error (file not found or insufficient permissions). But I’ve now build a new Dumux docker image with a dockerfile, which is much more efficient than what

[DuMuX] memory corruption in 2p/brookscorey.hh

2018-08-16 Thread Ed Scott Wilson Garcia
This is weird and should not be happening. I explain. While debugging a generalized Dirichlet type problem, I am encountering a problem with the BrooksCorey material law (dumux/material/fluidmatrixinteractions/2p/brookscorey.hh). Here is the code from brookscorey.hh: 181 using

[DuMuX] memory corruption in brookscorey.hh?

2018-08-16 Thread Ed Scott Wilson Garcia
This is weird and should not be happening. I explain. While debugging a generalized Dirichlet type problem, I am encountering a problem with the BrooksCorey material law (dumux/material/fluidmatrixinteractions/2p/brookscorey.hh). Here is the code from brookscorey.hh: 181 using

Re: [DuMuX] bug in 2.12 constraintsolvers/CMakeFiles.txt

2018-01-23 Thread Ed Scott Wilson Garcia
Hi Timo, Following the instructions at https://docs.gitlab.com/ee/gitlab-basics/add-merge-request.html it seems that to put merge request, I first have to push a new branch with the changes, but when I try to do that, I get a "remote: you are not allowed to push code to this project." I

[DuMuX] more docker images

2018-03-14 Thread Ed Scott Wilson Garcia
Hi everybody, I've updated docker containers at the docker hub to include pdelab modules. And since the el2p test program does not compile with dune-2.5, there is also a dumux-2.12-2.4 image that does compile and execute this test program. These are Archlinux based docker with gnuplot

[DuMuX] Setting boundary types at domain corners

2018-12-06 Thread Ed Scott Wilson Garcia
Say we are dealing with a 2 dimensional square domain, on regular grid, top corner at (XMax, YMax). We can set the boundary condition type with the problem function "boundaryTypesAtPos(BoundaryTypes &, const GlobalPosition &)". When using the box method, the values in GlobalPosition correspond

Re: [DuMuX] el2p issue almost clear

2019-03-01 Thread Ed Scott Wilson Garcia
-stuttgart.de>> on behalf of Ed Scott Wilson Garcia mailto:edsc...@imp.mx>> Sent: Thursday, February 28, 2019 11:50:39 PM To: DuMuX User Forum Cc: Manuel Coronado Gallardo Subject: [DuMuX] el2p issue almost clear One further question, the force that presses down on the grid

Re: [DuMuX] el2p issue almost clear

2019-03-06 Thread Ed Scott Wilson Garcia
[mailto:dumux-boun...@listserv.uni-stuttgart.de] En nombre de Ed Scott Wilson Garcia Enviado el: martes, 5 de marzo de 2019 05:03 p. m. Para: Martin Beck; DuMuX User Forum CC: Manuel Coronado Gallardo Asunto: Re: [DuMuX] el2p issue almost clear Hi Martin, I've spent the day digging

[DuMuX] el2p initialization run

2019-02-22 Thread Ed Scott Wilson Garcia
I am studying th el2p test example to see if it is possible to use it without modifications to the geomechanics/el2p/model in order to validate the code with a well known published example of the Mandel problem (Sangnimnuan 2018). My question is whether the el2p model can be used without

Re: [DuMuX] using el2p with fluid flow

2019-02-22 Thread Ed Scott Wilson Garcia
[mailto:dumux-boun...@listserv.uni-stuttgart.de] En nombre de Timo Koch Enviado el: viernes, 22 de febrero de 2019 02:47 p. m. Para: DuMuX User Forum Asunto: Re: [DuMuX] using el2p with fluid flow Am 21.02.2019 um 23:50 schrieb Ed Scott Wilson Garcia mailto:edsc...@imp.mx>>: I'm trying to use th

[DuMuX] typetag and property visualization app (2.12)

2019-02-22 Thread Ed Scott Wilson Garcia
One of the main hurdles I have had with Dumux code is figuring out where properties and typetags are defined, because this sends me opening and closing files and by the time I 've reached what I was looking for three more questions have popped up in my mind. The moment I just got plain tired

Re: [DuMuX] el2p issue almost clear

2019-03-05 Thread Ed Scott Wilson Garcia
Phases is declared? Best regards, Edscott From: Martin Beck Sent: Tuesday, March 5, 2019 1:34 AM To: Ed Scott Wilson Garcia; DuMuX User Forum Cc: Manuel Coronado Gallardo Subject: Re: [DuMuX] el2p issue almost clear Hi Edscott, thanks for your comment

Re: [DuMuX] el2p issue almost clear

2019-03-04 Thread Ed Scott Wilson Garcia
applied to existing reservoir engineering simulators, or so they say. Best regards, Edscott De: Martin Beck [mailto:martin.b...@iws.uni-stuttgart.de] Enviado el: lunes, 4 de marzo de 2019 02:12 a. m. Para: DuMuX User Forum; Ed Scott Wilson Garcia CC: Manuel Coronado Gallardo Asunto: Re: [DuMuX

Re: [DuMuX] using el2p with fluid flow

2019-02-25 Thread Ed Scott Wilson Garcia
uch easier to do in Dumux 3.0, as the structure was developed with something like sequential coupling in mind. Timo Am 22.02.2019 um 21:58 schrieb Ed Scott Wilson Garcia mailto:edsc...@imp.mx>>: I’ve kind of given up on this approach. What I want to try next is to create a multiproces

Re: [DuMuX] using el2p with fluid flow

2019-02-25 Thread Ed Scott Wilson Garcia
h, Timo; Edscott Wilson; Ed Scott Wilson Garcia; Martin Diaz Betreff: Re: [DuMuX] using el2p with fluid flow Dear Timo, Let me introduce myself in this talk. Edscott has been able to successfully develop a program based on Dumux 2.12 for the problem of low salinity water injection

[DuMuX] update: typetag and property visualization app (2.12)

2019-02-26 Thread Ed Scott Wilson Garcia
dumux-boun...@listserv.uni-stuttgart.de] En nombre de Ed Scott Wilson Garcia Enviado el: viernes, 22 de febrero de 2019 02:48 p. m. Para: DuMuX User Forum Asunto: [DuMuX] typetag and property visualization app (2.12) One of the main hurdles I have had with Dumux code is figuring out where propertie

[DuMuX] migrating from 3.0-alpha to 3.0-release

2019-03-14 Thread Ed Scott Wilson Garcia
Hi, I've currently got some programs that run on a dumux-3.0-alpha version (git commit 913003596) and I wonder if there is a roadmap or howto to update the code to the current 3.0 release. What I notice on first observation is that all the properties macros have been replaced by code

Re: [DuMuX] migrating from 3.0-alpha to 3.0-release

2019-03-15 Thread Ed Scott Wilson Garcia
ty of existing model implementations and tests as examples for what the new way looks like. Timo On 14.03.19 17:42, Ed Scott Wilson Garcia wrote: > Hi, > > I've currently got some programs that run on a dumux-3.0-alpha version > (git commit 913003596) and I wonder if t

[DuMuX] Using Biot's Modulus and coefficient in el2p model

2019-03-08 Thread Ed Scott Wilson Garcia
We are now introducing Biot's modulus into the el2p problem and using this to calculate Skempton's coefficient instead of the other way around (Biot's modulus = 1/c0_). In order to obtain the undrained bulk modulus we also need Biot's coefficient (alpha), so we also provide that in the input

Re: [DuMuX] Using Biot's Modulus and coefficient in el2p model

2019-03-12 Thread Ed Scott Wilson Garcia
Ok. I will follow your suggestion. Thanks! -Mensaje original- De: Martin Beck [mailto:martin.b...@iws.uni-stuttgart.de] Enviado el: martes, 12 de marzo de 2019 05:14 a. m. Para: Ed Scott Wilson Garcia; DuMuX User Forum CC: Manuel Coronado Gallardo Asunto: Re: [DuMuX] Using Biot's

Re: [DuMuX] replacing outflow BC condition in legacy 2.12 code

2019-02-07 Thread Ed Scott Wilson Garcia
Hi Timo, Thank you for your answer, as it clears up the issue. Apparently I was following a wrong trail. I was supposing that the “outflow” had been removed because it was not working right, instead of not being general enough. Since my oil-water program was crashing as soon as I put in the

Re: [DuMuX] Using Biot's Modulus and coefficient in el2p model

2019-03-11 Thread Ed Scott Wilson Garcia
el: lunes, 11 de marzo de 2019 04:10 a. m. Para: DuMuX User Forum; Ed Scott Wilson Garcia CC: Manuel Coronado Gallardo Asunto: Re: [DuMuX] Using Biot's Modulus and coefficient in el2p model Hi Edscott, yes, the model assumes alpha = 1. If you want to adapt this, you have to change

[DuMuX] typetag and property visualization app (3.0)

2019-05-17 Thread Ed Scott Wilson Garcia
Some time ago I mentioned on this list that in our office we hade created a perl parser and gtk+ app to visualize typetags and properties for example problems. That version worked for DuMuX release 2.12. And now it works with both release 2.12 and 3.0. Basically the perl parser creates an

Re: [DuMuX] about BC and episodes

2020-01-27 Thread Ed Scott Wilson Garcia
Hi Lorenzo, De: lc [mailto:lorenzo.camp...@uniroma1.it] Enviado el: lunes, 27 de enero de 2020 12:45 a. m. Para: Ed Scott Wilson Garcia Asunto: Re: [DuMuX] about BC and episodes >Just to give you a better idea, I need to simulate the EOR with >water-polymer-oil or water-surfacta

Re: [DuMuX] about BC and episodes

2020-01-24 Thread Ed Scott Wilson Garcia
Hi Lorenzo, Here we are using episodes to simulate injection of low salinity water into a core saturated with oil with the following a sequence: first: high salinity second: medium salinity third: low salinity At first we were using episodes from dumux 2.12, but those were no longer

Re: [DuMux] Problem with dumux-course dependencies

2021-01-28 Thread Ed Scott Wilson Garcia
for the absent minded? Probably not. Best regards, Edscott From: DuMux on behalf of Ed Scott Wilson Garcia Sent: Thursday, January 28, 2021 2:51 PM To: Dennis Gläser ; dumux@listserv.uni-stuttgart.de Subject: Re: [DuMux] Problem with dumux-course

[DuMux] Problem with dumux-course dependencies

2021-01-28 Thread Ed Scott Wilson Garcia
Hello Timo, When I run a dunecontrol configure for dumux-course, I get the following: -- Adding custom target for config.h generation -- The following OPTIONAL packages have been found: * dune-alugrid * dune-foamgrid * dune-uggrid * LatexMk * LATEX, Type setting system But for

Re: [DuMux] Problem with dumux-course dependencies

2021-01-29 Thread Ed Scott Wilson Garcia
module. Probably dunecontrol just runs over it as it is not a required dependency? Kind regards Bernd Von: DuMux Im Auftrag von Ed Scott Wilson Garcia Gesendet: Freitag, 29. Januar 2021 02:21 An: Gläser, Dennis ; dumux@listserv.uni-stuttgart.de Betreff: Re: [DuMux] Problem with dumux-cour