Follow changes to TwophaseState class and initState*() functions.
This commit is contained in:
parent
99330b219e
commit
3d44427065
@ -372,11 +372,12 @@ int main ()
|
||||
|
||||
/// \page tutorial3
|
||||
/// \details
|
||||
/// We initialise water saturation to minimum everywhere.
|
||||
/// We set up a two-phase state object, and
|
||||
/// initialise water saturation to minimum everywhere.
|
||||
/// \code
|
||||
TwophaseState state;
|
||||
state.init(*grid.c_grid());
|
||||
state.setWaterSat(allcells, props, TwophaseState::MinSat);
|
||||
state.init(*grid.c_grid(), 2);
|
||||
state.setFirstSat(allcells, props, TwophaseState::MinSat);
|
||||
/// \endcode
|
||||
|
||||
/// \page tutorial3
|
||||
|
Loading…
Reference in New Issue
Block a user