Nektar++
|
Wall boundary conditions for compressible flow problems. More...
#include <IsentropicVortexBC.h>
Static Public Member Functions | |
static CFSBndCondSharedPtr | create (const LibUtilities::SessionReaderSharedPtr &pSession, const Array< OneD, MultiRegions::ExpListSharedPtr > &pFields, const Array< OneD, Array< OneD, NekDouble > > &pTraceNormals, const Array< OneD, Array< OneD, NekDouble > > &pGridVelocity, const int pSpaceDim, const int bcRegion, const int cnt) |
Creates an instance of this class. More... | |
Static Public Attributes | |
static std::string | className |
Name of the class. More... | |
Protected Member Functions | |
void | v_Apply (Array< OneD, Array< OneD, NekDouble > > &Fwd, Array< OneD, Array< OneD, NekDouble > > &physarray, const NekDouble &time) override |
Protected Member Functions inherited from Nektar::CFSBndCond | |
CFSBndCond (const LibUtilities::SessionReaderSharedPtr &pSession, const Array< OneD, MultiRegions::ExpListSharedPtr > &pFields, const Array< OneD, Array< OneD, NekDouble > > &pTraceNormals, const Array< OneD, Array< OneD, NekDouble > > &pGridVelocity, const int pSpaceDim, const int bcRegion, const int cnt) | |
Constructor. More... | |
virtual void | v_Apply (Array< OneD, Array< OneD, NekDouble > > &Fwd, Array< OneD, Array< OneD, NekDouble > > &physarray, const NekDouble &time)=0 |
virtual void | v_ApplyBwdWeight () |
Private Member Functions | |
IsentropicVortexBC (const LibUtilities::SessionReaderSharedPtr &pSession, const Array< OneD, MultiRegions::ExpListSharedPtr > &pFields, const Array< OneD, Array< OneD, NekDouble > > &pTraceNormals, const Array< OneD, Array< OneD, NekDouble > > &pGridVelocity, const int pSpaceDim, const int bcRegion, const int cnt) | |
void | EvaluateIsentropicVortex (const Array< OneD, NekDouble > &x, const Array< OneD, NekDouble > &y, const Array< OneD, NekDouble > &z, Array< OneD, Array< OneD, NekDouble > > &u, NekDouble time, const int o=0) |
~IsentropicVortexBC (void) override | |
Friends | |
class | MemoryManager< IsentropicVortexBC > |
Wall boundary conditions for compressible flow problems.
Definition at line 46 of file IsentropicVortexBC.h.
|
private |
Definition at line 47 of file IsentropicVortexBC.cpp.
|
inlineoverrideprivate |
Definition at line 88 of file IsentropicVortexBC.h.
|
inlinestatic |
Creates an instance of this class.
Definition at line 52 of file IsentropicVortexBC.h.
References Nektar::MemoryManager< DataType >::AllocateSharedPtr(), and CellMLToNektar.cellml_metadata::p.
|
private |
Definition at line 101 of file IsentropicVortexBC.cpp.
References Nektar::LibUtilities::beta, Nektar::CFSBndCond::m_gamma, Nektar::CFSBndCond::m_spacedim, tinysimd::sqrt(), and Vmath::Zero().
Referenced by v_Apply().
|
overrideprotectedvirtual |
Implements Nektar::CFSBndCond.
Definition at line 58 of file IsentropicVortexBC.cpp.
References EvaluateIsentropicVortex(), Nektar::CFSBndCond::m_bcRegion, Nektar::CFSBndCond::m_fields, Nektar::CFSBndCond::m_offset, Vmath::Vcopy(), and Nektar::UnitTests::z().
|
friend |
Definition at line 1 of file IsentropicVortexBC.h.
|
static |
Name of the class.
Definition at line 67 of file IsentropicVortexBC.h.