Skip to content

siyuyue/simes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Copyright (c) 2013 SPORT Lab(http://atrak.usc.edu/~sport/), University of Southern California

SIMES

A simulator for hybrid electrical energy storage systems.

Requirement:

  1. GCC compiler or equivalent.

  2. Boost library. Make sure to set enviroment variable "BOOST_ROOT" to the root directory of the boost library.

  3. QT for Visualizer.

SIMES includes:

  1. Simulator:

    To run Simulator, go to simulator folder, type

     make
    

    to compile simulator. This creates a library file in lib and an executable file in bin.

  2. Visualizer:

    To run Visualizer, go to visualizer folder, type

     qmake
    

    first to invoke QT's qmake program to create the makefile. Then type

     make
    

    to compile visualizer. This creates an executable file in bin.

About

A simulator for hybrid electrical energy storage systems

Resources

License

Unknown, BSL-1.0 licenses found

Licenses found

Unknown
LICENSE
BSL-1.0
BOOST_LICENSE

Stars

Watchers

Forks

Packages

No packages published