Nektar++
|
#include <WeakPressureExtrapolate.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 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 std::string | className |
Name of class. More... | |
Static Protected Attributes | |
static std::string | solverTypeLookupId |
![]() | |
static NekDouble | DuDt_Coeffs [3][4] |
![]() | |
static NekDouble | StifflyStable_Betaq_Coeffs [3][3] |
static NekDouble | StifflyStable_Alpha_Coeffs [3][3] |
static NekDouble | StifflyStable_Gamma0_Coeffs [3] = {1.0, 1.5, 11.0 / 6.0} |
Friends | |
class | MemoryManager< WeakPressureExtrapolate > |
Definition at line 58 of file WeakPressureExtrapolate.h.
|
protected |
Definition at line 49 of file WeakPressureExtrapolate.cpp.
|
overrideprotecteddefault |
|
inlinestatic |
Creates an instance of this class.
Definition at line 64 of file WeakPressureExtrapolate.h.
References Nektar::MemoryManager< DataType >::AllocateSharedPtr(), and CellMLToNektar.cellml_metadata::p.
|
overrideprotectedvirtual |
Reimplemented from Nektar::Extrapolate.
Definition at line 95 of file WeakPressureExtrapolate.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 |
Function to extrapolate the new pressure boundary condition. Based on the velocity field and on the advection term. Acceleration term is also computed. This routine is a general one for 2d and 3D application and it can be called directly from velocity correction scheme. Specialisation on dimensionality is redirected to the CalcNeumannPressureBCs method.
Reimplemented from Nektar::StandardExtrapolate.
Definition at line 67 of file WeakPressureExtrapolate.cpp.
References Nektar::Extrapolate::AddVelBC(), Nektar::Extrapolate::CalcNeumannPressureBCs(), Nektar::Extrapolate::CalcOutflowBCs(), Nektar::Extrapolate::CopyPressureHBCsToPbndExp(), Nektar::Extrapolate::ExtrapolateArray(), Nektar::Extrapolate::m_HBCnumber, Nektar::Extrapolate::m_pressureCalls, and Nektar::Extrapolate::m_pressureHBCs.
|
overrideprotectedvirtual |
vritual function which only puts in the curl operator into the bcs
Reimplemented from Nektar::StandardExtrapolate.
Definition at line 135 of file WeakPressureExtrapolate.cpp.
References Vmath::Smul().
|
friend |
Definition at line 56 of file WeakPressureExtrapolate.h.
|
static |
Name of class.
Registers the class with the Factory.
Definition at line 77 of file WeakPressureExtrapolate.h.
|
staticprotected |
Definition at line 99 of file WeakPressureExtrapolate.h.