Go to the source code of this file.
Classes | |
class | ShellMesh< ELEMENT > |
A 2D Mesh class. The tube wall is represented by two Lagrangian coordinates that correspond to z and theta in cylindrical polars. The required mesh is therefore a 2D mesh and is therefore inherited from the generic RectangularQuadMesh. More... | |
class | ShellProblem< ELEMENT > |
Namespaces | |
Global_Physical_Variables | |
Global variables that represent physical properties. | |
Functions | |
double | Global_Physical_Variables::external_pressure () |
Return a reference to the external pressure load on the elastic tube. More... | |
void | Global_Physical_Variables::press_load (const Vector< double > &xi, const Vector< double > &x, const Vector< double > &N, Vector< double > &load) |
Load function, normal pressure loading. More... | |
int | main () |
Driver. More... | |
int main | ( | ) |
Driver.
Definition at line 678 of file clamped_shell_with_arclength_cont.cc.
References ShellProblem< ELEMENT >::solve().