SlideShare uma empresa Scribd logo
1 de 5
Baixar para ler offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 646
A Comprehensive Outline of the Types of Simulation
Sadayapillai Kameswaran Sachin1
1Student, Department of Production Engineering, National Institute of Technology, Tiruchirappalli, India
-----------------------------------------------------------------------***--------------------------------------------------------------------------
Abstract- Simulation is the process of imitating a real-life model and solving problems associatedwithitwithoutinteracting with
the real-world system. Advantage of simulation is that it can involve difficulties associated with the real system and solve the
complication corresponding to it without interacting with the real model. The biggest drawback of simulation is that it involves
dealing with cumbersome amount of data, requires highly proficient workers to operate the simulation software and the data
output is highly unreliable as it involves lot of uncertainty and randomness. The purpose of this paper is to give a comprehensive
run-through of different types of simulation. The crucial objective is to give a holistic outline of one specific kind of simulation i.e.
Stochastic simulation where uncertainties are involved. The followingpaperintroducesthetypesofsimulation, terminologies used
in monte-carlo and discrete event simulation and finally concludes with a sample problem of monte-carlo simulation.
Keywords: simulation, monte-carlo simulation, randomness, uncertainty, modelling.
1. INTRODUCTION
Fig 1.0 Steps involved in simulation
A simulation is a rough imitation of the operation of a process or system the act of simulating first involves a model to be
developed. This model is a distinct description of the simulated subject, and represents its significant features, such as its
behavior, functions and abstract or physical properties. The model represents the system itself, whereas the simulation
represents its operation over time. Simulation is used in many contexts, such as simulation of technology for performance
optimization, safety engineering, testing, training, education,and videogames. Often, computerexperiments areusedtostudy
simulation models. Simulation is also used with scientific modelling of natural systems or human systems to gain insight into
their functioning as in economics. Simulationcanbeused toshowthe eventual real effectsofalternativeconditions andcourses
of action. Simulation is also used when the real system cannot be engaged, because it may not be accessible, or it may be
dangerous or unacceptable to engage, or it is being designed but not yet built, or it may simply not exist. Important issues in
simulation include the procurement of valid source information about the relevant selection of key characteristics and
behaviors, the use of simplifying approximations and assumptions within the simulation, and fidelity and validity of the
simulation outcomes. Procedures and protocols for model verification and validation are an ongoing field of academic study,
refinement, research and development in simulations technology or practice, particularly in the field of computer simulation.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 647
2. TYPES OF SIMULATION
Fig 2.0 Types of simulation
2.1 Deterministic Simulation
In this type of simulation there are no random variables involved and the simulation uses the objective function and set of
algorithms to arrive at an answer which is a fixed value as there is no randomness involved. Also when time is considered a
parameter then it can be divided in to static simulation where time based average mechanism is used or dynamic simulation
where every performance parameter is measured at every time where an event occurs. Dynamic is further divided in to
continuous and discrete.
2.2 Stochastic Simulation.
2In this type of simulation there are random variables involved and the simulation uses the objective function and set of
algorithms to arrive at an answer and after that randomness is introduced in the system to evaluate the output performance
parameters. It is further divided in to subtypes where random number is either discreteora continuousvalue.Also,whentime
is considered a parameter then it can be divided in to static simulation where time based average mechanism is used or
dynamic simulation where every performance parameter is measured at every time where an event occurs. Static Stochastic
simulation is called monte-carlo simulation where time is static and output parameters arenotmeasuredwith respecttotime.
Discrete simulation in dynamic is called discrete event dynamic simulation where performance indicators are measured
whenever an event occurs. At every event various parameters are calculated and displayed.
3. TERMINOLOGIES USED IN MONTE-CARLO SIMULATION (STATIC-STOCHASTIC).
3.1 Entity
Every entity or an individual in a system is called entity. For eg in a hospital patient is an entity.
3.2 System
All the entities combined and interacting to perform a particular action is called system.
3.3 State variables
They indicate the state of the system for e.g. In a hospital arrival time, service time, waiting time are all state variables which
give an idea on the performance of the system.
3.4 Event
Event changes the state of the system. For e.g. arrival of customer changes state of server from idle to busy.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 648
3.5 Attribute
It is the characteristic of each of the entity in the system. For e.g. amount of food a person can eat is an attribute of the person
etc.
3.6 Activity
Actions performed by the entity in the system.
4. TERMINOLOGIES USED IN DISCRETE EVENT SIMULATION (DYNAMIC STOCHASTIC).
4.1 Simulation clock: A variable giving the current value of simulated time. Unit of time is assumed to be same as unit of input
parameters
4.2 List/set: A collection of associated entities ordered in some logical fashion e.g.Inanoutpatientclinica setmightincludethe
patience waiting for service ordered by severity of disorder or first come first serve
4.3 Event notice: A record of an event to occur at the current or future time along with associated data to execute the event.
4.4 Event List/Future Event List: A list of event notices for future events ordered by time of occurrence
4.5 Activity: A duration of time of specified length which is known when it begins e.g. Arrival, Service time
4.6 Delay: A duration of time of unspecified length which is not known until it ends e.g. waiting time in queue
4.7 Statistical counters: Variables used for storing statistical information about the system performance
4.8 Time advance mechanism: Generally used mechanism is next eventtimeadvancemechanismwherethesimulationclock
is moved to the time when an event is going to take place.
5. EXAMPLE OF MONTE-CARLO SIMULATION WITH A SAMPLE PROBLEM.
Arrival and service follow Poisson and exponential distribution respectively and they have following probabilities as shown
below. The problem asks to find average waiting time per customer.
Arrival random no’s: 87,32,70,14,10,32,50,89,84
Service time random no’s: 15,40,20,70,89,97,46,10
Arrival Probability
Time between arrivals(min) Probability Cumlative probability Random No interval
1 0.25 0.25 01--25
2 0.4 0.65 26--65
3 0.2 0.85 66--85
4 0.15 1 86--00
Table 1.0
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 649
Service time probability
Service time(min) Probability Cumlative probability RandomNo interval
2 0.3 0.3 01--30
3 0.25 0.55 31--55
4 0.25 0.8 56--80
5 0.2 1 81--00
Table 2.0
Customer no Time b/w arrival arrival time Service time Service begins Service ends waiting time
1 4 4 2 4 6 0
2 2 6 3 6 9 0
3 3 9 2 9 11 0
4 1 10 4 11 15 1
5 2 12 5 15 20 3
6 2 14 5 20 25 6
7 4 18 3 25 28 7
8 3 21 2 28 30 7
waiting time 24
Table 3.0
From table 3.0 we see that simulation is performed for an arrival of 8 customers using probability distribution and random
numbers.
Performance parameters
 The waiting time is found to be = 24 minutes.
 Average waiting time/ customer= 24/8 = 3minutes/ customer
 Probability to wait = 5/8= 0.63 as 5 out of 8 customers have to wait in queue.
6. CONCLUSION
In this paper simulation was defined and the different types of simulation were discussed. The stochastic simulation was
focused in depth and one subtype monte-carlo (static-stochastic) was explored in detail along with the terminologies used in
monte-carlo and discrete event simulation. Simulation is a very important aspect of industrial engineering which seeks to
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 650
resolve the difficulties faced by people in the real world by building a simulationmodel ofthereal systemand analyseshowthe
system would perform with or without uncertainty in the real system. One major with simulation is that it involves analyzing
huge chunks of data and data gathered is usually unreliable because of the randomness involved. The futurescopeis toreduce
the amount of data to be analyzed to come to a conclusion about simulation system performance and to reduce the
cumbersomeness of simulation models.
REFERENCES
[1] https://www.techopedia.com/definition/5757/simulation
[2] https://en.wikipedia.org/wiki/Stochastic_simulation
[3] https://en.wikipedia.org/wiki/Deterministic_simulation
[4] https://en.wikipedia.org/wiki/Monte_Carlo_method
[5] https://en.wikipedia.org/wiki/Discrete-event_simulation
[6] C. Rausch, M. Nahangi, C. Haas, W. Liang,” Monte Carlo simulation for tolerance analysis in prefabrication and offsite
construction”, Automation in construction, Vol. 103, July 2019, pp. 300-314.
BIOGRAPHY
Sadayapillai Kameswaran Sachin is an aspiring industrial engineer, who is currently studying
production engineering (4th year Btech) at National institute of technology, Tiruchirappalli, India.
His research interests are unconventional manufacturing processes, supply chain &logistics, lean
manufacturing and industrial engineering.

Mais conteúdo relacionado

Mais procurados

Analysis of selection schemes for solving job shop scheduling problem using g...
Analysis of selection schemes for solving job shop scheduling problem using g...Analysis of selection schemes for solving job shop scheduling problem using g...
Analysis of selection schemes for solving job shop scheduling problem using g...
eSAT Journals
 

Mais procurados (14)

Privacy Preservation using Partition Technique
Privacy Preservation using Partition TechniquePrivacy Preservation using Partition Technique
Privacy Preservation using Partition Technique
 
Unit 1 introduction to simulation
Unit 1 introduction to simulationUnit 1 introduction to simulation
Unit 1 introduction to simulation
 
Software testing effort estimation with cobb douglas function a practical app...
Software testing effort estimation with cobb douglas function a practical app...Software testing effort estimation with cobb douglas function a practical app...
Software testing effort estimation with cobb douglas function a practical app...
 
Simulation
SimulationSimulation
Simulation
 
Design and Implementation of a Multi-Agent System for the Job Shop Scheduling...
Design and Implementation of a Multi-Agent System for the Job Shop Scheduling...Design and Implementation of a Multi-Agent System for the Job Shop Scheduling...
Design and Implementation of a Multi-Agent System for the Job Shop Scheduling...
 
Fmea example very good
Fmea example very goodFmea example very good
Fmea example very good
 
Analysis of selection schemes for solving job shop scheduling problem using g...
Analysis of selection schemes for solving job shop scheduling problem using g...Analysis of selection schemes for solving job shop scheduling problem using g...
Analysis of selection schemes for solving job shop scheduling problem using g...
 
Analysis of selection schemes for solving job shop
Analysis of selection schemes for solving job shopAnalysis of selection schemes for solving job shop
Analysis of selection schemes for solving job shop
 
OR (JNTUK) III Mech Unit 8 simulation
OR (JNTUK) III Mech Unit 8  simulationOR (JNTUK) III Mech Unit 8  simulation
OR (JNTUK) III Mech Unit 8 simulation
 
Simulation Software Performances And Examples
Simulation Software Performances And ExamplesSimulation Software Performances And Examples
Simulation Software Performances And Examples
 
501 183-191
501 183-191501 183-191
501 183-191
 
Outgoing Reliability Assurance of 'End-Units'
Outgoing Reliability Assurance of 'End-Units'Outgoing Reliability Assurance of 'End-Units'
Outgoing Reliability Assurance of 'End-Units'
 
IRJET- A Survey: Quality Control Tool in Auto Parts Industry
IRJET- A Survey: Quality Control Tool in Auto Parts IndustryIRJET- A Survey: Quality Control Tool in Auto Parts Industry
IRJET- A Survey: Quality Control Tool in Auto Parts Industry
 
Modeling & Simulation Lecture Notes
Modeling & Simulation Lecture NotesModeling & Simulation Lecture Notes
Modeling & Simulation Lecture Notes
 

Semelhante a IRJET- A Comprehensive Outline of the Types of Simulation

Modeling & simulation in projects
Modeling & simulation in projectsModeling & simulation in projects
Modeling & simulation in projects
anki009
 
Strategy for Social Media MK Plan by Slidesgo.pptx
Strategy for Social Media MK Plan by Slidesgo.pptxStrategy for Social Media MK Plan by Slidesgo.pptx
Strategy for Social Media MK Plan by Slidesgo.pptx
jshwyi
 

Semelhante a IRJET- A Comprehensive Outline of the Types of Simulation (20)

IRJET- New Simulation Methodology for Dynamic Simulation Modeling of Construc...
IRJET- New Simulation Methodology for Dynamic Simulation Modeling of Construc...IRJET- New Simulation Methodology for Dynamic Simulation Modeling of Construc...
IRJET- New Simulation Methodology for Dynamic Simulation Modeling of Construc...
 
IRJET- Use of Simulation in Different Phases of Manufacturing System Life Cycle
IRJET- Use of Simulation in Different Phases of Manufacturing System Life CycleIRJET- Use of Simulation in Different Phases of Manufacturing System Life Cycle
IRJET- Use of Simulation in Different Phases of Manufacturing System Life Cycle
 
Improving layout and workload of manufacturing system using Delmia Quest simu...
Improving layout and workload of manufacturing system using Delmia Quest simu...Improving layout and workload of manufacturing system using Delmia Quest simu...
Improving layout and workload of manufacturing system using Delmia Quest simu...
 
Simulation & Modelling
Simulation & ModellingSimulation & Modelling
Simulation & Modelling
 
MODELING & SIMULATION.docx
MODELING & SIMULATION.docxMODELING & SIMULATION.docx
MODELING & SIMULATION.docx
 
Introduction to System, Simulation and Model
Introduction to System, Simulation and ModelIntroduction to System, Simulation and Model
Introduction to System, Simulation and Model
 
Modeling & simulation in projects
Modeling & simulation in projectsModeling & simulation in projects
Modeling & simulation in projects
 
A WORKSPACE SIMULATION FOR TAL TR-2 ARTICULATED ROBOT
A WORKSPACE SIMULATION FOR TAL TR-2 ARTICULATED ROBOT A WORKSPACE SIMULATION FOR TAL TR-2 ARTICULATED ROBOT
A WORKSPACE SIMULATION FOR TAL TR-2 ARTICULATED ROBOT
 
Virtual Commissioning of Small to Medium Scale Industry Using the Concepts of...
Virtual Commissioning of Small to Medium Scale Industry Using the Concepts of...Virtual Commissioning of Small to Medium Scale Industry Using the Concepts of...
Virtual Commissioning of Small to Medium Scale Industry Using the Concepts of...
 
Modelling of Training Simulator for Steam Cracker Operators
Modelling of Training Simulator for Steam Cracker OperatorsModelling of Training Simulator for Steam Cracker Operators
Modelling of Training Simulator for Steam Cracker Operators
 
Simulation.pptx
Simulation.pptxSimulation.pptx
Simulation.pptx
 
IRJET- Early Detection of Sensors Failure using IoT
IRJET- Early Detection of Sensors Failure using IoTIRJET- Early Detection of Sensors Failure using IoT
IRJET- Early Detection of Sensors Failure using IoT
 
decision making uncertain environment a queuing theory approach
decision making uncertain environment   a queuing theory approachdecision making uncertain environment   a queuing theory approach
decision making uncertain environment a queuing theory approach
 
A Novel Approach to Derive the Average-Case Behavior of Distributed Embedded ...
A Novel Approach to Derive the Average-Case Behavior of Distributed Embedded ...A Novel Approach to Derive the Average-Case Behavior of Distributed Embedded ...
A Novel Approach to Derive the Average-Case Behavior of Distributed Embedded ...
 
Developing Algorithm for Fault Detection and Classification for DC Motor Usin...
Developing Algorithm for Fault Detection and Classification for DC Motor Usin...Developing Algorithm for Fault Detection and Classification for DC Motor Usin...
Developing Algorithm for Fault Detection and Classification for DC Motor Usin...
 
Unit 6 Simulation.pptx
Unit 6 Simulation.pptxUnit 6 Simulation.pptx
Unit 6 Simulation.pptx
 
Introduction to simulation and modeling
Introduction to simulation and modelingIntroduction to simulation and modeling
Introduction to simulation and modeling
 
SIMULATION
SIMULATIONSIMULATION
SIMULATION
 
Q44098893
Q44098893Q44098893
Q44098893
 
Strategy for Social Media MK Plan by Slidesgo.pptx
Strategy for Social Media MK Plan by Slidesgo.pptxStrategy for Social Media MK Plan by Slidesgo.pptx
Strategy for Social Media MK Plan by Slidesgo.pptx
 

Mais de IRJET Journal

Mais de IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Último

Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
dollysharma2066
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ssuser89054b
 

Último (20)

Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
NFPA 5000 2024 standard .
NFPA 5000 2024 standard                                  .NFPA 5000 2024 standard                                  .
NFPA 5000 2024 standard .
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptx
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 

IRJET- A Comprehensive Outline of the Types of Simulation

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 646 A Comprehensive Outline of the Types of Simulation Sadayapillai Kameswaran Sachin1 1Student, Department of Production Engineering, National Institute of Technology, Tiruchirappalli, India -----------------------------------------------------------------------***-------------------------------------------------------------------------- Abstract- Simulation is the process of imitating a real-life model and solving problems associatedwithitwithoutinteracting with the real-world system. Advantage of simulation is that it can involve difficulties associated with the real system and solve the complication corresponding to it without interacting with the real model. The biggest drawback of simulation is that it involves dealing with cumbersome amount of data, requires highly proficient workers to operate the simulation software and the data output is highly unreliable as it involves lot of uncertainty and randomness. The purpose of this paper is to give a comprehensive run-through of different types of simulation. The crucial objective is to give a holistic outline of one specific kind of simulation i.e. Stochastic simulation where uncertainties are involved. The followingpaperintroducesthetypesofsimulation, terminologies used in monte-carlo and discrete event simulation and finally concludes with a sample problem of monte-carlo simulation. Keywords: simulation, monte-carlo simulation, randomness, uncertainty, modelling. 1. INTRODUCTION Fig 1.0 Steps involved in simulation A simulation is a rough imitation of the operation of a process or system the act of simulating first involves a model to be developed. This model is a distinct description of the simulated subject, and represents its significant features, such as its behavior, functions and abstract or physical properties. The model represents the system itself, whereas the simulation represents its operation over time. Simulation is used in many contexts, such as simulation of technology for performance optimization, safety engineering, testing, training, education,and videogames. Often, computerexperiments areusedtostudy simulation models. Simulation is also used with scientific modelling of natural systems or human systems to gain insight into their functioning as in economics. Simulationcanbeused toshowthe eventual real effectsofalternativeconditions andcourses of action. Simulation is also used when the real system cannot be engaged, because it may not be accessible, or it may be dangerous or unacceptable to engage, or it is being designed but not yet built, or it may simply not exist. Important issues in simulation include the procurement of valid source information about the relevant selection of key characteristics and behaviors, the use of simplifying approximations and assumptions within the simulation, and fidelity and validity of the simulation outcomes. Procedures and protocols for model verification and validation are an ongoing field of academic study, refinement, research and development in simulations technology or practice, particularly in the field of computer simulation.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 647 2. TYPES OF SIMULATION Fig 2.0 Types of simulation 2.1 Deterministic Simulation In this type of simulation there are no random variables involved and the simulation uses the objective function and set of algorithms to arrive at an answer which is a fixed value as there is no randomness involved. Also when time is considered a parameter then it can be divided in to static simulation where time based average mechanism is used or dynamic simulation where every performance parameter is measured at every time where an event occurs. Dynamic is further divided in to continuous and discrete. 2.2 Stochastic Simulation. 2In this type of simulation there are random variables involved and the simulation uses the objective function and set of algorithms to arrive at an answer and after that randomness is introduced in the system to evaluate the output performance parameters. It is further divided in to subtypes where random number is either discreteora continuousvalue.Also,whentime is considered a parameter then it can be divided in to static simulation where time based average mechanism is used or dynamic simulation where every performance parameter is measured at every time where an event occurs. Static Stochastic simulation is called monte-carlo simulation where time is static and output parameters arenotmeasuredwith respecttotime. Discrete simulation in dynamic is called discrete event dynamic simulation where performance indicators are measured whenever an event occurs. At every event various parameters are calculated and displayed. 3. TERMINOLOGIES USED IN MONTE-CARLO SIMULATION (STATIC-STOCHASTIC). 3.1 Entity Every entity or an individual in a system is called entity. For eg in a hospital patient is an entity. 3.2 System All the entities combined and interacting to perform a particular action is called system. 3.3 State variables They indicate the state of the system for e.g. In a hospital arrival time, service time, waiting time are all state variables which give an idea on the performance of the system. 3.4 Event Event changes the state of the system. For e.g. arrival of customer changes state of server from idle to busy.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 648 3.5 Attribute It is the characteristic of each of the entity in the system. For e.g. amount of food a person can eat is an attribute of the person etc. 3.6 Activity Actions performed by the entity in the system. 4. TERMINOLOGIES USED IN DISCRETE EVENT SIMULATION (DYNAMIC STOCHASTIC). 4.1 Simulation clock: A variable giving the current value of simulated time. Unit of time is assumed to be same as unit of input parameters 4.2 List/set: A collection of associated entities ordered in some logical fashion e.g.Inanoutpatientclinica setmightincludethe patience waiting for service ordered by severity of disorder or first come first serve 4.3 Event notice: A record of an event to occur at the current or future time along with associated data to execute the event. 4.4 Event List/Future Event List: A list of event notices for future events ordered by time of occurrence 4.5 Activity: A duration of time of specified length which is known when it begins e.g. Arrival, Service time 4.6 Delay: A duration of time of unspecified length which is not known until it ends e.g. waiting time in queue 4.7 Statistical counters: Variables used for storing statistical information about the system performance 4.8 Time advance mechanism: Generally used mechanism is next eventtimeadvancemechanismwherethesimulationclock is moved to the time when an event is going to take place. 5. EXAMPLE OF MONTE-CARLO SIMULATION WITH A SAMPLE PROBLEM. Arrival and service follow Poisson and exponential distribution respectively and they have following probabilities as shown below. The problem asks to find average waiting time per customer. Arrival random no’s: 87,32,70,14,10,32,50,89,84 Service time random no’s: 15,40,20,70,89,97,46,10 Arrival Probability Time between arrivals(min) Probability Cumlative probability Random No interval 1 0.25 0.25 01--25 2 0.4 0.65 26--65 3 0.2 0.85 66--85 4 0.15 1 86--00 Table 1.0
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 649 Service time probability Service time(min) Probability Cumlative probability RandomNo interval 2 0.3 0.3 01--30 3 0.25 0.55 31--55 4 0.25 0.8 56--80 5 0.2 1 81--00 Table 2.0 Customer no Time b/w arrival arrival time Service time Service begins Service ends waiting time 1 4 4 2 4 6 0 2 2 6 3 6 9 0 3 3 9 2 9 11 0 4 1 10 4 11 15 1 5 2 12 5 15 20 3 6 2 14 5 20 25 6 7 4 18 3 25 28 7 8 3 21 2 28 30 7 waiting time 24 Table 3.0 From table 3.0 we see that simulation is performed for an arrival of 8 customers using probability distribution and random numbers. Performance parameters  The waiting time is found to be = 24 minutes.  Average waiting time/ customer= 24/8 = 3minutes/ customer  Probability to wait = 5/8= 0.63 as 5 out of 8 customers have to wait in queue. 6. CONCLUSION In this paper simulation was defined and the different types of simulation were discussed. The stochastic simulation was focused in depth and one subtype monte-carlo (static-stochastic) was explored in detail along with the terminologies used in monte-carlo and discrete event simulation. Simulation is a very important aspect of industrial engineering which seeks to
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 650 resolve the difficulties faced by people in the real world by building a simulationmodel ofthereal systemand analyseshowthe system would perform with or without uncertainty in the real system. One major with simulation is that it involves analyzing huge chunks of data and data gathered is usually unreliable because of the randomness involved. The futurescopeis toreduce the amount of data to be analyzed to come to a conclusion about simulation system performance and to reduce the cumbersomeness of simulation models. REFERENCES [1] https://www.techopedia.com/definition/5757/simulation [2] https://en.wikipedia.org/wiki/Stochastic_simulation [3] https://en.wikipedia.org/wiki/Deterministic_simulation [4] https://en.wikipedia.org/wiki/Monte_Carlo_method [5] https://en.wikipedia.org/wiki/Discrete-event_simulation [6] C. Rausch, M. Nahangi, C. Haas, W. Liang,” Monte Carlo simulation for tolerance analysis in prefabrication and offsite construction”, Automation in construction, Vol. 103, July 2019, pp. 300-314. BIOGRAPHY Sadayapillai Kameswaran Sachin is an aspiring industrial engineer, who is currently studying production engineering (4th year Btech) at National institute of technology, Tiruchirappalli, India. His research interests are unconventional manufacturing processes, supply chain &logistics, lean manufacturing and industrial engineering.