#include <FilterInterfaces.hpp>
|
virtual | ~FluidInterface ()=default |
|
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.
◆ ~FluidInterface()
virtual Nektar::SolverUtils::FluidInterface::~FluidInterface |
( |
| ) |
|
|
virtualdefault |
◆ GetDensity()
◆ GetPressure()
◆ GetVelocity()
◆ HasConstantDensity()