Skip to content
meganlim edited this page Aug 3, 2018 · 6 revisions

Description

Models are utilized to represent the behavior of a component. Prognostics is commonly performed by using a model that describes both the healthy and damaged behavior of the components. The ModelBasedPrognoser class uses these models to perform Prognostics.

So far, the GSAP contains the Battery Model. Click on the model for more information.

Adding new Models

To add new models to the system do the following:

  1. Copy EmptyModel.cpp and EmptyModel.h from the templates directory and rename to the name of your model
  2. Follow the instructions inside EmptyModel.cpp to create your model