Classes | Namespaces | Functions | Variables
airy_cantilever2.cc File Reference

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

StrainEnergyFunction * Global_Physical_Variables::Strain_energy_function_pt
 Pointer to strain energy function. More...
 
double Global_Physical_Variables::C1 =1.3
 "Mooney Rivlin" coefficient for generalised Mooney Rivlin law More...
 
double Global_Physical_Variables::C2 =1.3
 "Mooney Rivlin" coefficient for generalised Mooney Rivlin law More...
 

Function Documentation

◆ main()

int main ( )