Go to the source code of this file.
Classes | |
class | MyStraightLine |
//////////////////////////////////////////////////////////////////// More... | |
class | CoatedSphereProblem< ELASTICITY_ELEMENT, HELMHOLTZ_ELEMENT > |
Coated sphere FSI. More... | |
Namespaces | |
Global_Parameters | |
/////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////// | |
Functions | |
std::complex< double > | Global_Parameters::Nu (std::complex< double >(0.3, 0.0)) |
Poisson's ratio Nu. More... | |
Vector< std::complex< double > > | Global_Parameters::E (2, std::complex< double >(1.0, 0.0)) |
Define the non-dimensional Young's modulus. More... | |
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! More... | |
Vector< double > | Global_Parameters::Density_ratio (2, 1.0) |
Density ratio: 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 coated sphere loaded by lineared fluid loading. More... | |
Variables | |
double | Global_Parameters::P = 0.1 |
Uniform pressure. More... | |
double | Global_Parameters::Alpha =0.0 |
Peakiness parameter for pressure load. More... | |
int main | ( | int | argc, |
char ** | argv | ||
) |
Driver for coated sphere loaded by lineared fluid loading.
Definition at line 1350 of file unstructured_fourier_decomposed_acoustic_fsi.cc.
References Global_Parameters::Alpha, Global_Parameters::Density_ratio, Global_Parameters::Directory, CoatedSphereProblem< ELASTICITY_ELEMENT, HELMHOLTZ_ELEMENT >::doc_solution(), Global_Parameters::E(), Global_Parameters::Q, and Global_Parameters::update_parameter_values().