svMultiPhysics
|
The BoundaryConditionParameters stores paramaters for various type of boundary conditions under the Add_BC XML element. More...
#include <Parameters.h>
Public Member Functions | |
void | print_parameters () |
void | set_values (tinyxml2::XMLElement *bc_params) |
![]() | |
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 | |
BoundaryConditionRCRParameters | rcr |
Parameter< std::string > | name |
Parameter< bool > | apply_along_normal_direction |
Parameter< std::string > | bct_file_path |
Parameter< double > | damping |
Parameter< double > | distal_pressure |
VectorParameter< int > | effective_direction |
Parameter< bool > | follower_pressure_load |
Parameter< std::string > | fourier_coefficients_file_path |
Parameter< bool > | impose_flux |
Parameter< bool > | impose_on_state_variable_integral |
Parameter< std::string > | initial_displacements_file_path |
Parameter< double > | penalty_parameter |
Parameter< double > | penalty_parameter_normal |
Parameter< double > | penalty_parameter_tangential |
Parameter< std::string > | prestress_file_path |
Parameter< std::string > | profile |
Parameter< bool > | ramp_function |
Parameter< std::string > | cst_shell_bc_type |
Parameter< std::string > | spatial_profile_file_path |
Parameter< std::string > | spatial_values_file_path |
Parameter< double > | stiffness |
Parameter< std::string > | svzerod_solver_block |
Parameter< std::string > | temporal_and_spatial_values_file_path |
Parameter< std::string > | temporal_values_file_path |
Parameter< std::string > | time_dependence |
Parameter< std::string > | traction_values_file_path |
Parameter< double > | traction_multiplier |
Parameter< std::string > | type |
Parameter< bool > | undeforming_neu_face |
Parameter< double > | value |
Parameter< bool > | weakly_applied |
Parameter< bool > | zero_out_perimeter |
Parameter< double > | resistance |
![]() | |
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_ = "Add_BC" |
Define the XML element name for equation boundary condition parameters. | |
The BoundaryConditionParameters stores paramaters for various type of boundary conditions under the Add_BC XML element.
|
static |
Define the XML element name for equation boundary condition parameters.