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