![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <thermostat.hpp>
Inheritance diagram for ScriptInterface::Thermostat::Thermostat:
Collaboration diagram for ScriptInterface::Thermostat::Thermostat: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) | |
| ~AutoParameters () override=default | |
| bool | has_parameter (std::string const &name) const override |
| 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 508 of file script_interface/thermostat/thermostat.hpp.
|
inline |
Definition at line 634 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 659 of file script_interface/thermostat/thermostat.hpp.
References ScriptInterface::ObjectHandle::context(), ScriptInterface::System::Leaf::get_system(), ScriptInterface::ObjectHandle::name(), ScriptInterface::Context::parallel_try_catch(), params, setup_thermostat(), stream, THERMO_OFF, and turn_thermostat_off().
|
inlineoverridevirtual |
Reimplemented from ScriptInterface::ObjectHandle.
Definition at line 712 of file script_interface/thermostat/thermostat.hpp.
References params.
|
inlineprotected |
Definition at line 547 of file script_interface/thermostat/thermostat.hpp.
References ScriptInterface::ObjectHandle::name(), and stream.
Referenced by Thermostat().
|
inlineoverridevirtual |
Reimplemented from ScriptInterface::System::Leaf.
Definition at line 716 of file script_interface/thermostat/thermostat.hpp.
References ScriptInterface::ObjectHandle::context(), params, and stream.
|
inlineprotected |
Definition at line 561 of file script_interface/thermostat/thermostat.hpp.
References ScriptInterface::ObjectHandle::context(), ScriptInterface::System::Leaf::m_system, ScriptInterface::Context::parallel_try_catch(), params, stream, turn_thermostat_off(), and update_global_kT().
Referenced by do_call_method().
|
inlineprotected |
Definition at line 603 of file script_interface/thermostat/thermostat.hpp.
References stream.
Referenced by do_call_method(), and setup_thermostat().
|
inlineprotected |
Definition at line 614 of file script_interface/thermostat/thermostat.hpp.
References Thermostat::are_kT_equal(), ScriptInterface::System::Leaf::get_system(), stream, THERMO_BOND, and THERMO_OFF.
Referenced by setup_thermostat().