svFSIplus
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
BoundaryConditionParameters Class Reference

The BoundaryConditionParameters stores paramaters for various type of boundary conditions under the Add_BC XML element. More...

#include <Parameters.h>

Inheritance diagram for BoundaryConditionParameters:
[legend]

Public Member Functions

void print_parameters ()
 
void set_values (tinyxml2::XMLElement *bc_params)
 
- 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 > &param)
 Set the name, default value and the parameter required flag. More...
 
void set_parameter (const std::string &name, const double value, bool required, Parameter< double > &param)
 
void set_parameter (const std::string &name, std::initializer_list< double > value, bool required, VectorParameter< double > &param)
 
void set_parameter (const std::string &name, std::initializer_list< int > value, bool required, VectorParameter< int > &param)
 
void set_parameter (const std::string &name, std::initializer_list< std::string > value, bool required, VectorParameter< std::string > &param)
 
void set_parameter (const std::string &name, const int value, bool required, Parameter< int > &param, std::vector< int > range={})
 
void set_parameter (const std::string &name, const std::string &value, bool required, Parameter< std::string > &param)
 
void set_parameter_value (const std::string &name, const std::string &value)
 Set the value of a paramter from a string. More...
 
void check_required ()
 Check if any required parameters have not been set. More...
 
std::map< std::string, std::string > get_parameter_list ()
 Get the defined parameters as a map of strings. More...
 
void print_parameter_list ()
 Print the parameters. More...
 

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 > 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
 
- 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. More...
 
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. More...
 

Detailed Description

The BoundaryConditionParameters stores paramaters for various type of boundary conditions under the Add_BC XML element.

Member Data Documentation

◆ xml_element_name_

const std::string BoundaryConditionParameters::xml_element_name_ = "Add_BC"
static

Define the XML element name for equation boundary condition parameters.


The documentation for this class was generated from the following files: