Nektar++
|
Wall boundary conditions for viscous compressible flow problems. More...
#include <WallViscousBC.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 | classNameViscous |
Name of the class. More... | |
static std::string | classNameAdiabatic |
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 () |
Protected Attributes | |
Array< OneD, Array< OneD, NekDouble > > | m_bndPhys |
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... | |
Array< OneD, Array< OneD, NekDouble > > | m_gridVelocityTrace |
Grid Velocity. More... | |
int | m_spacedim |
Space dimension. More... | |
VariableConverterSharedPtr | m_varConv |
Auxiliary object to convert variables. More... | |
NekDouble | m_diffusionAveWeight |
Weight for average calculation of diffusion term. More... | |
NekDouble | m_gamma |
Parameters of the flow. More... | |
NekDouble | m_rhoInf |
NekDouble | m_pInf |
NekDouble | m_pOut |
Array< OneD, NekDouble > | m_velInf |
NekDouble | m_angVel |
int | m_bcRegion |
Id of the boundary region. More... | |
int | m_offset |
Offset. More... | |
Private Member Functions | |
WallViscousBC (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) | |
~WallViscousBC (void) override | |
Friends | |
class | MemoryManager< WallViscousBC > |
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... | |
void | ApplyBwdWeight () |
Apply the Weight of boundary condition. More... | |
Wall boundary conditions for viscous compressible flow problems.
Definition at line 46 of file WallViscousBC.h.
|
private |
Definition at line 52 of file WallViscousBC.cpp.
References m_bndPhys, Nektar::CFSBndCond::m_diffusionAveWeight, and Nektar::CFSBndCond::m_fields.
|
inlineoverrideprivate |
Definition at line 85 of file WallViscousBC.h.
|
inlinestatic |
Creates an instance of this class.
Definition at line 52 of file WallViscousBC.h.
References Nektar::MemoryManager< DataType >::AllocateSharedPtr(), and CellMLToNektar.cellml_metadata::p.
|
overrideprotectedvirtual |
Implements Nektar::CFSBndCond.
Definition at line 66 of file WallViscousBC.cpp.
References Nektar::CFSBndCond::m_bcRegion, m_bndPhys, Nektar::CFSBndCond::m_fields, Nektar::CFSBndCond::m_gridVelocityTrace, Nektar::CFSBndCond::m_offset, Nektar::CFSBndCond::m_session, Nektar::CFSBndCond::m_spacedim, Vmath::Vadd(), Vmath::Vcopy(), and Vmath::Zero().
|
friend |
Definition at line 1 of file WallViscousBC.h.
|
static |
Definition at line 67 of file WallViscousBC.h.
|
static |
Name of the class.
Definition at line 66 of file WallViscousBC.h.
Definition at line 72 of file WallViscousBC.h.
Referenced by v_Apply(), and WallViscousBC().