#include <CalcSimuEden.hpp>
Public Member Functions | |
CalcSimuEden (int nfacies=0, int nfluids=0, int niter=1, int nbsimu=0, int seed=4324324, bool verbose=false) | |
CalcSimuEden (const CalcSimuEden &r)=delete | |
CalcSimuEden & | operator= (const CalcSimuEden &r)=delete |
virtual | ~CalcSimuEden () |
virtual String | toString (const AStringFormat *strfmt=nullptr) const override |
Interface to AStringable. More... | |
int | isAlreadyFilled (int ipos) const override |
Interface to ISkinFunctions. More... | |
int | isToBeFilled (int ipos) const override |
double | getWeight (int ipos, int idir) const override |
void | setIndFacies (int indFacies) |
void | setIndFluid (int indFluid) |
void | setIndPerm (int indPerm) |
void | setIndPoro (int indPoro) |
void | setSpeeds (const VectorInt &speeds) |
void | setNumberMax (double numberMax) |
void | setShowFluid (bool showFluid) |
void | setVolumeMax (double volumeMax) |
Public Member Functions inherited from ACalcSimulation | |
ACalcSimulation (int nbimu, int seed=4324324) | |
ACalcSimulation (const ACalcSimulation &r)=delete | |
ACalcSimulation & | operator= (const ACalcSimulation &r)=delete |
virtual | ~ACalcSimulation () |
int | getSeed () const |
int | getNbSimu () const |
void | setSeed (int seed) |
void | setNbSimu (int nbsimu) |
Public Member Functions inherited from ACalcInterpolator | |
ACalcInterpolator () | |
ACalcInterpolator (const ACalcInterpolator &r)=delete | |
ACalcInterpolator & | operator= (const ACalcInterpolator &r)=delete |
virtual | ~ACalcInterpolator () |
void | setModel (Model *model) |
void | setNeigh (ANeigh *neigh) |
Model * | getModel () const |
ANeigh * | getNeigh () const |
bool | hasModel (bool verbose=true) const |
bool | hasNeigh (bool verbose=true) const |
Public Member Functions inherited from 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 |
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 ACalculator | |
ACalculator () | |
ACalculator (const ACalculator &r)=delete | |
ACalculator & | operator= (const ACalculator &r)=delete |
virtual | ~ACalculator () |
bool | run () |
Public Member Functions inherited from 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 (int level) const final |
Public Member Functions inherited from ISkinFunctions | |
ISkinFunctions () | |
virtual | ~ISkinFunctions () |
Multivariate multiphase propagation into a set of components constrained by initial conditions and fluid densities
CalcSimuEden::CalcSimuEden | ( | int | nfacies = 0 , |
int | nfluids = 0 , |
||
int | niter = 1 , |
||
int | nbsimu = 0 , |
||
int | seed = 4324324 , |
||
bool | verbose = false |
||
) |
|
delete |
|
virtual |
|
overridevirtual |
Returns the weight of a cell in a given direction
[in] | ipos | Cell location |
[in] | idir | Direction value |
Reimplemented from ISkinFunctions.
|
overridevirtual |
Interface to ISkinFunctions.
Check if the cell is already filled with fluid
[in] | ipos | Absolute grid index of the input grid node |
Implements ISkinFunctions.
|
overridevirtual |
Check if the cell can be filled with fluid
[in] | ipos | Absolute grid index of the input grid node |
Implements ISkinFunctions.
|
delete |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
overridevirtual |
Interface to AStringable.
Reimplemented from AStringable.