ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <EKReactionImplBulk.hpp>
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 > > |
Definition at line 32 of file EKReactionImplBulk.hpp.
|
overridedefault |
|
inline |
Definition at line 41 of file EKReactionBase.hpp.
|
inlinenoexcept |
Definition at line 51 of file EKReactionBase.hpp.
Referenced by perform_reaction().
|
inlinenoexcept |
Definition at line 54 of file EKReactionBase.hpp.
Referenced by perform_reaction().
|
inlinenoexcept |
Definition at line 55 of file EKReactionBase.hpp.
Referenced by perform_reaction().
|
inlineoverridevirtual |
Implements walberla::EKReactionBase.
Definition at line 41 of file EKReactionImplBulk.hpp.
References block(), get_coefficient(), get_lattice(), and get_reactants().