Go to the source code of this file.
Classes | |
class | AxisymOscillatingDisk |
//////////////////////////////////////////////////////////////////// More... | |
class | ElasticRefineableQuarterCircleSectorMesh< ELEMENT > |
//////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// More... | |
class | DiskOscillationProblem< ELEMENT > |
////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////// More... | |
Namespaces | |
Global_Physical_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) More... | |
int | main (int argc, char *argv[]) |
Driver for disk oscillation problem. More... | |
Variables | |
double | Global_Physical_Variables::Nu =0.3 |
Poisson's ratio. More... | |
double | Global_Physical_Variables::Lambda_sq =(1.0-Nu)/((1.0+Nu)*(1.0-2.0*Nu)) |
Timescale ratio. More... | |
ConstitutiveLaw * | Global_Physical_Variables::Constitutive_law_pt =0 |
Pointer to constitutive law. More... | |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Driver for disk oscillation problem.
Definition at line 815 of file disk_oscillation.cc.
References Global_Physical_Variables::Constitutive_law_pt, Global_Physical_Variables::Nu, and DiskOscillationProblem< ELEMENT >::run().