Constants

Geometry Constants

class tissue_forge.PointsType(value)

An enumeration.

Cube

Unit hollow cube

Disk

Unit disk

Ring

Unit ring

SolidCube

Unit solid cube

SolidSphere

Unit sphere shell

Sphere

Unit sphere

Boundary Condition Constants

tissue_forge.BOUNDARY_NONE

no boundary conditions

tissue_forge.PERIODIC_X

periodic in the x (first) direction

tissue_forge.PERIODIC_Y

periodic in the y (second) direction

tissue_forge.PERIODIC_Z

periodic in the z (third) direction

tissue_forge.PERIODIC_FULL

periodic in the all directions

tissue_forge.FREESLIP_X

free slip in the x (first) direction

tissue_forge.FREESLIP_Y

free slip in the y (second) direction

tissue_forge.FREESLIP_Z

free slip in the z (third) direction

tissue_forge.FREESLIP_FULL

free slip in the all directions

Integrator Constants

tissue_forge.FORWARD_EULER

Integrator constant: Forward Euler.

Recommended, most tested, standard single-step.

tissue_forge.RUNGE_KUTTA_4

Integrator constant: Runge-Kutta.

Experimental Runge-Kutta-4.

Particle Dynamics Constants

tissue_forge.Newtonian

Newtonian dynamics.

tissue_forge.Overdamped

Overdamped dynamics.

Potential Constants

tissue_forge.Potential.Kind.potential

Potential kind

tissue_forge.Potential.Kind.dpd

Dissipative particle dynamics kind