Step 3: Running the Model and Viewing a Simple Result

We can now run the model by pressing F5. After the simulation completes, right-click on the Function element and then left-click on Time History Result… in the context menu to view a time history plot of the result:

A close up of a map

Description automatically generated

   Note: Your result plot may look different, since this represents one random realization of the system.

What are we looking at here? This is actually the status of the Component over the course of the simulation.  0 indicates that the component is operating, and 2 indicates that the component has failed due to unmet Internal Requirements (in this case, the occurrence of the Simple Poisson failure mode).

Before thinking about this result plot further, it’s important to first discuss how GoldSim moves the simulation through time.  GoldSim "updates" the model as follows:

1.  The model is updated (all the elements in the model are recalculated) at the timesteps specified by the user.  In this case, this means that element values are recalculated at 0 years, 1 year, 2 years, 3 years, 4 years and 5 years (as we have five timesteps).  Values for time history plots are recorded at these user specified timesteps. 

2.  GoldSim also updates the model upon the occurrence of certain kinds of "events".  The failure of a reliability element is such an event.  Hence, in this case, if the Component failed at 1.57 years, GoldSim would insert a new timestep at this point and update the model.

Note, however, that although the elements in the model are updated when such an event occurred, values for time history plots are only recorded at the user specified timesteps (in this case, 0, 1, 2, 3 ,4 and 5 years).

Given this information, we now know that the result shown above indicates that in this particular random realization (again, yours may be different), the Component failed sometime between 1 and 2 years. In the next step, we will determine exactly when the Component failed.

Related Topics…