ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <thermostat.hpp>
Protected Member Functions | |
template<typename T > | |
auto | make_autoparameter (T Thermostat::*member, char const *name) |
template<typename T > | |
void | setup_thermostat (std::shared_ptr< T > &thermostat, VariantMap const ¶ms) |
template<typename T > | |
void | turn_thermostat_off (T &thermostat) |
void | update_global_kT (double old_kT, double new_kT, int thermo_flag) |
Protected Member Functions inherited from ScriptInterface::AutoParameters< Thermostat, System::Leaf > | |
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::System::Leaf | |
auto const & | get_system () const |
auto & | get_system () |
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. | |
Protected Attributes inherited from ScriptInterface::System::Leaf | |
std::weak_ptr<::System::System > | m_system |
Definition at line 462 of file script_interface/thermostat/thermostat.hpp.
|
inline |
Definition at line 588 of file script_interface/thermostat/thermostat.hpp.
References ScriptInterface::AutoParameters< Thermostat, System::Leaf >::add_parameters(), make_autoparameter(), and ScriptInterface::AutoParameter::read_only.
|
inlineoverridevirtual |
Reimplemented from ScriptInterface::ObjectHandle.
Definition at line 613 of file script_interface/thermostat/thermostat.hpp.
References ScriptInterface::ObjectHandle::context(), ScriptInterface::System::Leaf::get_system(), ScriptInterface::get_value(), ScriptInterface::ObjectHandle::name(), ScriptInterface::Context::parallel_try_catch(), params, setup_thermostat(), THERMO_OFF, and turn_thermostat_off().
|
inlineoverridevirtual |
Reimplemented from ScriptInterface::ObjectHandle.
Definition at line 666 of file script_interface/thermostat/thermostat.hpp.
References params.
|
inlineprotected |
Definition at line 501 of file script_interface/thermostat/thermostat.hpp.
References ScriptInterface::get_value(), and ScriptInterface::ObjectHandle::name().
Referenced by Thermostat().
|
inlineoverridevirtual |
Reimplemented from ScriptInterface::System::Leaf.
Definition at line 670 of file script_interface/thermostat/thermostat.hpp.
References ScriptInterface::ObjectHandle::context(), ScriptInterface::get_value(), and params.
|
inlineprotected |
Definition at line 515 of file script_interface/thermostat/thermostat.hpp.
References ScriptInterface::ObjectHandle::context(), ScriptInterface::get_value(), ScriptInterface::System::Leaf::m_system, ScriptInterface::Context::parallel_try_catch(), params, turn_thermostat_off(), and update_global_kT().
Referenced by do_call_method().
|
inlineprotected |
Definition at line 557 of file script_interface/thermostat/thermostat.hpp.
References ScriptInterface::get_value().
Referenced by do_call_method(), and setup_thermostat().
|
inlineprotected |
Definition at line 568 of file script_interface/thermostat/thermostat.hpp.
References Thermostat::are_kT_equal(), ScriptInterface::System::Leaf::get_system(), ScriptInterface::get_value(), THERMO_BOND, and THERMO_OFF.
Referenced by setup_thermostat().