Go to the source code of this file.
Classes | |
| class | ElasticBeamProblem |
| Beam problem object. More... | |
Namespaces | |
| Global_Physical_Variables | |
| Namespace for physical parameters. | |
Functions | |
| 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. More... | |
| int | main () |
| Driver for beam (string under tension) test problem. More... | |
Variables | |
| double | Global_Physical_Variables::H |
| Non-dimensional thickness. More... | |
| double | Global_Physical_Variables::Sigma0 |
| 2nd Piola Kirchhoff pre-stress More... | |
| double | Global_Physical_Variables::P_ext |
| Pressure load. More... | |
| int main | ( | ) |
Driver for beam (string under tension) test problem.
Definition at line 261 of file tensioned_string.cc.
References Global_Physical_Variables::H, ElasticBeamProblem::parameter_study(), and Global_Physical_Variables::Sigma0.