Go to the source code of this file.
Classes | |
class | oomph::MySolidElement< ELEMENT > |
Wrapper class for solid elements to modify their output functions. More... | |
class | oomph::FaceGeometry< MySolidElement< ELEMENT > > |
FaceGeometry of wrapped element is the same as the underlying element. More... | |
class | CantileverProblem< ELEMENT > |
Problem class for the cantilever "beam" structure. More... | |
Namespaces | |
oomph | |
Global_Physical_Variables | |
//////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// | |
Functions | |
void | Global_Physical_Variables::constant_pressure (const Vector< double > &xi, const Vector< double > &x, const Vector< double > &n, Vector< double > &traction) |
Constant pressure load. The arguments to this function are imposed on us by the SolidTractionElements which allow the traction to depend on the Lagrangian and Eulerian coordinates x and xi, and on the outer unit normal to the surface. Here we only need the outer unit normal. More... | |
void | Global_Physical_Variables::gravity (const double &time, const Vector< double > &xi, Vector< double > &b) |
Non-dimensional gravity as body force. More... | |
int | main () |
Driver for cantilever beam loaded by surface traction and/or gravity. More... | |
Variables | |
double | Global_Physical_Variables::H =0.5 |
Half height of beam. More... | |
double | Global_Physical_Variables::L =10.0 |
Length of beam. More... | |
ConstitutiveLaw * | Global_Physical_Variables::Constitutive_law_pt |
Pointer to constitutive law. More... | |
double | Global_Physical_Variables::E =1.0 |
Elastic modulus. More... | |
double | Global_Physical_Variables::Nu =0.3 |
Poisson's ratio. More... | |
double | Global_Physical_Variables::P = 0.0 |
Uniform pressure. More... | |
double | Global_Physical_Variables::Gravity =0.0 |
Non-dim gravity. More... | |
int main | ( | ) |
Driver for cantilever beam loaded by surface traction and/or gravity.
Definition at line 600 of file airy_cantilever.cc.
References Global_Physical_Variables::Constitutive_law_pt, CantileverProblem< ELEMENT >::doc_solution(), Global_Physical_Variables::E, Global_Physical_Variables::Gravity, Global_Physical_Variables::Nu, and Global_Physical_Variables::P.