Implementation of V model in LIGGGHTS — различия между версиями

Материал из Department of Theoretical and Applied Mechanics
Перейти к: навигация, поиск
(Contacts)
Строка 55: Строка 55:
 
* Email: polyun.p@gmail.com
 
* Email: polyun.p@gmail.com
 
* Skype: polyun-
 
* Skype: polyun-
 +
 +
 +
== Links ==
 +
* [[Кафедра "Теоретическая механика" | Department for Theoretical Mechanics]], SPbSTU
 +
* [http://www.jku.at/content Johannes Kepler University]
 +
* [[V-model]]

Версия 00:31, 23 ноября 2012

UNDER CONSTRUCTION

Soon: pictures, more detailed explanation, example run-file commands for liggghts.

„Implementation of the V Model in LIGGGHTS” is a joint project at SPbSTU with JKU.

Supporters and Contributors

Vitaly Kuzkin

Christoph Kloss

Oleg Kovalev

Patrick Fodor

LIGGGHTS

LIGGGHTS is an Open Source Discrete Element Method Particle Simulation Software.

V-Model

The article is based on the paper V.A. Kuzkin and I.E. Asonov "Vector-based model of elastic bonds for simulation of granullar solids "

Implementing V-Model into LIGGGHTS

In order to implement V-Model into LIGGGHTS, necessary functions are split in 4 classes. One to create the bonds, one to calculate the forces and pass them to liggghts, one to propagate intact and remove broken bonds, and one to initialize an atomstyle containing all the properties necessary for each atom.

  • Bond Creation: fix_bond_create_v.cpp/h

- connected to inputscript by “FixStyle(bond/create/v,FixBondCreateV)”

- Checking for Bonding conditions

- If Bonding conditions are fulfilled, bond will be created and initialized.

  • Force Calculation: bond_v.cpp/h

- connected to inputscript by “BondStyle(vbond/BondV)”

- Loop through all bonds and calculate forces on particles.

  • Bond Propagation: fix_bond_propagate_v.cpp/h

- connected to inputscript by “FixStyle(bond/propagate/v,FixBondPropagateV)”

- propagate bond contact history

- remove bonds

  • Atom Properties: atom_vec_bond_v.cpp/h

- connected to inputscript by “AtomStyle(bond/v,AtomVecBondV)”

- contain atom properties (location, velocities,…)

Results

A new applicable Bondstyle based on the V Model has been succesfully implemented into liggghts framework and can be used via inputscripts just as other functions of liggghts.

Contacts

Patrick Fodor:

  • Email: polyun.p@gmail.com
  • Skype: polyun-


Links