|
void | print_parameters () |
|
void | set_values (tinyxml2::XMLElement *mesh_elem) |
|
std::string | get_name () const |
|
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.
|
|
The URISMeshParameters class is used to store paramaters for the 'Add_URIS_mesh' XML element.
<Add_uris_mesh name="MV" >
<Add_uris_face name="LCC" >
<Face_file_path> meshes/uris_face.vtu </Face_file_path>
<Open_motion_file_path> meshes/uris_facemotion_open.dat </Open_motion_file_path>
<Close_motion_file_path> meshes/uris_facemotion_close.dat </Close_motion_file_path>
</Add_uris_face>
<Mesh_scale_factor> 1.0 </Mesh_scale_factor>
<Thickness> 0.25 </Thickness>
<Resistance> 1.0e5 </Resistance>
<Positive_flow_normal_file> meshes/normal.dat </Positive_flow_normal_file>
</Add_uris_mesh>