ModifiersΒΆ
Modifiers are the basic building blocks for creating a data pipeline in OVITO. Like tools in a toolbox, each modifier implements a very specific, well-defined type of operation or computation, and typically you will need to combine several modifiers to accomplish more complex tasks.
List of modifiers available in OVITO:
Analysis |
|
---|---|
Calculates local strain tensors based on the relative motion of neighboring particles. |
|
Computes bond angle and bond length distributions. |
|
Decomposes a particle system into clusters of particles. |
|
Determines the number of neighbors of each particle and computes the radial distribution function for the system. |
|
Identifies dislocation defects in a crystal. |
|
Calculates the displacements of particles based on an initial and a deformed configuration. |
|
Calculates the atomic-level elastic strain tensors in crystalline systems. |
|
Determines the grain structure in a polycrystalline microstructure. |
|
Computes the histogram of a property. |
|
Generates a scatter plot of two properties. |
|
Aggregates a particle property over a one-, two- or three-dimensional bin grid. |
|
Calculates the spatial cross-correlation function between two particle properties. |
|
Computes the average of some time-dependent input quantity over the entire trajectory. |
|
Plots the value of a global attribute as function of simulation time. |
|
Computes the coordination number, atomic volume, and Voronoi index of particles from their Voronoi polyhedra. |
|
Identifies point defects (vacancies and interstitials) in a crystal lattice. |
Coloring |
|
---|---|
Performs an ambient occlusion calculation to shade particles. |
|
Assigns a color to all selected elements. |
|
Colors particles or bonds according to a typed (discrete) property. |
|
Colors particles or bonds based on the value of a scalar (continuous) property. |
Modification |
|
---|---|
Applies an affine transformation to the system. |
|
Merges the particles and bonds from two separate input files into one dataset. |
|
Assigns property values to particles or bonds according to a user-defined formula. |
|
Removes the selected elements from the visualization. |
|
Freezes the values of a dynamic particle property at a given animation time to make them available at other times. |
|
Loads time-dependent atomic positions from a separate trajectory file. |
|
Lets you write your own modifier function in Python. |
|
Duplicates particles and other data elements to visualize periodic images of the system. |
|
Cuts the structure along an infinite plane. |
|
Computes time-averaged particle positions using a sliding window or generates intermediate sub-frames using linear interpolation. |
|
Computes unwrapped particle coordinates in order to generate continuous trajectories at periodic cell boundaries. |
|
Folds particles located outside of the periodic simulation box back into the box. |
Selection |
|
---|---|
Resets the selection state of all elements. |
|
Selects particles that are neighbors of already selected particles. |
|
Selects particles and other elements based on a user-defined criterion. |
|
Lets you select individual particles or bonds with the mouse. |
|
Inverts the selection state of each element. |
|
Selects all elements of a particular type, e.g. all atoms of a chemical species. |
Structure identification |
|
---|---|
Identifies common crystal structures by an analysis of the bond-angle distribution. |
|
Calculates the centrosymmetry parameter for every particle. |
|
Identifies hexagonal ice, cubic ice, hydrate and other arrangements of water molecules. |
|
Performs the common neighbor analysis (CNA) to determine local crystal structures. |
|
Identifies atoms that are arranged in a cubic or hexagonal diamond lattice. |
|
Identifies common crystal structures using the PTM method and computes local crystal orientations. |
|
Identifies local structure of particles using the topology of their Voronoi polyhedra. |
Visualization |
|
---|---|
Constructs a triangle mesh representing the surface of a solid. |
|
Creates bonds between particles. |
|
Generates an isosurface from a scalar field. |
|
Shows coordination polyhedra. |
|
Generates trajectory lines from the time-dependent particle positions. |
|
Visualize live atomic trajectories from a running MD simulation as they are being calculated. |