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. | |
ConstitutiveLaw * | Global_Physical_Variables::Constitutive_law_pt =0 |
Pointer to constitutive law. | |
Driver for disk oscillation problem.
Definition at line 815 of file disk_oscillation.cc.
References Global_Physical_Variables::Constitutive_law_pt, ElasticRefineableQuarterCircleSectorMesh< ELEMENT >::ElasticRefineableQuarterCircleSectorMesh(), and Global_Physical_Variables::Nu.