Go to the source code of this file.
Classes | |
class | MySolidTriangleMesh< ELEMENT > |
///////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////// More... | |
class | FluidTriangleMesh< ELEMENT > |
//////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////// More... | |
class | UnstructuredFSIProblem< FLUID_ELEMENT, SOLID_ELEMENT > |
//////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////// More... | |
Namespaces | |
Global_Parameters | |
Namespace for physical parameters. | |
Functions | |
void | Global_Parameters::gravity (const double &time, const Vector< double > &xi, Vector< double > &b) |
Non-dimensional gravity as body force. More... | |
bool | Global_Parameters::is_on_fsi_boundary (Node *nod_pt) |
Boolean to identify if node is on fsi boundary. More... | |
int | main () |
///////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////// More... | |
Variables | |
double | Global_Parameters::Re =0.0 |
Reynolds number. More... | |
double | Global_Parameters::Q =0.0 |
FSI parameter. More... | |
double | Global_Parameters::Gravity =0.0 |
Non-dim gravity. More... | |
double | Global_Parameters::Nu =0.3 |
Pseudo-solid Poisson ratio. More... | |
ConstitutiveLaw * | Global_Parameters::Constitutive_law_pt =0 |
Constitutive law for the solid (and pseudo-solid) mechanics. More... | |
int main | ( | ) |
///////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////
Driver for unstructured fsi problem
Definition at line 786 of file unstructured_two_d_fsi.cc.
References Global_Parameters::Constitutive_law_pt, UnstructuredFSIProblem< FLUID_ELEMENT, SOLID_ELEMENT >::fluid_mesh_pt(), Global_Parameters::Gravity, Global_Parameters::Nu, Global_Parameters::Q, and Global_Parameters::Re.