mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-26 03:00:17 -06:00
0406d6780f
instead of passing a "minimal" fluid state that defines the thermodynamic conditions on the domain boundary and the models calculating everything they need based on this, it is now assumed that all quantities needed by the code that computes the boundary fluxes are defined. This simplifies the boundary flux computation code, it allows to get rid of the `paramCache` argument for these methods and to potentially speed things up because quantities do not get re-calculated unconditionally. on the flipside, this requires slightly more effort to define the conditions at the boundary on the problem level and it makes it less obvious which quantities are actually used. That said, one now has the freedom to shoot oneself into the foot more easily when specifying boundary conditions and also tools like valgrind or ASAN will normally complain about undefined quantities if this happens. |
||
---|---|---|
.. | ||
co2injectionflash.hh | ||
co2injectionproblem.hh | ||
cuvetteproblem.hh | ||
diffusionproblem.hh | ||
fingerproblem.hh | ||
fractureproblem.hh | ||
groundwaterproblem.hh | ||
infiltrationproblem.hh | ||
lensproblem.hh | ||
obstacleproblem.hh | ||
outflowproblem.hh | ||
powerinjectionproblem.hh | ||
reservoirproblem.hh | ||
richardslensproblem.hh | ||
waterairproblem.hh |