![]() |
|
Functions | |
| void | Zero_traction_fct (const double &time, const Vector< double > &x, const Vector< double > &N, Vector< double > &load) |
| Default load function (zero traction) More... | |
| void | Zero_pressure_fct (const double &time, const Vector< double > &x, const Vector< double > &N, double &load) |
| Default load function (zero pressure) More... | |
Variables | |
| bool | Allow_gap_in_FSI = false |
Namespace containing the zero pressure function for Darcy pressure elements
| void oomph::AxisymmetricPoroelasticityTractionElementHelper::Zero_pressure_fct | ( | const double & | time, |
| const Vector< double > & | x, | ||
| const Vector< double > & | N, | ||
| double & | load | ||
| ) |
Default load function (zero pressure)
References load().
Referenced by oomph::AxisymmetricPoroelasticityTractionElement< ELEMENT >::AxisymmetricPoroelasticityTractionElement().
| 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)
Referenced by oomph::AxisymmetricPoroelasticityTractionElement< ELEMENT >::AxisymmetricPoroelasticityTractionElement().
| 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
Referenced by oomph::LinearisedAxisymPoroelasticBJS_FSIElement< FLUID_BULK_ELEMENT, POROELASTICITY_BULK_ELEMENT >::contribution_to_total_porous_flux(), oomph::FSILinearisedAxisymPoroelasticTractionElement< POROELASTICITY_BULK_ELEMENT, NAVIER_STOKES_BULK_ELEMENT >::get_traction(), and oomph::LinearisedAxisymPoroelasticBJS_FSIElement< FLUID_BULK_ELEMENT, POROELASTICITY_BULK_ELEMENT >::output().