James E. McClure
James E. McClure
Can you confirm if this is fixed based on removing the memory leak in the FlowAdaptor?
The difference is krnf "measures" the flow that is occurring in films, whereas krn accounts for all of the flow in the system. See void SubPhase::Basic() from https://github.com/OPM/LBPM/blob/master/analysis/SubPhase.cpp for the...
See the parameter ranges listed at the color documentation linked below https://lbpm-sim.org/userGuide/models/color/index.html#model-parameters The relaxation time tau controls the kinematic viscosity, and based on these numbers you can reliably achieve a...
That is good to know. I will check it out. As a note, Silo is now an optional dependency and the I/O is fully functional with HDF5 alone. This was...
There is an existing solver that does this in the context of cell biology. See below for the paper https://journals.aps.org/pre/abstract/10.1103/PhysRevE.107.024408 I am still working on getting documentation for this onto...
You need to add the following key to the "Poisson " database PermittivityValues = 78.5
I believe that the LBPM Domain object will remove layers at the inlet if an external boundary condition is applied. See line 1407 from common/Domain.cpp https://github.com/OPM/LBPM/blob/master/common/Domain.cpp This should also be...
I can provide an answer, but it may or may not be satisfactory. In a physical system, small droplets will dissolve relatively quickly due to Ostwald ripening. SInce a small...
Hi Qiang, Are you following the instructions on the Wiki below (See step 4): https://github.com/OPM/LBPM/wiki/LBPM-Tutorial,-Step-0.-Building-LBPM Also note that there are some example scripts within the `sample_scripts` directory. I can give...
Hi Qiang, Were you able to resolve the build issues based on the Wiki? James