|
Theseus
Compressible flow solver
|
#include <RHSOperator.hpp>


Public Types | |
| using | Physics = PhysicsT |
| using | OperatorCache = DGSEMOperatorCacheT< Physics > |
| using | DeviceCache = DGSEMDeviceCacheT< Physics > |
| using | Gas = typename Physics::GasModel |
| using | InviscidFlux = typename Physics::InviscidFlux |
Public Member Functions | |
| RHSOperator (std::shared_ptr< mfem::ParFiniteElementSpace > vfes_, std::shared_ptr< mfem::ParFiniteElementSpace > fes0_, std::shared_ptr< mfem::ParMesh > pmesh_, std::shared_ptr< mfem::ParGridFunction > eta_, std::shared_ptr< mfem::ParGridFunction > alpha_, std::shared_ptr< Prandtl::PerssonPeraireIndicator > indicator_, std::shared_ptr< const Gas > gas_, const std::string &gasModelName_, const std::string &numFluxName_, const std::string &flowModelName_, const mfem::real_t alpha_max=0.5, const mfem::real_t alpha_min=0.001) | |
| OperatorCache & | GetOperatorCacheReference () |
| virtual | ~RHSOperator ()=default |
| void | Finalize (mfem::real_t time=0) override |
| void | Mult (const mfem::Vector &u, mfem::Vector &dudt) const override |
| void | ComputeIntegralMeasures (const mfem::Vector &u, Theseus::IntegralMeasures &diag) const override |
| virtual mfem::real_t | FlowMult (const mfem::Vector &pu, mfem::Vector &pdudt) const =0 |
| std::string | GasModelName () const override |
| std::string | NumFluxName () const override |
| std::string | FlowModelName () const override |
| const Gas & | GetGasModel () const |
| const GasModelInterface & | GetGasModelInterface () const override |
| void | FetchRestrictions (const mfem::Vector &pu, mfem::Vector &uVol, mfem::Vector &uInt, mfem::Vector &uBnd) const |
Public Member Functions inherited from Theseus::RHSOperatorBase | |
| RHSOperatorBase (std::shared_ptr< mfem::ParFiniteElementSpace > vfes_, std::shared_ptr< mfem::ParFiniteElementSpace > fes0_, std::shared_ptr< mfem::ParMesh > pmesh_, std::shared_ptr< mfem::ParGridFunction > eta_, std::shared_ptr< mfem::ParGridFunction > alpha_, std::shared_ptr< Prandtl::PerssonPeraireIndicator > indicator_, const mfem::real_t alpha_max=0.5, const mfem::real_t alpha_min=0.001) | |
| virtual | ~RHSOperatorBase ()=default |
| void | SetBCDescriptorData (const mfem::Array< Theseus::BCDescriptor > &bc_descr, const mfem::Vector &bc_scalar_dat, const mfem::Vector &bc_vector_dat) |
| void | AddBdrFaceMarker (mfem::Array< int > &bdr_marker_) |
| IntegralMeasures | GetIntegralMeasuresBaseline () const |
| mfem::real_t | GetMaxCharSpeed () const |
| mfem::real_t & | GetTimeRef () |
Protected Attributes | |
| OperatorCache | operator_cache |
| DeviceCache | device_cache |
| const std::string | gasModelName |
| const std::string | numFluxName |
| const std::string | flowModelName |
| std::shared_ptr< const Gas > | gas |
| std::shared_ptr< const GasModelInterface > | gas_interface |
Protected Attributes inherited from Theseus::RHSOperatorBase | |
| mfem::real_t | max_char_speed |
| std::shared_ptr< mfem::ParFiniteElementSpace > | vfes |
| std::shared_ptr< mfem::ParFiniteElementSpace > | fes0 |
| std::shared_ptr< mfem::ParMesh > | pmesh |
| std::shared_ptr< mfem::ParGridFunction > | eta |
| std::shared_ptr< Prandtl::PerssonPeraireIndicator > | indicator |
| const int | num_equations |
| const int | dim |
| const int | order |
| const int | num_elements |
| const int | num_dofs_scalar |
| const int | Ndofs |
| const mfem::real_t | sharpness_fac = 9.21024 |
| const mfem::real_t | modalThreshold |
| const mfem::real_t | alpha_min |
| const mfem::real_t | alpha_max |
| std::vector< mfem::Array< int > > | bdr_marker |
| mfem::Array< Theseus::BCDescriptor > | bc_descriptors |
| mfem::Vector | bc_vector_data |
| mfem::Vector | bc_scalar_data |
| mfem::real_t | alpha_dof |
| Theseus::IntegralMeasures | diag0 |
| using Theseus::RHSOperator< PhysicsT >::DeviceCache = DGSEMDeviceCacheT<Physics> |
| using Theseus::RHSOperator< PhysicsT >::Gas = typename Physics::GasModel |
| using Theseus::RHSOperator< PhysicsT >::InviscidFlux = typename Physics::InviscidFlux |
| using Theseus::RHSOperator< PhysicsT >::OperatorCache = DGSEMOperatorCacheT<Physics> |
| using Theseus::RHSOperator< PhysicsT >::Physics = PhysicsT |
|
inline |
|
virtualdefault |
|
overridevirtual |
Reimplemented from Theseus::RHSOperatorBase.
| void Theseus::RHSOperator< PhysicsT >::FetchRestrictions | ( | const mfem::Vector & | pu, |
| mfem::Vector & | uVol, | ||
| mfem::Vector & | uInt, | ||
| mfem::Vector & | uBnd | ||
| ) | const |
|
overridevirtual |
Reimplemented from Theseus::RHSOperatorBase.
|
inlineoverridevirtual |
Reimplemented from Theseus::RHSOperatorBase.
|
pure virtual |
Implemented in Theseus::EulerOperator< PhysicsT >, and Theseus::NSOperator< PhysicsT >.
|
inlineoverridevirtual |
Reimplemented from Theseus::RHSOperatorBase.
|
inline |
|
inlineoverridevirtual |
Reimplemented from Theseus::RHSOperatorBase.
|
inline |
|
overridevirtual |
Reimplemented from Theseus::RHSOperatorBase.
|
inlineoverridevirtual |
Reimplemented from Theseus::RHSOperatorBase.
|
mutableprotected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
mutableprotected |