SolidBeam.cpp File Reference
#include "Oomph/SolidProblem.h"
#include "Math/Helpers.h"

Classes

class  Beam
 Defines a SolidProblem of element type RefineableQDPVDElement<3,2>. Add functionality to write output. More...
 

Functions

int main ()
 

Function Documentation

◆ main()

int main ( )

Simulates a cubic rod (20mm x 2mm x 2mm) of density 2500 kg/m^3, elastic modulus 100 MPa, fixed on left side, bent by gravity

114 {
115  // Solve the problem
116  Beam();
117  //system("head -n 100 SolidBeam.out");
118  return 0;
119 }
Defines a SolidProblem of element type RefineableQDPVDElement<3,2>. Add functionality to write output...
Definition: SolidBeam.cpp:31