|
Nektar++
|
#include <IncNavierStokes.h>

Public Member Functions | |
| WomersleyParams (int dim) | |
| virtual | ~WomersleyParams () |
Public Attributes | |
| std::vector< NekDouble > | m_wom_vel_r |
| Real and imaginary velocity comp. of wom. More... | |
| std::vector< NekDouble > | m_wom_vel_i |
| NekDouble | m_radius |
| Womersley BC constants. More... | |
| NekDouble | m_period |
| Array< OneD, NekDouble > | m_axisnormal |
| Array< OneD, NekDouble > | m_axispoint |
Definition at line 100 of file IncNavierStokes.h.
|
inline |
Definition at line 102 of file IncNavierStokes.h.
References m_axisnormal, and m_axispoint.
|
inlinevirtual |
Definition at line 108 of file IncNavierStokes.h.
Definition at line 118 of file IncNavierStokes.h.
Referenced by WomersleyParams().
Definition at line 121 of file IncNavierStokes.h.
Referenced by WomersleyParams().
| NekDouble Nektar::WomersleyParams::m_period |
Definition at line 117 of file IncNavierStokes.h.
| NekDouble Nektar::WomersleyParams::m_radius |
Womersley BC constants.
Definition at line 116 of file IncNavierStokes.h.
| std::vector<NekDouble> Nektar::WomersleyParams::m_wom_vel_i |
Definition at line 113 of file IncNavierStokes.h.
| std::vector<NekDouble> Nektar::WomersleyParams::m_wom_vel_r |
Real and imaginary velocity comp. of wom.
Definition at line 109 of file IncNavierStokes.h.
1.8.8