Информационный сервер для программистов: Исходники со всего света. Паскальные исходники со всего света
  Powered by Поисковый сервер Яndex: Найдется ВСЁ!
На Главную Pascal Форум Информер Страны мира
   Математика    >>    ksim_501
   
 
 KSIM 5.01 - Continuous and Descrete simulations   Keith S. Brown 09.09.1993

KSIM is a collection of units that provide combined descrete event & continuous simulation. The descrete event simulation is handled via a descrete event calendar. The continuous portion of the simulation is handled via Runge-Kutta-Fehlberg 4-5 integrator which has been modified to handle threshold crossing. KSIM generates both a report & a data file, both which can be taylored to fit the needs of the simulation. KSIM is follows SLAM (Simulation Language for Alternative Modeling) conventions & terminology. Reference to the book, "Introduction to Simulation and SLAM", by A.Alan B. Pritsker & Claude Dennis Pegden is encouraged.



175k 
 

Version - 5.01 File - KSIM_A.PAS Copyright - None. Public Domain. Author - Keith S. Brown (except where otherwise noted) 713-483-8952 Surface mail: Email:(brown@smd4.jsc.nasa.gov) K.Brown or (brownk@samnet.jsc.nasa.gov) Code:NASA/JSC/ES64 Houston, TX 77058 (USA) Voice:(713)483-8952 Purpose - Performs actual continuous & discrete event simulation. Remarks - KSIM is based on SLAM (see references) and follows SLAM conventions and syntax rather closely. Requires - TPCMD.PAS - Turbo Power Software v:5.x or later TPCRT.PAS - Turbo Power Software v:5.x or later TPDIR.PAS - Turbo Power Software v:5.x or later TPDOS.PAS - Turbo Power Software v:5.x or later TPDATE.PAS - Turbo Power Software v:5.x or later TPEDIT.PAS - Turbo Power Software v:5.x or later TPENTRY.PAS - Turbo Power Software v:5.x or later TPMENU.PAS - Turbo Power