ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
walberla::EKReactionBase Class Referenceabstract

#include <EKReactionBase.hpp>

+ Inheritance diagram for walberla::EKReactionBase:

Public Types

using reactants_type = std::vector< std::shared_ptr< EKReactant > >
 

Public Member Functions

 EKReactionBase (std::shared_ptr< LatticeWalberla > lattice, reactants_type reactants, double coefficient)
 
virtual ~EKReactionBase ()=default
 
void set_coefficient (double coefficient) noexcept
 
double get_coefficient () const noexcept
 
auto get_lattice () const noexcept
 
auto const & get_reactants () const noexcept
 
virtual void perform_reaction ()=0
 

Detailed Description

Definition at line 31 of file EKReactionBase.hpp.

Member Typedef Documentation

◆ reactants_type

using walberla::EKReactionBase::reactants_type = std::vector<std::shared_ptr<EKReactant> >

Definition at line 33 of file EKReactionBase.hpp.

Constructor & Destructor Documentation

◆ EKReactionBase()

walberla::EKReactionBase::EKReactionBase ( std::shared_ptr< LatticeWalberla lattice,
reactants_type  reactants,
double  coefficient 
)
inline

Definition at line 41 of file EKReactionBase.hpp.

◆ ~EKReactionBase()

virtual walberla::EKReactionBase::~EKReactionBase ( )
virtualdefault

Member Function Documentation

◆ get_coefficient()

double walberla::EKReactionBase::get_coefficient ( ) const
inlinenoexcept

◆ get_lattice()

◆ get_reactants()

auto const & walberla::EKReactionBase::get_reactants ( ) const
inlinenoexcept

◆ perform_reaction()

virtual void walberla::EKReactionBase::perform_reaction ( )
pure virtual

◆ set_coefficient()

void walberla::EKReactionBase::set_coefficient ( double  coefficient)
inlinenoexcept

Definition at line 48 of file EKReactionBase.hpp.


The documentation for this class was generated from the following file: