Go to the source code of this file.
Classes | |
| class | oomph::AxisymmetricPoroelasticityTractionElement< ELEMENT > |
| A class for elements that allow the imposition of an applied combined traction and pore fluid pressure in the axisym poroelasticity equations. The geometrical information can be read from the FaceGeometry<ELEMENT> class and thus, we can be generic enough without the need to have a separate equations class. More... | |
| class | oomph::FSILinearisedAxisymPoroelasticTractionElement< POROELASTICITY_BULK_ELEMENT, NAVIER_STOKES_BULK_ELEMENT > |
| A class for elements that allow the imposition of an applied combined traction and pore fluid pressure in the poroelasticity equations. The geometrical information can be read from the FaceGeometry<ELEMENT> class and thus, we can be generic enough without the need to have a separate equations class. More... | |
Namespaces | |
| namespace | oomph |
| DRAIG: Change all instances of (SPATIAL_DIM) to (DIM-1). | |
| namespace | oomph::AxisymmetricPoroelasticityTractionElementHelper |
| Namespace containing the zero pressure function for Darcy pressure elements. | |
Functions | |
| void | oomph::AxisymmetricPoroelasticityTractionElementHelper::Zero_traction_fct (const double &time, const Vector< double > &x, const Vector< double > &N, Vector< double > &load) |
| Default load function (zero traction) | |
| void | oomph::AxisymmetricPoroelasticityTractionElementHelper::Zero_pressure_fct (const double &time, const Vector< double > &x, const Vector< double > &N, double &load) |
| Default load function (zero pressure) | |
Variables | |
| bool | oomph::AxisymmetricPoroelasticityTractionElementHelper::Allow_gap_in_FSI = false |
| Public boolean to allow gap between poro-elastic and Navier Stokes element in FSI computations. Useful in hybrid linear/nonlinear geometry runs where this will happen. | |