pyrtid.forward.ForwardSolver#

class pyrtid.forward.ForwardSolver(model: ForwardModel)[source]#

Bases: object

Class solving the reactive transport forward systems.

__init__(model: ForwardModel) None[source]#

Methods definition

initialize() None[source]#

Initialize the system (t=0).

It includes the stationary flow resolution.

solve(is_verbose: bool = False) None[source]#

Solve the forward problem.

Parameters

is_verbose (bool) – Whether to display info. The default is False.