#include <feed_descriptor.hpp>
◆ add_feed()
◆ add_gas()
| void Simulation::Feed::SimulationFeed::add_gas |
( |
FeedDescriptor && | fd | ) |
|
◆ add_liquid()
| void Simulation::Feed::SimulationFeed::add_liquid |
( |
FeedDescriptor && | fd | ) |
|
◆ empty()
◆ gas_feeds()
| auto Simulation::Feed::SimulationFeed::gas_feeds |
( |
| ) |
|
|
inline |
◆ liquid_feeds()
| auto Simulation::Feed::SimulationFeed::liquid_feeds |
( |
| ) |
|
|
inline |
◆ n_gas_flow()
| std::size_t Simulation::Feed::SimulationFeed::n_gas_flow |
( |
| ) |
const |
|
nodiscard |
◆ n_liquid_flow()
| std::size_t Simulation::Feed::SimulationFeed::n_liquid_flow |
( |
| ) |
const |
|
nodiscard |
◆ gas
| std::optional<std::vector<FeedDescriptor> > Simulation::Feed::SimulationFeed::gas |
◆ liquid
| std::optional<std::vector<FeedDescriptor> > Simulation::Feed::SimulationFeed::liquid |
The documentation for this class was generated from the following files:
- apps/libs/simulation/public/simulation/feed_descriptor.hpp
- apps/libs/simulation/src/feed_descriptor.cpp