Go to the source code of this file.
Classes | |
class | CoatedDiskProblem< ELASTICITY_ELEMENT, HELMHOLTZ_ELEMENT > |
Coated disk FSI. More... | |
Namespaces | |
namespace | Global_Parameters |
Global variables. | |
Functions | |
TimeHarmonicIsotropicElasticityTensor | Global_Parameters::E (Nu) |
The elasticity tensor for the solid. | |
void | Global_Parameters::update_parameter_values () |
Function to update dependent parameter values. | |
void | Global_Parameters::solid_boundary_displacement (const Vector< double > &x, Vector< std::complex< double > > &u) |
Displacement field on inner boundary of solid. | |
std::complex< double > | Global_Parameters::HankelH1 (const double &k, const double &x) |
Interface to Hankel function in maple style. | |
std::complex< double > | Global_Parameters::axisym_coefficient () |
Coefficient in front of Hankel function for axisymmetric solution of Helmholtz potential. | |
void | Global_Parameters::exact_axisym_potential (const Vector< double > &x, Vector< double > &soln) |
Exact solution for Helmholtz potential for axisymmetric solution. | |
double | Global_Parameters::exact_axisym_radiated_power () |
Exact radiated power for axisymmetric solution. | |
int | main (int argc, char **argv) |
Driver for acoustic fsi problem. | |
Variables | |
double | Global_Parameters::K_squared =10.0 |
Square of wavenumber for the Helmholtz equation. | |
double | Global_Parameters::Outer_radius =4.0 |
Radius of outer boundary of Helmholtz domain. | |
double | Global_Parameters::Q =0.0 |
FSI parameter. | |
double | Global_Parameters::H_coating =0.3 |
Non-dim thickness of elastic coating. | |
double | Global_Parameters::Nu = 0.3 |
Poisson's ratio. | |
double | Global_Parameters::Density_ratio =0.0 |
Density ratio: solid to fluid. | |
double | Global_Parameters::Omega_sq =0.0 |
Non-dim square of frequency for solid – dependent variable! | |
unsigned | Global_Parameters::N =0 |
Azimuthal wavenumber for imposed displacement of coating on inner boundary. | |
string | Global_Parameters::Directory ="RESLT" |
Output directory. | |
unsigned | Global_Parameters::El_multiplier =1 |
Multiplier for number of elements. | |
int main | ( | int | argc, |
char ** | argv | ||
) |
Driver for acoustic fsi problem.
Definition at line 847 of file acoustic_fsi.cc.
References Global_Parameters::Directory, CoatedDiskProblem< ELASTICITY_ELEMENT, HELMHOLTZ_ELEMENT >::doc_solution(), Global_Parameters::El_multiplier, Global_Parameters::N, Global_Parameters::Outer_radius, Global_Parameters::Q, and Global_Parameters::update_parameter_values().