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

Difference between revisions of "STEM Model Creator/Tutorials"

(Create Model Project and Initial Disease Model)
(Create Model Project and Initial Disease Model)
Line 11: Line 11:
 
#Choose '''Create and configure a new STEM Model Package'''  
 
#Choose '''Create and configure a new STEM Model Package'''  
 
#Click '''Next'''
 
#Click '''Next'''
 
 
#On the ''' Model Package ''' page, enter the following values:
 
#On the ''' Model Package ''' page, enter the following values:
 
#* Package Name:  '''Demo'''
 
#* Package Name:  '''Demo'''
Line 18: Line 17:
 
#In the ''' Model Properties''' page:
 
#In the ''' Model Properties''' page:
 
#* Model Name:  '''MySEIR'''
 
#* Model Name:  '''MySEIR'''
#* Model Type:  "'' Disease Model '''
+
#* Model Type:  ''' Disease Model '''
 
#* Parent Model:  Select '''SIR''' from the list
 
#* Parent Model:  Select '''SIR''' from the list
 
#: [ Model Properties image]
 
#: [ Model Properties image]

Revision as of 14:12, 20 June 2013

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
  6. On the Model Package page, enter the following values:
    • Package Name: Demo
    • Package Prefix: com.example.diseasemodels
  7. Click Add Model to configure the disease model
  8. In the Model Properties page:
    • Model Name: MySEIR
    • Model Type: Disease Model
    • Parent Model: Select SIR from the list
    [ Model Properties image]
  9. Click Finish
  10. At this point, your package properties should look like this:
    package properties image
  11. 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