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

Go to the source code of this file.

Classes

class  ElasticRingProblem< ELEMENT, TIMESTEPPER >
 ////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////// More...
 

Namespaces

 Global_Physical_Variables
 ///////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////
 

Functions

void Global_Physical_Variables::press_load (const Vector< double > &xi, const Vector< double > &x, const Vector< double > &N, Vector< double > &load)
 Load function: Perturbation pressure to force non-axisymmetric deformation. More...
 
int main (int argc, char *argv[])
 Driver for oscillating ring problem. More...
 

Variables

double Global_Physical_Variables::Pcos
 Perturbation pressure. More...
 
double Global_Physical_Variables::T_kick
 Duration of transient load. More...
 
double Global_Physical_Variables::Alpha =1.0
 Scaling factor for wall thickness (to be used in an exercise) More...
 
double Global_Physical_Variables::H =Alpha*1.0/20.0
 Wall thickness – 1/20 for default value of scaling factor. More...
 
double Global_Physical_Variables::Lambda_sq =pow(Alpha,2)
 Square of timescale ratio (i.e. non-dimensional density)
– 1.0 for default value of scaling factor. More...
 

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Driver for oscillating ring problem.

Definition at line 549 of file unsteady_ring.cc.

References ElasticRingProblem< ELEMENT, TIMESTEPPER >::unsteady_run().