#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() [1/2]
| auto Simulation::Feed::SimulationFeed::gas_feeds |
( |
| ) |
|
|
inline |
◆ gas_feeds() [2/2]
| auto Simulation::Feed::SimulationFeed::gas_feeds |
( |
| ) |
const |
|
inlinenodiscard |
◆ liquid_feeds() [1/2]
| auto Simulation::Feed::SimulationFeed::liquid_feeds |
( |
| ) |
|
|
inline |
◆ liquid_feeds() [2/2]
| auto Simulation::Feed::SimulationFeed::liquid_feeds |
( |
| ) |
const |
|
inlinenodiscard |
◆ n_gas_flow()
| std::size_t Simulation::Feed::SimulationFeed::n_gas_flow |
( |
| ) |
const |
|
nodiscardnoexcept |
◆ n_liquid_flow()
| std::size_t Simulation::Feed::SimulationFeed::n_liquid_flow |
( |
| ) |
const |
|
nodiscardnoexcept |
◆ m_gas
| std::optional<std::vector<FeedDescriptor> > Simulation::Feed::SimulationFeed::m_gas |
|
private |
◆ m_liquid
| std::optional<std::vector<FeedDescriptor> > Simulation::Feed::SimulationFeed::m_liquid |
|
private |
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