41 std::string TimeDependentInflow::className
44 TimeDependentInflow::create,
45 "TimeDependent inflow boundary condition");
50 TimeDependentInflow::TimeDependentInflow(
71 int omega,
int offset,
int n)
78 for (
int i = 0; i < 2; ++i)
80 vessel[i]->EvaluateBoundaryConditions(time);
virtual ~TimeDependentInflow()
Array< OneD, MultiRegions::ExpListSharedPtr > m_vessels
BoundaryFactory & GetBoundaryFactory()
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, const NekDouble time, int omega, int offset, int n)
std::shared_ptr< PulseWavePressureArea > PulseWavePressureAreaSharedPtr
tKey RegisterCreatorFunction(tKey idKey, CreatorFunction classCreator, std::string pDesc="")
Register a class with the factory.
std::shared_ptr< SessionReader > SessionReaderSharedPtr