37#ifndef OPENSWMM_ENGINE_FV_NETWORK_SOLVER_FACTORY_HPP
38#define OPENSWMM_ENGINE_FV_NETWORK_SOLVER_FACTORY_HPP
Abstract time integrator for the explicit FV 1D network.
Definition INetworkSolver.hpp:121
Definition ExplicitFvSolver.cpp:25
std::unique_ptr< INetworkSolver > makeNetworkSolver(const FvOptions &opts, std::string *chosen, int n_cells)
Construct the FV network solver for opts and a mesh of n_cells.
Definition NetworkSolverFactory.cpp:191
Knobs for FLOW_ROUTING FV.
Definition FvOptions.hpp:123