interaction/fsi_osc_ring/fsi_osc_ring.cc File Reference

Classes

class  FSIRingProblem
 

Namespaces

 Global_Physical_Variables
 Global variables.
 

Functions

void Global_Physical_Variables::set_params ()
 
void Global_Physical_Variables::pcos_load (const Vector< double > &xi, const Vector< double > &x, const Vector< double > &N, Vector< double > &load)
 
int main (int argc, char *argv[])
 Driver for fsi ring test problem. More...
 

Variables

double Global_Physical_Variables::Alpha_sq =50.0
 Square of Womersly number (a frequency parameter) More...
 
double Global_Physical_Variables::Density_ratio =1.0
 Density ratio of the solid and the fluid. More...
 

Function Documentation

◆ main()

int main ( int argc  ,
char argv[] 
)

Driver for fsi ring test problem.

Perturbation pressure

Duration of initial pcos perturbation

Amplitude of initial deformation

816 {
817 
818  // Store command line arguments
819  CommandLineArgs::setup(argc,argv);
820 
821  // Number of elements
822  unsigned nelem = 13;
823 
825  double pcos_initial=1.0e-6; // ADJUST
826 
828  double pcos_duration=0.3; // ADJUST
829 
831  double eps_ampl=0.0; // ADJUST
832 
833  //Set up the problem
834  FSIRingProblem problem(nelem,eps_ampl,pcos_initial,pcos_duration);
835 
836  // Do parameter study
837  problem.dynamic_run();
838 
839 }
Definition: interaction/fsi_osc_ring/fsi_osc_ring.cc:141
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 problem, and Flag_definition::setup().