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

Go to the source code of this file.

Classes

class  AxisymOscillatingDisk
 Axisymmetrially oscillating disk with displacement field according to linear elasticity. More...
 
class  ElasticRefineableQuarterCircleSectorMesh< ELEMENT >
 Elastic quarter circle sector mesh: We "upgrade" the RefineableQuarterCircleSectorMesh to become an SolidMesh and equate the Eulerian and Lagrangian coordinates, thus making the domain represented by the mesh the stress-free configuration. More...
 
class  DiskOscillationProblem< ELEMENT >
 Problem class to simulate small-amplitude oscillations of a circular disk. More...
 

Namespaces

namespace  Global_Physical_Variables
 Global variables.
 

Functions

double Global_Physical_Variables::multiplier (const Vector< double > &xi)
 Multiplier for inertia terms (needed for consistent assignment of initial conditions in Newmark scheme)
 
int main (int argc, char *argv[])
 Driver for disk oscillation problem.
 

Variables

double Global_Physical_Variables::Nu =0.3
 Poisson's ratio.
 
double Global_Physical_Variables::Lambda_sq =(1.0-Nu)/((1.0+Nu)*(1.0-2.0*Nu))
 Timescale ratio.
 
ConstitutiveLawGlobal_Physical_Variables::Constitutive_law_pt =0
 Pointer to constitutive law.
 

Function Documentation

◆ main()

int main ( int  argc,
char argv[] 
)