Nektar++
|
#include <SubSteppingExtrapolateWeakPressure.h>
Static Public Member Functions | |
static ExtrapolateSharedPtr | create (const LibUtilities::SessionReaderSharedPtr &pSession, Array< OneD, MultiRegions::ExpListSharedPtr > &pFields, MultiRegions::ExpListSharedPtr &pPressure, const Array< OneD, int > &pVel, const SolverUtils::AdvectionSharedPtr &advObject) |
Creates an instance of this class. More... | |
Static Public Member Functions inherited from Nektar::SubSteppingExtrapolate | |
static ExtrapolateSharedPtr | create (const LibUtilities::SessionReaderSharedPtr &pSession, Array< OneD, MultiRegions::ExpListSharedPtr > &pFields, MultiRegions::ExpListSharedPtr &pPressure, const Array< OneD, int > &pVel, const SolverUtils::AdvectionSharedPtr &advObject) |
Creates an instance of this class. More... | |
Static Public Attributes | |
static std::string | className |
Name of class. More... | |
Static Public Attributes inherited from Nektar::SubSteppingExtrapolate | |
static std::string | className |
Name of class. More... | |
Definition at line 51 of file SubSteppingExtrapolateWeakPressure.h.
Nektar::SubSteppingExtrapolateWeakPressure::SubSteppingExtrapolateWeakPressure | ( | const LibUtilities::SessionReaderSharedPtr | pSession, |
Array< OneD, MultiRegions::ExpListSharedPtr > | pFields, | ||
MultiRegions::ExpListSharedPtr | pPressure, | ||
const Array< OneD, int > | pVel, | ||
const SolverUtils::AdvectionSharedPtr | advObject | ||
) |
Definition at line 50 of file SubSteppingExtrapolateWeakPressure.cpp.
|
override |
Definition at line 59 of file SubSteppingExtrapolateWeakPressure.cpp.
|
inlinestatic |
Creates an instance of this class.
Definition at line 55 of file SubSteppingExtrapolateWeakPressure.h.
References CellMLToNektar.cellml_metadata::p.
|
overrideprotectedvirtual |
Reimplemented from Nektar::Extrapolate.
Definition at line 90 of file SubSteppingExtrapolateWeakPressure.cpp.
References Nektar::Extrapolate::EvaluateBDFArray(), Nektar::Extrapolate::m_curl_dim, Nektar::Extrapolate::m_houtflow, Nektar::Extrapolate::m_intSteps, Nektar::Extrapolate::m_PBndExp, Nektar::Extrapolate::m_timestep, and Vmath::Svtvp().
|
overrideprotectedvirtual |
Reimplemented from Nektar::SubSteppingExtrapolate.
Definition at line 63 of file SubSteppingExtrapolateWeakPressure.cpp.
References Nektar::Extrapolate::AddVelBC(), Nektar::Extrapolate::CalcNeumannPressureBCs(), Nektar::Extrapolate::CalcOutflowBCs(), Nektar::Extrapolate::CopyPressureHBCsToPbndExp(), Nektar::Extrapolate::ExtrapolateArray(), Nektar::Extrapolate::m_pressureCalls, and Nektar::Extrapolate::m_pressureHBCs.
|
static |
Name of class.
Registers the class with the Factory.
Definition at line 71 of file SubSteppingExtrapolateWeakPressure.h.