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 56 of file tensioned_string.cc.
Referenced by ElasticBeamProblem::ElasticBeamProblem().
| double Global_Physical_Variables::H |
Non-dimensional thickness.
Definition at line 47 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 53 of file tensioned_string.cc.
Referenced by ElasticBeamProblem::parameter_study().
| double Global_Physical_Variables::Sigma0 |
2nd Piola Kirchhoff pre-stress
Definition at line 50 of file tensioned_string.cc.
Referenced by ElasticBeamProblem::ElasticBeamProblem(), main(), and ElasticBeamProblem::parameter_study().