#include <CalcSimuEden.hpp>
Multivariate multiphase propagation into a set of components constrained by initial conditions and fluid densities
Public Member Functions | |
| CalcSimuEden (Id nfacies=0, Id nfluids=0, Id niter=1, Id nbsimu=0, Id seed=4324324, bool verbose=false) | |
| CalcSimuEden (const CalcSimuEden &r)=delete | |
| CalcSimuEden & | operator= (const CalcSimuEden &r)=delete |
| virtual | ~CalcSimuEden () |
| String | toString (const AStringFormat *strfmt=nullptr) const override |
| Interface to AStringable. | |
| Id | isAlreadyFilled (Id ipos) const override |
| Interface to ISkinFunctions. | |
| Id | isToBeFilled (Id ipos) const override |
| double | getWeight (Id ipos, Id idir) const override |
| void | setIndFacies (Id indFacies) |
| void | setIndFluid (Id indFluid) |
| void | setIndPerm (Id indPerm) |
| void | setIndPoro (Id indPoro) |
| void | setSpeeds (const 1 &speeds) |
| void | setNMax (double numberMax) |
| void | setShowFluid (bool showFluid) |
| void | setVolumeMax (double volumeMax) |
Public Member Functions inherited from gstlrn::ACalcSimulation | |
| ACalcSimulation (Id nbsimu, Id seed=4324324) | |
| ACalcSimulation (const ACalcSimulation &r)=delete | |
| ACalcSimulation & | operator= (const ACalcSimulation &r)=delete |
| virtual | ~ACalcSimulation () |
| Id | getSeed () const |
| Id | getNbSimu () const |
| void | setSeed (Id seed) |
| void | setNbSimu (Id nbsimu) |
Public Member Functions inherited from gstlrn::ACalcInterpolator | |
| ACalcInterpolator () | |
| ACalcInterpolator (const ACalcInterpolator &r)=delete | |
| ACalcInterpolator & | operator= (const ACalcInterpolator &r)=delete |
| virtual | ~ACalcInterpolator () |
| void | setModel (ModelGeneric *model) |
| void | setNeigh (ANeigh *neigh) |
| void | setKrigopt (const KrigOpt &krigopt) |
| ModelGeneric * | getModel () const |
| ANeigh * | getNeigh () const |
| const KrigOpt & | getKrigopt () const |
| bool | hasModel (bool verbose=true) const |
| bool | hasNeigh (bool verbose=true) const |
Public Member Functions inherited from gstlrn::ACalcDbToDb | |
| ACalcDbToDb (bool mustShareSameSpaceDimension=true) | |
| ACalcDbToDb (const ACalcDbToDb &r)=delete | |
| ACalcDbToDb & | operator= (const ACalcDbToDb &r)=delete |
| virtual | ~ACalcDbToDb () |
| void | setDbin (Db *dbin) |
| void | setDbout (Db *dbout) |
| void | setNamingConvention (const NamingConvention &namconv) |
| void | setMustShareSpaceDimension (bool mustShareSpaceDimension) |
| Db * | getDbin () const |
| Db * | getDbout () const |
| DbGrid * | getGridin () const |
| DbGrid * | getGridout () const |
| const NamingConvention & | getNamingConvention () const |
| bool | hasDbin (bool verbose=true) const |
| bool | hasDbout (bool verbose=true) const |
| bool | isGridIn (bool verbose=true) const |
| bool | isGridOut (bool verbose=true) const |
Public Member Functions inherited from gstlrn::ACalculator | |
| ACalculator () | |
| ACalculator (const ACalculator &r)=delete | |
| ACalculator & | operator= (const ACalculator &r)=delete |
| virtual | ~ACalculator () |
| bool | run () |
Public Member Functions inherited from gstlrn::AStringable | |
| AStringable () | |
| AStringable (const AStringable &r) | |
| AStringable & | operator= (const AStringable &r) |
| virtual | ~AStringable () |
| virtual void | display (const AStringFormat *strfmt=nullptr) const final |
| virtual void | display (Id level) const final |
Public Member Functions inherited from gstlrn::ISkinFunctions | |
| ISkinFunctions () | |
| virtual | ~ISkinFunctions () |
| gstlrn::CalcSimuEden::CalcSimuEden | ( | Id | nfacies = 0, |
| Id | nfluids = 0, |
||
| Id | niter = 1, |
||
| Id | nbsimu = 0, |
||
| Id | seed = 4324324, |
||
| bool | verbose = false |
||
| ) |
|
delete |
|
virtual |
Returns the weight of a cell in a given direction
| [in] | ipos | Cell location |
| [in] | idir | Direction value |
Reimplemented from gstlrn::ISkinFunctions.
Interface to ISkinFunctions.
Check if the cell is already filled with fluid
| [in] | ipos | Absolute grid index of the input grid node |
Implements gstlrn::ISkinFunctions.
Check if the cell can be filled with fluid
| [in] | ipos | Absolute grid index of the input grid node |
Implements gstlrn::ISkinFunctions.
|
delete |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
overridevirtual |
Interface to AStringable.
Reimplemented from gstlrn::AStringable.