Nektar++
|
#include <ImplicitExtrapolate.h>
Static Public Attributes | |
static std::string | className |
Name of class. More... | |
Static Public Attributes inherited from Nektar::WeakPressureExtrapolate | |
static std::string | className |
Name of class. More... | |
Static Public Attributes inherited from Nektar::StandardExtrapolate | |
static std::string | className |
Name of class. More... | |
Static Protected Attributes | |
static std::string | solverTypeLookupId |
Static Protected Attributes inherited from Nektar::WeakPressureExtrapolate | |
static std::string | solverTypeLookupId |
Static Protected Attributes inherited from Nektar::StandardExtrapolate | |
static NekDouble | DuDt_Coeffs [3][4] |
Static Protected Attributes inherited from Nektar::Extrapolate | |
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} |
Additional Inherited Members | |
Protected Attributes inherited from Nektar::Extrapolate | |
LibUtilities::SessionReaderSharedPtr | m_session |
LibUtilities::CommSharedPtr | m_comm |
Array< OneD, HBCType > | m_hbcType |
Array of type of high order BCs for splitting shemes. More... | |
Array< OneD, MultiRegions::ExpListSharedPtr > | m_fields |
Velocity fields. More... | |
MultiRegions::ExpListSharedPtr | m_pressure |
Pointer to field holding pressure field. More... | |
Array< OneD, int > | m_velocity |
int which identifies which components of m_fields contains the velocity (u,v,w); More... | |
SolverUtils::AdvectionSharedPtr | m_advObject |
std::vector< SolverUtils::ForcingSharedPtr > | m_forcing |
Array< OneD, Array< OneD, NekDouble > > | m_previousVelFields |
int | m_curl_dim |
Curl-curl dimensionality. More... | |
int | m_bnd_dim |
bounday dimensionality More... | |
Array< OneD, const SpatialDomains::BoundaryConditionShPtr > | m_PBndConds |
pressure boundary conditions container More... | |
Array< OneD, MultiRegions::ExpListSharedPtr > | m_PBndExp |
pressure boundary conditions expansion container More... | |
Array< OneD, MultiRegions::ExpListSharedPtr > | m_bndElmtExps |
Boundary expansions on each domain boundary. More... | |
int | m_pressureCalls |
number of times the high-order pressure BCs have been called More... | |
int | m_numHBCDof |
int | m_HBCnumber |
int | m_intSteps |
Maximum points used in pressure BC evaluation. More... | |
NekDouble | m_timestep |
Array< OneD, Array< OneD, NekDouble > > | m_pressureHBCs |
Storage for current and previous levels of high order pressure boundary conditions. More... | |
Array< OneD, Array< OneD, NekDouble > > | m_iprodnormvel |
Storage for current and previous levels of the inner product of normal velocity. More... | |
Array< OneD, Array< OneD, NekDouble > > | m_traceNormals |
HighOrderOutflowSharedPtr | m_houtflow |
Definition at line 55 of file ImplicitExtrapolate.h.
Nektar::ImplicitExtrapolate::ImplicitExtrapolate | ( | const LibUtilities::SessionReaderSharedPtr | pSession, |
Array< OneD, MultiRegions::ExpListSharedPtr > | pFields, | ||
MultiRegions::ExpListSharedPtr | pPressure, | ||
const Array< OneD, int > | pVel, | ||
const SolverUtils::AdvectionSharedPtr | advObject | ||
) |
Definition at line 49 of file ImplicitExtrapolate.cpp.
|
override |
Definition at line 58 of file ImplicitExtrapolate.cpp.
|
inlinestatic |
Creates an instance of this class.
Definition at line 59 of file ImplicitExtrapolate.h.
References Nektar::MemoryManager< DataType >::AllocateSharedPtr(), and CellMLToNektar.cellml_metadata::p.
|
overrideprotectedvirtual |
Analogous to WeakPressureExtrapolate Implementation However, does not use Extrapolation of CurlCurl-term on boundary
Implements Nektar::Extrapolate.
Definition at line 67 of file ImplicitExtrapolate.cpp.
References Nektar::Extrapolate::AddVelBC(), Nektar::Extrapolate::CalcNeumannPressureBCs(), Nektar::Extrapolate::CalcOutflowBCs(), Nektar::Extrapolate::CopyPressureHBCsToPbndExp(), Nektar::Extrapolate::m_HBCnumber, and Nektar::Extrapolate::m_pressureCalls.
|
static |
Name of class.
Registers the class with the Factory.
Definition at line 72 of file ImplicitExtrapolate.h.
|
staticprotected |
Definition at line 88 of file ImplicitExtrapolate.h.