opm-simulators/examples
Andreas Lauser 42ec0ca3c3 do not explicitly pass the permeability to the well model anymore
this information is already part of the EclipseState. The reason why
this should IMO be avoided is that this enforces an implementation
detail (ordering of the permeability matrices) of the simulator on the
well model. If this needs to be done for performance reasons, IMO it
would be smarter to pass an array of matrices instead of passing a raw
array of doubles.  I doubt that this is necessary, though: completing
the full Norne deck takes about 0.25 seconds longer on my machine,
that's substantially less than 0.1% of the total runtime.
2017-01-27 13:06:09 +01:00
..
mrst Move MRST example closer to actual example 2013-05-15 10:37:50 +02:00
find_zero.cpp Rename AutoDiff::Forward -> Opm::AutoDiff. 2013-09-19 11:32:47 +02:00
flow_ebos.cpp fix Dune 2.3 build issue 2016-08-10 15:05:31 +02:00
flow_legacy.cpp rename the 'flow' binary to 'flow_legacy' and set a symbolic link 2016-11-04 16:19:15 +01:00
flow_mpi.cpp Renamed flowMain.hpp -> FlowMain.hpp. 2015-12-18 13:58:12 +01:00
flow_multisegment_mpi.cpp Renamed flowMain.hpp -> FlowMain.hpp. 2015-12-18 13:58:12 +01:00
flow_multisegment.cpp Renamed flowMain.hpp -> FlowMain.hpp. 2015-12-18 13:58:12 +01:00
flow_polymer.cpp Create and use FlowMainPolymer class. 2015-12-18 13:58:13 +01:00
flow_sequential.cpp Add sequential models for black oil. 2016-06-27 10:28:09 +02:00
flow_solvent.cpp Create and use FlowMainSolvent class. 2015-12-18 13:58:13 +01:00
opm_init_check.cpp remove the BlackoilPropsAdInterface abstraction layer 2017-01-02 13:19:23 +01:00
sim_2p_comp_reorder.cpp do not explicitly pass the permeability to the well model anymore 2017-01-27 13:06:09 +01:00
sim_2p_incomp_ad.cpp do not explicitly pass the permeability to the well model anymore 2017-01-27 13:06:09 +01:00
sim_2p_incomp.cpp do not explicitly pass the permeability to the well model anymore 2017-01-27 13:06:09 +01:00
sim_poly2p_comp_reorder.cpp do not explicitly pass the permeability to the well model anymore 2017-01-27 13:06:09 +01:00
sim_poly2p_incomp_reorder.cpp do not explicitly pass the permeability to the well model anymore 2017-01-27 13:06:09 +01:00
sim_poly_fi2p_comp_ad.cpp do not explicitly pass the permeability to the well model anymore 2017-01-27 13:06:09 +01:00
sim_simple.cpp adapt to the removal of the unit system of opm-core 2016-10-10 17:00:09 +02:00