|
| ScheduleState (const time_point &start_time) |
|
| ScheduleState (const time_point &start_time, const time_point &end_time) |
|
| ScheduleState (const ScheduleState &src, const time_point &start_time) |
|
| ScheduleState (const ScheduleState &src, const time_point &start_time, const time_point &end_time) |
|
time_point | start_time () const |
|
time_point | end_time () const |
|
ScheduleState | next (const time_point &next_start) |
|
std::size_t | sim_step () const |
|
std::size_t | month_num () const |
|
std::size_t | year_num () const |
|
bool | first_in_month () const |
|
bool | first_in_year () const |
|
bool | operator== (const ScheduleState &other) const |
|
void | update_tuning (Tuning tuning) |
|
Tuning & | tuning () |
|
const Tuning & | tuning () const |
|
double | max_next_tstep (const bool enableTUNING=false) const |
|
void | init_nupcol (Nupcol nupcol) |
|
void | update_nupcol (int nupcol) |
|
int | nupcol () const |
|
void | update_oilvap (OilVaporizationProperties oilvap) |
|
const OilVaporizationProperties & | oilvap () const |
|
OilVaporizationProperties & | oilvap () |
|
void | update_events (Events events) |
|
Events & | events () |
|
const Events & | events () const |
|
void | update_wellgroup_events (WellGroupEvents wgevents) |
|
WellGroupEvents & | wellgroup_events () |
|
const WellGroupEvents & | wellgroup_events () const |
|
void | update_geo_keywords (std::vector< DeckKeyword > geo_keywords) |
|
std::vector< DeckKeyword > & | geo_keywords () |
|
const std::vector< DeckKeyword > & | geo_keywords () const |
|
void | update_message_limits (MessageLimits message_limits) |
|
MessageLimits & | message_limits () |
|
const MessageLimits & | message_limits () const |
|
WellProducerCMode | whistctl () const |
|
void | update_whistctl (WellProducerCMode whistctl) |
|
bool | rst_file (const RSTConfig &rst_config, const time_point &previous_restart_output_time) const |
|
void | update_date (const time_point &prev_time) |
|
void | updateSAVE (bool save) |
|
bool | save () const |
|
const std::optional< double > & | sumthin () const |
|
void | update_sumthin (double sumthin) |
|
bool | rptonly () const |
|
void | rptonly (const bool only) |
|
bool | has_gpmaint () const |
|
bool | hasAnalyticalAquifers () const |
|
template<typename T > |
ptr_member< T > & | get () |
|
template<typename T > |
const ptr_member< T > & | get () const |
|
template<typename K , typename T > |
map_member< K, T > & | get_map () |
|
template<class Serializer > |
void | serializeOp (Serializer &serializer) |
|