#include <fracture.h>
Public Member Functions | |
| fracture () | |
| default ctor | |
| fracture (const fracture &) | |
| copy ctor | |
| ~fracture () | |
| dtor | |
| fracture & | operator= (const fracture &) |
| Assignment operator. | |
| void | init () |
| initialization | |
| std::string & | tname () |
| for get and set well's name | |
| int | check_data () const |
| check data | |
Public Attributes | |
| int | dim [4] |
| coordinates accessed as array | |
| double | frac_len |
| fracture lenght | |
| double | frac_angle |
| fracture angle | |
| double | frac_skin |
| fracture skin factor | |
| double | frac_perm |
| fracture permeability | |
| double | frac_width |
| fracture width | |
| int | frac_flag |
| int | connection_type |
| double | start_time |
| int | is_activated |
| show whether fracture already activated | |
| int | ignore_fracture |
Private Attributes | |
| std::string | name |
| fracture placed in inactive block) | |
| blue_sky::fracture::fracture | ( | ) |
default ctor
| blue_sky::fracture::fracture | ( | const fracture & | ) |
copy ctor
| blue_sky::fracture::~fracture | ( | ) |
dtor
| int blue_sky::fracture::check_data | ( | ) | const |
check data
| void blue_sky::fracture::init | ( | ) |
initialization
| std::string& blue_sky::fracture::tname | ( | ) |
for get and set well's name
| int blue_sky::fracture::dim[4] |
coordinates accessed as array
fracture angle
| double blue_sky::fracture::frac_len |
fracture lenght
fracture permeability
fracture skin factor
fracture width
ignore this fracture (for example, if
show whether fracture already activated
std::string blue_sky::fracture::name [private] |
FRACTURE creation time as amount of days from starting date, negative value means not initialized
1.5.8