Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

System Simulation: Time-Driven Simulation

NotificationsYou must be signed in to change notification settings

lobo/ss-tp4

Repository files navigation

...

Time-Driven Simulation

Build

To build the project, it is necessary to haveMaven +3.5.0, andJava SE 8 Release installed. Then, run:

$ mvn clean package

This will generate a*.jar in thetarget folder. If you find any issueswith the building, remove the*.jar files from theMaven localrepository with:

$ rm -fr ~/.m2/repository/ar/edu/itba/ss/*

Or do it manually, if you prefer.

Execute

In the root folder (after build):

$ java -jar target/tp4-1.0-SNAPSHOT.jar <simulate | animate>

Help

$ java -jar target/tp4-1.0-SNAPSHOT.jar help

Input Files Format

Receives a JSON file with the following format (see example below):

{"fps":"100","deltat":"100.0","integrator":"Beeman","system":"GravitationalField","output":"resources/data/beeman.data","maxtime":"157680000.0"}

Output File Format

Simulation file

<x> <y> <r> <vx> <vy>...

Animated file

<N><t0><x> <y> <r> <v>...

Where<v> is the module of the speed.

Videos

Video of the simulation

Simulaciones para otras fechas

Mar 77

  • Jupiter:
    • 3.9857e+00 AU
    • 458.6806 days
  • Saturn:
    • 8.2487e+00 AU
    • 521.412 days

Jun 77

  • Jupiter
    • 3.5735e+00 AU
    • 283.3333 days
  • Saturn
    • 7.7907e+00 AU
    • 380.9028 days

Sept 77

  • Jupiter:
    • 1.8653e-03 AU
    • 545.8333 days
  • Saturn:
    • 6.5126e-04 AU
    • 1166.088 days

Dec 77

  • Jupiter:
    • 3.9226e+00 AU
    • 1825 days
  • Saturn:
    • 8.1816e+00 AU
    • 74.537 days

Mar 78

  • Jupiter:
    • 4.2744e+00 AU
    • 506.1343 days
  • Saturn:
    • 8.2790e+00 AU
    • 0 days

Developers

This project has been built, designed and maintained by the following authors:

About

System Simulation: Time-Driven Simulation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp