Namespace for physical parameters. More...
Functions | |
void | load (const Vector< double > &xi, const Vector< double > &x, const Vector< double > &N, Vector< double > &load) |
Load function: Apply a constant external pressure to the beam. More... | |
Variables | |
double | H |
Non-dimensional thickness. More... | |
double | Sigma0 |
2nd Piola Kirchhoff pre-stress More... | |
double | P_ext |
Pressure load. More... | |
Namespace for physical parameters.
void Global_Physical_Variables::load | ( | const Vector< double > & | xi, |
const Vector< double > & | x, | ||
const Vector< double > & | N, | ||
Vector< double > & | load | ||
) |
Load function: Apply a constant external pressure to the beam.
Definition at line 52 of file tensioned_string.cc.
References P_ext.
Referenced by ElasticBeamProblem::ElasticBeamProblem().
double Global_Physical_Variables::H |
Non-dimensional thickness.
Definition at line 43 of file tensioned_string.cc.
Referenced by ElasticBeamProblem::ElasticBeamProblem(), main(), and ElasticBeamProblem::parameter_study().
double Global_Physical_Variables::P_ext |
Pressure load.
Definition at line 49 of file tensioned_string.cc.
Referenced by load(), and ElasticBeamProblem::parameter_study().
double Global_Physical_Variables::Sigma0 |
2nd Piola Kirchhoff pre-stress
Definition at line 46 of file tensioned_string.cc.
Referenced by ElasticBeamProblem::ElasticBeamProblem(), main(), and ElasticBeamProblem::parameter_study().