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

#include <EKReactionImplBulk.hpp>

+ Inheritance diagram for walberla::EKReactionImplBulk:
+ Collaboration diagram for walberla::EKReactionImplBulk:

Public Member Functions

 ~EKReactionImplBulk () override=default
 
void perform_reaction () override
 
 EKReactionBase (std::shared_ptr< LatticeWalberla > lattice, reactants_type reactants, double coefficient)
 
double get_coefficient () const noexcept
 
auto get_lattice () const noexcept
 
auto const & get_reactants () const noexcept
 
- Public Member Functions inherited from walberla::EKReactionBase
 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
 

Additional Inherited Members

- Public Types inherited from walberla::EKReactionBase
using reactants_type = std::vector< std::shared_ptr< EKReactant > >
 

Detailed Description

Definition at line 32 of file EKReactionImplBulk.hpp.

Constructor & Destructor Documentation

◆ ~EKReactionImplBulk()

walberla::EKReactionImplBulk::~EKReactionImplBulk ( )
overridedefault

Member Function Documentation

◆ EKReactionBase()

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

Definition at line 41 of file EKReactionBase.hpp.

◆ get_coefficient()

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

Definition at line 51 of file EKReactionBase.hpp.

Referenced by perform_reaction().

◆ get_lattice()

auto walberla::EKReactionBase::get_lattice ( ) const
inlinenoexcept

Definition at line 54 of file EKReactionBase.hpp.

Referenced by perform_reaction().

◆ get_reactants()

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

Definition at line 55 of file EKReactionBase.hpp.

Referenced by perform_reaction().

◆ perform_reaction()

void walberla::EKReactionImplBulk::perform_reaction ( )
inlineoverridevirtual

Implements walberla::EKReactionBase.

Definition at line 41 of file EKReactionImplBulk.hpp.

References block(), get_coefficient(), get_lattice(), and get_reactants().


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