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