BioCMAMC-ST
Simulation::Feed::SimulationFeed Class Reference

#include <feed_descriptor.hpp>

Public Member Functions

void add_liquid (FeedDescriptor &&fd)
void add_gas (FeedDescriptor &&fd)
void add_feed (FeedDescriptor &&fd, Phase phase)
std::size_t n_liquid_flow () const
std::size_t n_gas_flow () const
auto liquid_feeds ()
auto gas_feeds ()

Public Attributes

std::optional< std::vector< FeedDescriptor > > liquid
std::optional< std::vector< FeedDescriptor > > gas

Member Function Documentation

◆ add_feed()

void Simulation::Feed::SimulationFeed::add_feed ( FeedDescriptor && fd,
Phase phase )
Here is the caller graph for this function:

◆ add_gas()

void Simulation::Feed::SimulationFeed::add_gas ( FeedDescriptor && fd)
Here is the call graph for this function:

◆ add_liquid()

void Simulation::Feed::SimulationFeed::add_liquid ( FeedDescriptor && fd)
Here is the call graph for this function:

◆ 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

Member Data Documentation

◆ 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