24#ifndef COMPONENT_NAME_HPP
25#define COMPONENT_NAME_HPP
32template<
class Flu
idSystem,
class Indices>
38 const std::string&
name(
const int compIdx)
const
40 return this->names_[compIdx];
44 std::vector<std::string> names_{};
Definition: ComponentName.hpp:34
const std::string & name(const int compIdx) const
Definition: ComponentName.hpp:38
ComponentName()
Definition: ComponentName_impl.hpp:29
Definition: blackoilbioeffectsmodules.hh:45