ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <EKReaction.hpp>
Protected Member Functions | |
auto | get_agrid (VariantMap const &args) const |
auto | calculate_bulk_conversion_factor (VariantMap const &args) const |
template<typename F > | |
auto | make_instance (VariantMap const &args, F &allocator) const |
Protected Member Functions inherited from ScriptInterface::AutoParameters< EKReaction, LatticeIndices > | |
AutoParameters ()=default | |
AutoParameters (std::vector< AutoParameter > &¶ms) | |
void | add_parameters (std::vector< AutoParameter > &¶ms) |
auto const & | get_parameter_insertion_order () const |
Protected Member Functions inherited from ScriptInterface::LatticeIndices | |
bool | is_index_valid (Utils::Vector3i const &index, Utils::Vector3i const &shape) const |
void | throw_invalid_index (Utils::Vector3i const &index, Utils::Vector3i const &shape) const |
Utils::Vector3i | get_mapped_index (Utils::Vector3i const &index, Utils::Vector3i const &shape) const |
Protected Attributes | |
std::shared_ptr<::walberla::EKReactionBase > | m_ekreaction |
double | m_conv_coefficient |
Additional Inherited Members | |
Static Public Member Functions inherited from ScriptInterface::ObjectHandle | |
static ObjectRef | deserialize (const std::string &state, Context &ctx) |
Make object from serialized state. | |
Definition at line 48 of file EKReaction.hpp.
|
inlineprotected |
Definition at line 65 of file EKReaction.hpp.
References get_agrid(), ScriptInterface::AutoParameters< EKReaction, LatticeIndices >::get_parameter(), and ScriptInterface::get_value().
Referenced by ScriptInterface::walberla::EKBulkReaction::do_construct(), and ScriptInterface::walberla::EKIndexedReaction::do_construct().
|
inlineprotected |
Definition at line 60 of file EKReaction.hpp.
References ScriptInterface::get_value().
Referenced by calculate_bulk_conversion_factor(), and ScriptInterface::walberla::EKIndexedReaction::do_construct().
|
inlinenoexcept |
Definition at line 55 of file EKReaction.hpp.
References m_conv_coefficient.
Referenced by ScriptInterface::walberla::EKBulkReaction::EKBulkReaction(), ScriptInterface::walberla::EKIndexedReaction::EKIndexedReaction(), and make_instance().
|
inline |
Definition at line 51 of file EKReaction.hpp.
References m_ekreaction.
Referenced by ScriptInterface::walberla::EKIndexedReaction::do_call_method(), ScriptInterface::walberla::EKBulkReaction::EKBulkReaction(), ScriptInterface::walberla::EKIndexedReaction::EKIndexedReaction(), and make_instance().
|
inlineprotected |
Definition at line 84 of file EKReaction.hpp.
References get_conversion_coefficient(), get_instance(), and ScriptInterface::get_value().
Referenced by ScriptInterface::walberla::EKBulkReaction::do_construct(), and ScriptInterface::walberla::EKIndexedReaction::do_construct().
|
protected |
Definition at line 101 of file EKReaction.hpp.
Referenced by ScriptInterface::walberla::EKBulkReaction::do_construct(), ScriptInterface::walberla::EKIndexedReaction::do_construct(), and get_conversion_coefficient().
|
protected |
Definition at line 100 of file EKReaction.hpp.
Referenced by ScriptInterface::walberla::EKBulkReaction::do_construct(), ScriptInterface::walberla::EKIndexedReaction::do_construct(), and get_instance().