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

Go to the source code of this file.

Classes

class  RefineableElasticQuarterTubeMesh< ELEMENT >
 //////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// More...
 
class  ElasticQuarterTubeMesh< ELEMENT >
 //////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// More...
 
class  CantileverProblem< ELEMENT >
 Problem class for the 3D cantilever "beam" structure. More...
 

Namespaces

 Global_Physical_Variables
 //////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
 

Functions

void Global_Physical_Variables::gravity (const double &time, const Vector< double > &xi, Vector< double > &b)
 Non-dimensional gravity as body force. More...
 
int main (int argc, char *argv[])
 Driver for 3D cantilever beam loaded by gravity. More...
 

Variables

double Global_Physical_Variables::L =10.0
 Length of beam. More...
 
StrainEnergyFunction * Global_Physical_Variables::Strain_energy_function_pt =0
 Pointer to strain energy function. More...
 
double Global_Physical_Variables::C1 =1.3
 First "Mooney Rivlin" coefficient. More...
 
double Global_Physical_Variables::C2 =1.3
 Second "Mooney Rivlin" coefficient. More...
 
ConstitutiveLaw * Global_Physical_Variables::Constitutive_law_pt =0
 Pointer to constitutive law. More...
 
double Global_Physical_Variables::Gravity =0.0
 Non-dim gravity. More...
 
double Global_Physical_Variables::E =1.0
 Elastic modulus. More...
 
double Global_Physical_Variables::Nu =0.3
 Poisson's ratio. More...
 

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)