|
svMultiPhysics
|
The ConstitutiveModelParameters class store parameters for various constitutive models. More...
#include <Parameters.h>
Public Member Functions | |
| void | print_parameters () |
| void | check_constitutive_model (const Parameter< std::string > &eq_type) |
| Check if a constitutive model is valid for the given equation. | |
| bool | defined () const |
| void | set_values (tinyxml2::XMLElement *modl_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 > ¶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 |
| GuccioneParameters | guccione |
| HolzapfelParameters | holzapfel |
| HolzapfelGasserOgdenParameters | holzapfel_gasser_ogden |
| LeeSacksParameters | lee_sacks |
| MooneyRivlinParameters | mooney_rivlin |
| NeoHookeanParameters | neo_hookean |
| StVenantKirchhoffParameters | stvenant_kirchhoff |
| CANNParameters | cann |
| 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_ = "Constitutive_model" |
| Process parameters for various constitutive models. | |
| static const std::string | GUCCIONE_MODEL = "Guccione" |
| static const std::string | HGO_MODEL = "HGO" |
| static const std::string | HOLZAPFEL_OGDEN_MODEL = "HolzapfelOgden" |
| static const std::string | HOLZAPFEL_OGDEN_MA_MODEL = "HolzapfelOgden-ModifiedAnisotropy" |
| static const std::string | LEE_SACKS = "Lee-Sacks" |
| static const std::string | NEOHOOKEAN_MODEL = "neoHookean" |
| static const std::string | STVENANT_KIRCHHOFF_MODEL = "stVenantKirchhoff" |
| static const std::string | CANN_MODEL = "CANN" |
| static const std::map< std::string, std::string > | constitutive_model_types |
| Supported constitutive model types and their aliases. | |
The ConstitutiveModelParameters class store parameters for various constitutive models.
| void ConstitutiveModelParameters::check_constitutive_model | ( | const Parameter< std::string > & | eq_type | ) |
Check if a constitutive model is valid for the given equation.
|
static |
Supported constitutive model types and their aliases.
|
static |
Process parameters for various constitutive models.
Define the XML element name for constitutive parameters.