Nektar++
|
#include <FilterInterfaces.hpp>
Public Member Functions | |
virtual SOLVER_UTILS_EXPORT void | GetVelocity (const Array< OneD, const Array< OneD, NekDouble > > &physfield, Array< OneD, Array< OneD, NekDouble > > &velocity)=0 |
Extract array with velocity from physfield. More... | |
virtual SOLVER_UTILS_EXPORT bool | HasConstantDensity ()=0 |
virtual SOLVER_UTILS_EXPORT void | GetDensity (const Array< OneD, const Array< OneD, NekDouble > > &physfield, Array< OneD, NekDouble > &density)=0 |
Extract array with density from physfield. More... | |
virtual SOLVER_UTILS_EXPORT void | GetPressure (const Array< OneD, const Array< OneD, NekDouble > > &physfield, Array< OneD, NekDouble > &pressure)=0 |
Extract array with pressure from physfield. More... | |
Definition at line 45 of file FilterInterfaces.hpp.
|
pure virtual |
Extract array with density from physfield.
Implemented in Nektar::IncNavierStokes, and Nektar::CompressibleFlowSystem.
|
pure virtual |
Extract array with pressure from physfield.
Implemented in Nektar::IncNavierStokes, and Nektar::CompressibleFlowSystem.
|
pure virtual |
Extract array with velocity from physfield.
Implemented in Nektar::IncNavierStokes, and Nektar::CompressibleFlowSystem.
|
pure virtual |
Implemented in Nektar::IncNavierStokes, and Nektar::CompressibleFlowSystem.