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

Go to the source code of this file.

Classes

class  MyStraightLine
 //////////////////////////////////////////////////////////////////// More...
 
class  CoatedDiskProblem< ELASTICITY_ELEMENT, HELMHOLTZ_ELEMENT >
 Coated disk FSI. More...
 

Namespaces

 Global_Parameters
 /////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////
 

Functions

Vector< double > Global_Parameters::Omega_sq (2, 0.0)
 Square of non-dim frequency for the two regions – dependent variable! More...
 
Vector< double > Global_Parameters::Density_ratio (2, 0.1)
 Density ratio for the two regions: solid to fluid. More...
 
void Global_Parameters::update_parameter_values ()
 Function to update dependent parameter values. More...
 
void Global_Parameters::pressure_load (const Vector< double > &x, const Vector< double > &n, Vector< std::complex< double > > &traction)
 Pressure load (real and imag part) More...
 
int main (int argc, char **argv)
 Driver for acoustic fsi problem. More...
 

Variables

unsigned Global_Parameters::ABC_order =3
 Order of absorbing/appproximate boundary condition. More...
 
Vector< TimeHarmonicIsotropicElasticityTensor * > Global_Parameters::E_pt
 The elasticity tensors for the two regions. More...
 
double Global_Parameters::P = 0.1
 Uniform pressure. More...
 
double Global_Parameters::Alpha =200.0
 Peakiness parameter for pressure load. More...
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)