#include <UndefinedInOutflow.h>
|
| UndefinedInOutflow (Array< OneD, MultiRegions::ExpListSharedPtr > pVessel, const LibUtilities::SessionReaderSharedPtr pSession, PulseWavePressureAreaSharedPtr pressureArea) |
|
| ~UndefinedInOutflow () override |
|
| PulseWaveBoundary (Array< OneD, MultiRegions::ExpListSharedPtr > &pVessel, const LibUtilities::SessionReaderSharedPtr &pSession, PulseWavePressureAreaSharedPtr &pressureArea) |
|
virtual | ~PulseWaveBoundary () |
|
void | DoBoundary (const Array< OneD, const Array< OneD, NekDouble > > &inarray, Array< OneD, Array< OneD, NekDouble > > &A_0, Array< OneD, Array< OneD, NekDouble > > &beta, Array< OneD, Array< OneD, NekDouble > > &alpha, const NekDouble time, int omega, int offset, int n) |
|
|
void | v_DoBoundary (const Array< OneD, const Array< OneD, NekDouble > > &inarray, Array< OneD, Array< OneD, NekDouble > > &A_0, Array< OneD, Array< OneD, NekDouble > > &beta, Array< OneD, Array< OneD, NekDouble > > &alpha, const NekDouble time, int omega, int offset, int n) override |
|
virtual void | v_DoBoundary (const Array< OneD, const Array< OneD, NekDouble > > &inarray, Array< OneD, Array< OneD, NekDouble > > &A_0, Array< OneD, Array< OneD, NekDouble > > &beta, Array< OneD, Array< OneD, NekDouble > > &alpha, const NekDouble time, int omega, int offset, int n)=0 |
|
Definition at line 52 of file UndefinedInOutflow.h.
◆ UndefinedInOutflow()
Definition at line 47 of file UndefinedInOutflow.cpp.
52{
53}
PulseWaveBoundary(Array< OneD, MultiRegions::ExpListSharedPtr > &pVessel, const LibUtilities::SessionReaderSharedPtr &pSession, PulseWavePressureAreaSharedPtr &pressureArea)
◆ ~UndefinedInOutflow()
Nektar::UndefinedInOutflow::~UndefinedInOutflow |
( |
| ) |
|
|
override |
◆ create()
◆ v_DoBoundary()
void Nektar::UndefinedInOutflow::v_DoBoundary |
( |
const Array< OneD, const Array< OneD, NekDouble > > & |
inarray, |
|
|
Array< OneD, Array< OneD, NekDouble > > & |
A_0, |
|
|
Array< OneD, Array< OneD, NekDouble > > & |
beta, |
|
|
Array< OneD, Array< OneD, NekDouble > > & |
alpha, |
|
|
const NekDouble |
time, |
|
|
int |
omega, |
|
|
int |
offset, |
|
|
int |
n |
|
) |
| |
|
overrideprotectedvirtual |
◆ className
std::string Nektar::UndefinedInOutflow::className |
|
static |
Initial value:=
tKey RegisterCreatorFunction(tKey idKey, CreatorFunction classCreator, std::string pDesc="")
Register a class with the factory.
static PulseWaveBoundarySharedPtr create(Array< OneD, MultiRegions::ExpListSharedPtr > &pVessel, const LibUtilities::SessionReaderSharedPtr &pSession, PulseWavePressureAreaSharedPtr &pressureArea)
Creates an instance of this class.
BoundaryFactory & GetBoundaryFactory()
Name of class.
Definition at line 66 of file UndefinedInOutflow.h.