| 
    svMultiPhysics
    
   | 
 
Coupling to GenBC. More...
#include <Parameters.h>
Public Member Functions | |
| bool | defined () const | 
| void | set_values (tinyxml2::XMLElement *xml_elem) | 
  Public Member Functions inherited from ParameterLists | |
| void | set_xml_element_name (const std::string &name) | 
| void | set_parameter (const std::string &name, const bool value, bool required, Parameter< bool > ¶m) | 
| Set the name, default value and the parameter required flag.   | |
| void | set_parameter (const std::string &name, const double value, bool required, Parameter< double > ¶m) | 
| void | set_parameter (const std::string &name, std::initializer_list< double > value, bool required, VectorParameter< double > ¶m) | 
| void | set_parameter (const std::string &name, std::initializer_list< int > value, bool required, VectorParameter< int > ¶m) | 
| void | set_parameter (const std::string &name, std::initializer_list< std::string > value, bool required, VectorParameter< std::string > ¶m) | 
| void | set_parameter (const std::string &name, const int value, bool required, Parameter< int > ¶m, std::vector< int > range={}) | 
| void | set_parameter (const std::string &name, const std::string &value, bool required, Parameter< std::string > ¶m) | 
| void | set_parameter_value_CANN (const std::string &name, const std::string &value) | 
| set_parameter function to handle CANNRow   | |
| void | set_parameter_value (const std::string &name, const std::string &value) | 
| Set the value of a paramter from a string.   | |
| void | check_required () | 
| Check if any required parameters have not been set.   | |
| std::map< std::string, std::string > | get_parameter_list () | 
| Get the defined parameters as a map of strings.   | |
| void | print_parameter_list () | 
| Print the parameters.   | |
Public Attributes | |
| Parameter< std::string > | type | 
| Parameter< std::string > | zerod_code_file_path | 
| bool | value_set = false | 
  Public Attributes inherited from ParameterLists | |
| std::map< std::string, std::variant< Parameter< bool > *, Parameter< double > *, Parameter< int > *, Parameter< std::string > *, VectorParameter< double > *, VectorParameter< int > *, VectorParameter< std::string > * > > | params_map | 
| Map used for storing parameters by name / Parameter template union.   | |
| std::string | xml_element_name = "" | 
Static Public Attributes | |
| static const std::string | xml_element_name_ = "Couple_to_genBC" | 
| Coupling to GenBC.   | |
Coupling to GenBC.
      
  | 
  static | 
Coupling to GenBC.
Define the XML element name for equation Couple_to_genBC parameters.