Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

STEM Model Creator/Tutorials

< STEM Model Creator
Revision as of 14:11, 20 June 2013 by Mattadav.us.ibm.com (Talk | contribs) (Create Model Project and Initial Disease Model)

Tutorials

Create a SEIR model by extending SIR

This tutorial shows how to create a new SEIR Disease Model by extending the existing SIR Disease Model. STEM already has a built-in SEIR model, so this tutorial is more a simple how-to.

Create Model Project and Initial Disease Model

  1. Launch the STEM application
  2. Open the Designer perspective
  3. From the New menu, select Model Generator Project
    STEM ModelCreator NewModelGeneratorProject.png
  4. Choose Create and configure a new STEM Model Package
  5. Click Next
  1. On the Model Package page, enter the following values:
    • Package Name: Demo
    • Package Prefix: com.example.diseasemodels
  2. Click Add Model to configure the disease model
  3. In the Model Properties page:
    • Model Name: MySEIR
    • Model Type: " Disease Model '
    • Parent Model: Select SIR from the list
    [ Model Properties image]
  4. Click Finish
  5. At this point, your package properties should look like this:
    package properties image
  6. Click Finish to run the model generator and create your model project
    This step may take a minute or two to complete

Add New Compartment

Add New Model Parameter

Create Transitions and Expressions

Create Disease and Add to Scenario

Run in STEM

Add seasonal modulation to the SEIR model

Back to the top