Skip to content

Sim-Sist/TP2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TP2

cd ./src
chmod +x manualRun.sh

and then

./manualRun.sh

to generate output files in folder src/output

The output files have the following formats:

static-info.txt:

Header
  • Number of particles
  • Size of Space
  • Length of critical radius
  • One free line to put a comment/name. This can also be left blank.
Body
  • Body of textfile consists of one line for each particle with its radius

dynamic-info.txt:

This file contains a list of entries, each one for a specific time tn. Each entry goes like:

  • tn
  • One line for each particle with its position and speed (decomposed in x and y), separated by spaces

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages