Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

SimulationResult is the result of running a SEAMCAT simulation. It holds all results that will be saved/loaded if the workspace is saved/loaded with results. It is represented by class: SimulationResult.java.

SEAMCAT shows all results in the 'Simulation Results' tab. It basically lists all the groups available in the SimulationResult class as shown in Figure 308.

The simulation result consists of several SimulationResultGroups. Each group can be seen on the tab 'Simulation Results'. A group is a set of results that logically belongs together. All simulation results are shown after the simulation has completed and can be inspected/saved/loaded in SEAMCAT. The group result holds the relevant results for this group. The result types can be of many different types: double, vector, xy-plot, etc. We will get back to these types in the EPP section. Group results can be found in the source file SimulationResultGroup.java.

  • No labels