GoldSim as a simulation language Jin UI YIm Inseok OH Jung Hoon Yang.

18
GoldSim as a simulation language Jin UI YIm Inseok OH Jung Hoon Yang
  • date post

    19-Dec-2015
  • Category

    Documents

  • view

    221
  • download

    1

Transcript of GoldSim as a simulation language Jin UI YIm Inseok OH Jung Hoon Yang.

Page 1: GoldSim as a simulation language Jin UI YIm Inseok OH Jung Hoon Yang.

GoldSim as a simulation language

Jin UI YImInseok OH

Jung Hoon Yang

Page 2: GoldSim as a simulation language Jin UI YIm Inseok OH Jung Hoon Yang.

Goals

Look around general meaning of simulation

Investigate GoldSim with specific things for simulation For dynamic simulation Well-prepared Mathematics Well-prepared I/O tools and analyzing

tools

Page 3: GoldSim as a simulation language Jin UI YIm Inseok OH Jung Hoon Yang.

What is the simulation

The simulation is the process of simulation something or the result of simulating it.

More especially, real or virtual of dynamic system models are researched by computing technologies.

Page 4: GoldSim as a simulation language Jin UI YIm Inseok OH Jung Hoon Yang.

Simulation Members

static simulation Dynamic simulation Probabilistic simulation Using the simulation

GPSS SIMSCRIPT CSMP

Page 5: GoldSim as a simulation language Jin UI YIm Inseok OH Jung Hoon Yang.

Focus on the simulation area-Familiar Environment

The GoldSim is a well-prepared program language with high-graphical environment on the programming language such as GUI(Graphic user interface).

Page 6: GoldSim as a simulation language Jin UI YIm Inseok OH Jung Hoon Yang.

Focus on the simulation area-Well-prepared Mathematics

Current Value = initial value + (rate of Addition - Rate of withdrawal) dt

Page 7: GoldSim as a simulation language Jin UI YIm Inseok OH Jung Hoon Yang.

Focus on the simulation area-Well-prepared Mathematics

class current value(){ static private double initial value; static private double addition value;public double ponds(){

return calculate daily ponds amount with conditions.}public double withdrawal value(){

return withdrawal = previous ponds amount * leakage percentage;}public double current value{

...

...

...}

Page 8: GoldSim as a simulation language Jin UI YIm Inseok OH Jung Hoon Yang.

Focus on the simulation area-Well-prepared Mathematics

You will be needed to more method, values, and reclusive sentences.But, we can make this calculation with GoldSim very easily

Page 9: GoldSim as a simulation language Jin UI YIm Inseok OH Jung Hoon Yang.

Focus on the simulation area- Easy to analysis

The time is most important value in Dynamic simulation and the purpose of simulation is a forecast to the result. The many charts which consist of graphics can make easy to analysis

Page 10: GoldSim as a simulation language Jin UI YIm Inseok OH Jung Hoon Yang.

Mathematics specialist Gold sim Bolts for mathematical simulation

Page 11: GoldSim as a simulation language Jin UI YIm Inseok OH Jung Hoon Yang.

Mathematics specialist Gold sim Bolts for mathematical simulation

x² + y² = 1 X=cosθ, y=sinθ

x² - y² = 1 (x,y)= (cosh u, sinh u)

Page 12: GoldSim as a simulation language Jin UI YIm Inseok OH Jung Hoon Yang.

Mathematics specialist Gold sim Bolts for mathematical simulation

Page 13: GoldSim as a simulation language Jin UI YIm Inseok OH Jung Hoon Yang.

Mathematics specialist GoldSim Bolts for mathematical simulation

Page 14: GoldSim as a simulation language Jin UI YIm Inseok OH Jung Hoon Yang.

Mathematics specialist Gold sim Nuts for helping the bolts The GoldSim also has special functions for helping general mathematics functionse.g. Financial functions and constants

Page 15: GoldSim as a simulation language Jin UI YIm Inseok OH Jung Hoon Yang.

Displaying Results in GoldSim

GoldSim shows simulation results in a variety of ways.Result Types : Time History Results

Distribution Results Multi-Variate ResultsArray Results

GoldSim supports exporting results.Exporting Forms : Text file, MS-Excel file, Access database file, Image file(BMP,JPEG, etc.)

Page 16: GoldSim as a simulation language Jin UI YIm Inseok OH Jung Hoon Yang.

Displaying Results in GoldSim

Time history results Distribution Results

The values of a particular output as a function of time.

The result of probabilistic simulation.

Page 17: GoldSim as a simulation language Jin UI YIm Inseok OH Jung Hoon Yang.

Displaying Results in GoldSim Multi-Variate results Array Results

Analyzing multi output in graphical form.

Displaying array results such as Vectors and Matrices in chart form.

Page 18: GoldSim as a simulation language Jin UI YIm Inseok OH Jung Hoon Yang.

Suppliers -Exporting results

Presenting simulation model Two kinds of Audience

Decision-maker Analysts

hide detail information easily show the details