43#ifndef OPENSWMM_ENGINE_TRANSPORT_REACTIONS_COMPONENT_HPP
44#define OPENSWMM_ENGINE_TRANSPORT_REACTIONS_COMPONENT_HPP
70 const components::ComponentConfigSections& config,
71 std::vector<std::string>& errors);
79 bool external_component_registered,
80 std::vector<std::string>& errors);
89 std::vector<std::string>& errors);
Definition ProcessComponentRegistry.cpp:36
Definition ExplicitFvSolver.hpp:52
const std::vector< std::string > & reactionSectionTags()
Definition ReactionsComponent.cpp:394
void registerReactionsComponent()
Definition ReactionsComponent.cpp:535
void applyReactionSections(SimulationContext &ctx, const components::ComponentConfigSections &config, std::vector< std::string > &errors)
Definition ReactionsComponent.cpp:405
void applyEmbeddedReactionSections(SimulationContext &ctx, bool external_component_registered, std::vector< std::string > &errors)
Definition ReactionsComponent.cpp:509
bool recompileReactionSystem(SimulationContext &ctx, std::vector< std::string > &errors)
Definition ReactionsComponent.cpp:559
Definition NodeCoupling.cpp:16
Central, reentrant simulation context.
Definition SimulationContext.hpp:353
Definition ProcessComponentRegistry.hpp:65