ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
ScriptInterface::Constraints Namespace Reference

Classes

class  Constraint
 
class  Constraints
 
class  ExternalField
 
class  ExternalPotential
 
class  HomogeneousMagneticField
 
class  ShapeBasedConstraint
 

Typedefs

using TabulatedForceField = ExternalField< Scaled, Interpolated< double, 3 > >
 
using TabulatedPotentialField = ExternalPotential< Scaled, Interpolated< double, 1 > >
 
using Gravity = ExternalField< Mass, Constant< double, 3 > >
 
using FlowField = ExternalField< Viscous, Interpolated< double, 3 > >
 
using LinearFlowField = ExternalField< Viscous, AffineMap< double, 3 > >
 
using HomogeneousFlowField = ExternalField< Viscous, Constant< double, 3 > >
 
using ElectricPotential = ExternalPotential< Charge, Interpolated< double, 1 > >
 
using LinearElectricPotential = ExternalPotential< Charge, AffineMap< double, 1 > >
 
using ElectricPlaneWave = ExternalField< Charge, PlaneWave< double, 3 > >
 

Functions

void initialize (Utils::Factory< ObjectHandle > *om)
 

Typedef Documentation

◆ ElectricPlaneWave

◆ ElectricPotential

◆ FlowField

◆ Gravity

Definition at line 44 of file constraints/initialize.cpp.

◆ HomogeneousFlowField

◆ LinearElectricPotential

◆ LinearFlowField

◆ TabulatedForceField

◆ TabulatedPotentialField

Function Documentation

◆ initialize()

void ScriptInterface::Constraints::initialize ( Utils::Factory< ObjectHandle > *  om)