opm-simulators/examples/problems
Andreas Lauser 0406d6780f refactor the boundary condition handling slightly
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.
2018-01-22 12:21:35 +01:00
..
co2injectionflash.hh fix most pedantic compiler warnings in the basic infrastructure 2016-11-09 14:54:22 +01:00
co2injectionproblem.hh consistently rename "heat conduction" to "thermal conduction" and use "solid energy" laws 2018-01-04 15:27:02 +01:00
cuvetteproblem.hh consistently rename "heat conduction" to "thermal conduction" and use "solid energy" laws 2018-01-04 15:27:02 +01:00
diffusionproblem.hh change the order of OPM_UNUSED and variable name 2017-01-17 13:28:56 +01:00
fingerproblem.hh refactor the boundary condition handling slightly 2018-01-22 12:21:35 +01:00
fractureproblem.hh refactor the boundary condition handling slightly 2018-01-22 12:21:35 +01:00
groundwaterproblem.hh refactor the boundary condition handling slightly 2018-01-22 12:21:35 +01:00
infiltrationproblem.hh refactor the boundary condition handling slightly 2018-01-22 12:21:35 +01:00
lensproblem.hh refactor the boundary condition handling slightly 2018-01-22 12:21:35 +01:00
obstacleproblem.hh refactor the boundary condition handling slightly 2018-01-22 12:21:35 +01:00
outflowproblem.hh refactor the boundary condition handling slightly 2018-01-22 12:21:35 +01:00
powerinjectionproblem.hh refactor the boundary condition handling slightly 2018-01-22 12:21:35 +01:00
reservoirproblem.hh refactor the boundary condition handling slightly 2018-01-22 12:21:35 +01:00
richardslensproblem.hh refactor the boundary condition handling slightly 2018-01-22 12:21:35 +01:00
waterairproblem.hh refactor the boundary condition handling slightly 2018-01-22 12:21:35 +01:00