![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <scafacos.hpp>
Inheritance diagram for CoulombScafacos:
Collaboration diagram for CoulombScafacos:Protected Member Functions | |
| virtual void | tune_impl ()=0 |
Protected Member Functions inherited from System::Leaf< Class > | |
| auto & | get_system () |
| auto & | get_system () const |
Additional Inherited Members | |
Static Public Member Functions inherited from ScafacosContextBase | |
| static std::vector< std::string > | available_methods () |
| static void | sanity_check_method (std::string const &method_name) |
Public Attributes inherited from Coulomb::Actor< CoulombScafacos > | |
| double | prefactor |
| Electrostatics prefactor. | |
| double | charge_neutrality_tolerance |
| Relative tolerance for the charge excess during neutrality checks. | |
Static Public Attributes inherited from Coulomb::Actor< CoulombScafacos > | |
| static auto constexpr | charge_neutrality_tolerance_default |
Protected Attributes inherited from System::Leaf< Class > | |
| std::weak_ptr< System > | m_system |
Definition at line 37 of file core/electrostatics/scafacos.hpp.
|
overridedefault |
Implemented in CoulombScafacosImpl.
Implemented in CoulombScafacosImpl.
Referenced by pair_energy().
Implemented in CoulombScafacosImpl.
Referenced by pair_force().
Implemented in CoulombScafacosImpl.
Referenced by pair_energy(), and pair_force().
|
inline |
Definition at line 51 of file core/electrostatics/scafacos.hpp.
|
inline |
Definition at line 55 of file core/electrostatics/scafacos.hpp.
Referenced by tune().
|
inline |
Definition at line 41 of file core/electrostatics/scafacos.hpp.
References sanity_checks(), tune(), and ScafacosContextBase::update_system_params().
|
inline |
Recalculate all box-length-dependent parameters.
Definition at line 47 of file core/electrostatics/scafacos.hpp.
References ScafacosContextBase::update_system_params().
|
inline |
Definition at line 50 of file core/electrostatics/scafacos.hpp.
|
inline |
Definition at line 48 of file core/electrostatics/scafacos.hpp.
|
inline |
Definition at line 49 of file core/electrostatics/scafacos.hpp.
References ScafacosContextBase::update_system_params().
Calculate near-field pair energy.
Definition at line 77 of file core/electrostatics/scafacos.hpp.
References get_pair_energy(), get_r_cut(), Coulomb::Actor< CoulombScafacos >::prefactor, and stream.
|
inline |
Calculate near-field pair force.
Definition at line 68 of file core/electrostatics/scafacos.hpp.
References get_pair_force(), get_r_cut(), Coulomb::Actor< CoulombScafacos >::prefactor, and stream.
|
inlineoverridevirtual |
Implements ScafacosContextBase.
Definition at line 53 of file core/electrostatics/scafacos.hpp.
References Coulomb::Actor< CoulombScafacos >::sanity_checks_charge_neutrality().
Referenced by on_activation().
Implemented in CoulombScafacosImpl.
|
inline |
Definition at line 56 of file core/electrostatics/scafacos.hpp.
References is_tuned(), stream, and tune_impl().
Referenced by on_activation().
Implemented in CoulombScafacosImpl.
Referenced by tune().