Go to the source code of this file.
Classes | |
class | RefineableElasticCubicMesh< ELEMENT > |
Simple cubic mesh upgraded to become a solid mesh. More... | |
class | SimpleShearProblem< ELEMENT > |
Boundary-driven elastic deformation of fish-shaped domain. More... | |
Namespaces | |
namespace | Global_Physical_Variables |
Global variables. | |
Functions | |
void | Global_Physical_Variables::body_force (const Vector< double > &xi, const double &t, Vector< double > &b) |
Body force vector: Vertically downwards with magnitude Gravity. | |
int | main () |
Driver for simple elastic problem. | |
Variables | |
StrainEnergyFunction * | Global_Physical_Variables::Strain_energy_function_pt |
Pointer to strain energy function. | |
ConstitutiveLaw * | Global_Physical_Variables::Constitutive_law_pt |
Pointer to constitutive law. | |
double | Global_Physical_Variables::E =1.0 |
Elastic modulus. | |
double | Global_Physical_Variables::Nu =0.3 |
Poisson's ratio. | |
double | Global_Physical_Variables::C1 =1.3 |
"Mooney Rivlin" coefficient for generalised Mooney Rivlin law | |
double | Global_Physical_Variables::Gravity =0.0 |
Body force. | |
int main | ( | ) |
Driver for simple elastic problem.
Definition at line 407 of file refineable_simple_shear.cc.
References Global_Physical_Variables::C1, Global_Physical_Variables::Constitutive_law_pt, Global_Physical_Variables::E, Global_Physical_Variables::Nu, SimpleShearProblem< ELEMENT >::run(), and Global_Physical_Variables::Strain_energy_function_pt.