Coder Social home page Coder Social logo

Dump of pair vtk file about liggghts-pfm HOT 2 CLOSED

yfun0815 avatar yfun0815 commented on August 24, 2024
Dump of pair vtk file

from liggghts-pfm.

Comments (2)

danielque avatar danielque commented on August 24, 2024

dump pair/gran/vtk is not available in our version (it was added to LIGGGHTS-PUBLIC after our version was forked off and has never been backported). However, dump local should provide similar functionality with the exception that it writes the data to simple text files instead of vtk files.
See, for example, the usage here for contact forces:

# compute normal force and overlap (delta)
compute pgl all pair/gran/local force_normal delta
# output normal force and overlap (delta)
dump dmpdisp all local 10 post/displacement*.txt c_pgl[1] c_pgl[2] c_pgl[3] c_pgl[4]

or here for bond properties:
compute b1 all property/local batom1x batom1y batom1z batom2x batom2y batom2z batom1 batom2 btype
dump bnd all local 100 post/bonds*.bond c_b1[1] c_b1[2] c_b1[3] c_b1[4] c_b1[5] c_b1[6] c_b1[7] c_b1[8] c_b1[9]

from liggghts-pfm.

yfun0815 avatar yfun0815 commented on August 24, 2024

I understood. Thank you very much.

from liggghts-pfm.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.