Skip to content
Snippets Groups Projects
Yessica Dominguez's avatar
650f9350
Name Last commit Last update
CODE
README.md

Proyecto de Maestria Yessica

Getting started (test run)

  • First of all, you have to download the file that contains the particle flux (here) and add it to the folder where all the simulation files are.

  • The main file of the simulation is sim.cc.

  • You have to create a folder (named build, for example). Execute 'cmake ..' and then 'make' in this build folder to load and compile all the files.

  • With the command ./sim -m input.in the simulation is run.

  • A file called datos.dat will be created in the folder. This file stores the data of the particles created in the atmosphere and registers it with the format -> ( type of particle , x , y , z , px , py , pz )

  • Descague aqui si desea usar un archivo mas pequeno para el flujo. Corresponde a 10 min (513309 particulas) de flujo y fue recolectado a 1956m.s.n.m.


If you want edit the code read this


Authors and acknowledgment

Show your appreciation to those who have contributed to the project.

Project status

If you have run out of energy or time for your project, put a note at the top of the README saying that development has slowed down or stopped completely. Someone may choose to fork your project or volunteer to step in as a maintainer or owner, allowing your project to keep going. You can also make an explicit request for maintainers.