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 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 | |
virtual void | v_Apply (Array< OneD, Array< OneD, NekDouble > > &Fwd, Array< OneD, Array< OneD, NekDouble > > &physarray, const NekDouble &time) |
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 int pSpaceDim, const int bcRegion, const int cnt) | |
Constructor. More... | |
Private Member Functions | |
IsentropicVortexBC (const LibUtilities::SessionReaderSharedPtr &pSession, const Array< OneD, MultiRegions::ExpListSharedPtr > &pFields, const Array< OneD, Array< OneD, NekDouble > > &pTraceNormals, 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) |
virtual | ~IsentropicVortexBC (void) |
Friends | |
class | MemoryManager< IsentropicVortexBC > |
Additional Inherited Members | |
Public Member Functions inherited from Nektar::CFSBndCond | |
virtual | ~CFSBndCond () |
void | Apply (Array< OneD, Array< OneD, NekDouble > > &Fwd, Array< OneD, Array< OneD, NekDouble > > &physarray, const NekDouble &time=0) |
Apply the boundary condition. More... | |
Protected Attributes inherited from Nektar::CFSBndCond | |
LibUtilities::SessionReaderSharedPtr | m_session |
Session reader. More... | |
Array< OneD, MultiRegions::ExpListSharedPtr > | m_fields |
Array of fields. More... | |
Array< OneD, Array< OneD, NekDouble > > | m_traceNormals |
Trace normals. More... | |
int | m_spacedim |
Space dimension. More... | |
VariableConverterSharedPtr | m_varConv |
Auxiliary object to convert variables. More... | |
NekDouble | m_gamma |
Parameters of the flow. More... | |
NekDouble | m_rhoInf |
NekDouble | m_pInf |
Array< OneD, NekDouble > | m_velInf |
int | m_bcRegion |
Id of the boundary region. More... | |
int | m_offset |
Offset. More... | |
Wall boundary conditions for compressible flow problems.
Definition at line 48 of file IsentropicVortexBC.h.
|
private |
Definition at line 48 of file IsentropicVortexBC.cpp.
|
inlineprivatevirtual |
Definition at line 93 of file IsentropicVortexBC.h.
|
inlinestatic |
Creates an instance of this class.
Definition at line 55 of file IsentropicVortexBC.h.
References Nektar::MemoryManager< DataType >::AllocateSharedPtr(), and CellMLToNektar.cellml_metadata::p.
|
private |
Definition at line 97 of file IsentropicVortexBC.cpp.
References Nektar::CFSBndCond::m_gamma, Nektar::CFSBndCond::m_spacedim, and Vmath::Zero().
Referenced by v_Apply().
|
protectedvirtual |
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, and Vmath::Vcopy().
|
friend |
Definition at line 52 of file IsentropicVortexBC.h.
|
static |
Name of the class.
Definition at line 68 of file IsentropicVortexBC.h.