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

Go to the source code of this file.

Classes

class  MyStraightLine
 //////////////////////////////////////////////////////////////////// More...
 
class  CoatedSphereProblem< ELASTICITY_ELEMENT, HELMHOLTZ_ELEMENT >
 Coated sphere FSI. More...
 

Namespaces

namespace  Global_Parameters
 /////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////
 

Functions

std::complex< double > Global_Parameters::Nu (std::complex< double >(0.3, 0.0))
 Poisson's ratio Nu.
 
Vector< std::complex< double > > Global_Parameters::E (2, std::complex< double >(1.0, 0.0))
 Define the non-dimensional Young's modulus.
 
Vector< std::complex< double > > Global_Parameters::Omega_sq (2, std::complex< double >(100.0, 0.0))
 Non-dim square of frequency for solid – dependent variable!
 
Vector< double > Global_Parameters::Density_ratio (2, 1.0)
 Density ratio: solid to fluid.
 
void Global_Parameters::update_parameter_values ()
 Function to update dependent parameter values.
 
void Global_Parameters::pressure_load (const Vector< double > &x, const Vector< double > &n, Vector< std::complex< double > > &traction)
 Pressure load (real and imag part)
 
int main (int argc, char **argv)
 Driver for coated sphere loaded by lineared fluid loading.
 

Variables

double Global_Parameters::P = 0.1
 Uniform pressure.
 
double Global_Parameters::Alpha =0.0
 Peakiness parameter for pressure load.
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)