oscillating_shell.cc File Reference
#include "generic.h"
#include "shell.h"
#include "meshes/circular_shell_mesh.h"

Classes

class  ShellProblem< ELEMENT >
 

Namespaces

 Global_Physical_Variables
 Global 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. More...
 

Variables

double Global_Physical_Variables::T_pcos_end =10.0
 Only keep p_cos switched on until T_pcos_end. More...
 

Function Documentation

◆ main()

int main ( int argc  ,
char argv[] 
)

Driver.

609 {
610 
611  //Store command line arguments
612  CommandLineArgs::setup(argc,argv);
613 
614  //Length of domain
615  double L = 10.0;
616  double L_phi=0.5*MathematicalConstants::Pi;
617 
618  //Set up the problem
620  problem(5,3,L,L_phi);
621 
622  //Run the problem
623  problem.run_it();
624 
625 }
MatrixXd L
Definition: LLT_example.cpp:6
Definition: mpi/distribution/clamped_shell/clamped_shell_with_arclength_cont.cc:316
double Pi
Definition: two_d_biharmonic.cc:235
void setup(Time *time_pt)
Create all GeomObjects needed to define the cylinder and the flag.
Definition: turek_flag_non_fsi.cc:277
Constructor for SteadyAxisymAdvectionDiffusion problem
Definition: steady_axisym_advection_diffusion.cc:213

References L, BiharmonicTestFunctions2::Pi, problem, and Flag_definition::setup().