flopy.mf6.coordinates.simulationtime module

class SimulationTime(simdata)[source]

Bases: object

Represents a block in a MF6 input file

Notes

Examples

get_num_stress_periods()[source]
get_perioddata()[source]
get_sp_time_steps(sp_num)[source]
get_time_units()[source]
get_total_time()[source]
class StressPeriod(perlen, nstp, tsmult, start_time=None)[source]

Bases: object

Represents a stress period

Notes

Examples

get_mult()[source]
get_num_steps()[source]
get_num_stress_periods()[source]
get_period_length()[source]