![]() |
|
Namespace for pressure solution. More...
Functions | |
| void | pressure_function (const double &r, double &pressure) |
| Function that computes the pressure at radius r. More... | |
| void | get_exact_u (const Vector< double > &r, Vector< double > &u) |
| Function to get the exact solution for the pure bending model. More... | |
Variables | |
| double | Pressure =0.0 |
| Constant pressure. More... | |
| double | Eta = 2.39e6 |
| FvK parameter. More... | |
| double | Nu = 0.5 |
| Poisson ratio. More... | |
| string | Directory = "RESLT" |
| Directory. More... | |
Namespace for pressure solution.
Function to get the exact solution for the pure bending model.
References Pressure, and UniformPSDSelfTest::r.
Referenced by AxisymFvKProblem< ELEMENT >::doc_solution().
Function that computes the pressure at radius r.
References Pressure.
Referenced by AxisymFvKProblem< ELEMENT >::AxisymFvKProblem().
| string AxisymFvKParameters::Directory = "RESLT" |
Directory.
Referenced by oomph::DocInfo::directory(), AxisymFvKProblem< ELEMENT >::doc_solution(), main(), and VibratingShellProblem< ELEMENT >::VibratingShellProblem().
| double AxisymFvKParameters::Eta = 2.39e6 |
FvK parameter.
Referenced by AxisymFvKProblem< ELEMENT >::AxisymFvKProblem(), and main().
| double AxisymFvKParameters::Nu = 0.5 |
Poisson ratio.
Referenced by AxisymFvKProblem< ELEMENT >::AxisymFvKProblem().
| double AxisymFvKParameters::Pressure =0.0 |
Constant pressure.
Referenced by AxisymFvKProblem< ELEMENT >::doc_solution(), get_exact_u(), main(), and pressure_function().