ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
sd_interface.hpp File Reference

See [17] for the Stokesian dynamics method used here. More...

#include <config/config.hpp>
#include "PropagationMode.hpp"
#include "PropagationPredicate.hpp"
#include "thermostat.hpp"
#include <unordered_map>
+ Include dependency graph for sd_interface.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  PropagationPredicateStokesian
 
struct  StokesianDynamics
 

Typedefs

using ParticleRangeStokesian = ParticleRangeFiltered< PropagationPredicateStokesian >
 

Enumerations

enum class  sd_flags : int {
  NONE = 0 , SELF_MOBILITY = 1 << 0 , PAIR_MOBILITY = 1 << 1 , LUBRICATION = 1 << 2 ,
  FTS = 1 << 3
}
 

Detailed Description

See [17] for the Stokesian dynamics method used here.

See [7] and [8] for the thermalization method.

Definition in file sd_interface.hpp.

Typedef Documentation

◆ ParticleRangeStokesian

Enumeration Type Documentation

◆ sd_flags

enum class sd_flags : int
strong
Enumerator
NONE 
SELF_MOBILITY 
PAIR_MOBILITY 
LUBRICATION 
FTS 

Definition at line 81 of file sd_interface.hpp.