/r/Simulate

Photograph via snooOG

This sub-reddit is dedicated to keeping track of links and sources which describe methods or projects which simulate the physical world or the human mind. All of science is about building models, this is a community focused on sharing and discussing computational implementations of those models.

r/Simulate Mission Statement VIDEO OF STATEMENT

This sub-reddit is dedicated to keeping track of any links, sources, people and illustrations which describe methods or projects that simulate the physical world or the human mind. Simulation describes a broad spectrum of phenomenon translated into a computational approximation; computer simulation is the Church-Turing principle applied to reality.

Simulation encapsulates all of science and history, and requires cutting edge technology; as a species, simulation is of monumental importance for improving our own world and Nick Bostrom is correct, spawning new universes.

Original inspiration for this sub started with an interest in procedural generation applied to 4X gaming. We have an ongoing project which aims to have a Web3D render engine and a modular simulation API framework.

From this point on, we will use /r/Simulate as an interest focused link share, and the below project resources as our simulation & game planning location:


Project Resources:

Our primary network environments, domain site almost ready.

Currently, a group of our members are working on building the

This is the scope overall scope of the project!

/r/Simulate

10,044 Subscribers

1

Help on Sumo

I am trying to use randomTrips, but when trying to use the command, I am given this error:

usage: randomTrips.py [-h] [-c FILE] [-C FILE] [--save-template FILE] -n NETFILE [-a ADDITIONAL]

[--weights-prefix WEIGHTSPREFIX] [-o TRIPFILE] [-r ROUTEFILE] [--vtype-output VTYPEOUT]

[--weights-output-prefix WEIGHTS_OUTPREFIX] [--pedestrians] [--personrides PERSONRIDES]

[--persontrips] [--persontrip.transfer.car-walk CARWALKMODE] [--persontrip.walkfactor FLOAT]

[--persontrip.walk-opposite-factor FLOAT] [--from-stops FROMSTOPS] [--to-stops TOSTOPS]

[--prefix TRIPPREFIX] [-t TRIPATTRS] [--fringe-start-attributes FRINGEATTRS]

[--vehicle-class VEHICLE_CLASS] [--random-departpos] [--random-arrivalpos] [--junction-taz] [-l]

[-L] [--edge-param EDGEPARAM] [--speed-exponent FLOAT] [--fringe-speed-exponent FLOAT]

[--angle ANGLE] [--angle-factor ANGLE_WEIGHT] [--random-factor RANDOMFACTOR]

[--fringe-factor FRINGE_FACTOR] [--fringe-threshold FRINGE_THRESHOLD] [--allow-fringe]

[--allow-fringe.min-length ALLOW_FRINGE_MIN_LENGTH] [--fringe-junctions] [--vclass VCLASS]

[--via-edge-types VIAEDGETYPES] [--allow-roundabouts] [-s SEED] [--random]

[--min-distance FLOAT] [--min-distance.fringe FLOAT] [--max-distance FLOAT] [-i INTERMEDIATE]

[--jtrrouter] [--maxtries MAXTRIES] [--remove-loops]

[--random-routing-factor RANDOMROUTINGFACTOR] [--validate] [-v] [-b BEGIN] [-e END]

[-p FLOAT [FLOAT ...] | --insertion-rate FLOAT [FLOAT ...] | --insertion-density FLOAT

[FLOAT ...]] [--flows FLOWS] [--random-depart] [--binomial N]

randomTrips.py: error: the following arguments are required: -n/--net-file

0 Comments
2024/06/15
09:23 UTC

7

Resources for simulation games, like DF

Hey, I’m about to finish the second year of my CS bachelor, and I am interested in starting a summer project. Games like Rimworld and Dwarf fortress really interest me, games that feel alive, like they could go on without you in a sense. I would love to try my hand at making a very VERY simplified version of DF (as I know how complex it is) with my own spin on it. However I am unsure of where to begin.

I have some experience with C and C++, which I think could do the job along with something like SDL for simple graphics like DF. I would prefer only using C as I am not a big fan of C++. Would this be a good start?

And if anyone has any experience with this genre of gamedev, could you point me in these direction of some useful resources like books or websites. If you have any tips or suggestions i would love to hear them as well!

2 Comments
2024/06/12
01:51 UTC

3

OpenSIMPLY 4.1.0 open source discrete-event simulation software

OpenSIMPLY is free simulation software for modeling in Delphi, Lazarus and Free Pascal.

Free download: opensimply.org

0 Comments
2024/06/05
10:12 UTC

14

An n-body gravity simulation of more than 65,000 particles

8 Comments
2024/05/18
16:00 UTC

6

Series on simulating molecular water with gpu acceleration

Hi! I am making a series on simulating molecular water, using the Julia programming language. My background is that of computational research in micromagnetics, so I thought this molecular dynamics stuff would be a fun new thing to try. I don't have a whole lot of youtube-presenting experience as you can maybe observe, but I hope any of you might enjoy this/find this interesting: https://www.youtube.com/watch?v=FxLs_ifu23U&list=PLiz3ZHIQEYQUqKWSpNreEeHvqUFvsHvo_

1 Comment
2024/05/13
13:53 UTC

30

After more than 6 years of development, my nature simulation game has FINALLY been released!!!

7 Comments
2024/04/03
13:41 UTC

5

Modeling a PLD Setup: Suggestions for (Python-)Libraries or Tools?

Hello Everyone,

im working on a Pulsed Laser Deposition setup. In this setup, a laser shoots (at a variable rate) on a target material (the rectangle shaped object at the bottom), that is then deposited (in some kind of profile, as indicated by the transparent cone) on the material on the opposite side of the target. The material on which i deposit is a tape wound around a cylinder, which is rotating at a variable rate.

In addition, the position of the target can be moved along the cylinders main axis.

The image below was created in Fusion360, to illustrate the system. Now I would like to write a code that simulates my deposition process, to predict how much material was deposited at which point of the tape.

Can someone suggest me some good starting points? Do you know libraries or programs (other programming languages are okay) suitable for this job? While I could try programming the system, I am seeking for a way to visualize the process at the same time to have a visual feedback of my calculations, as the parameters may be changed programatically during runtime.

Best Regards

MrHTSC

A simplified model of the experimental setup.

0 Comments
2024/03/24
14:58 UTC

13

Simulating hundreds of thousands of cells, I want to achieve emergent multicellularity from unicellular creatures using true Darwinian evolution! With this update I've never felt this close to my goal!

4 Comments
2024/03/18
23:13 UTC

4

Best workflow simulation tool

I am trying to decide learning either Simul8 or Simio for conducting a simulation on systems. Which one of these 2 softwares will be the least demanding on my laptop.

Any other alternatives that are easy to learn and translate ideas quicker and get high level data to explore whether certain projects are worth considering for further analysis.

2 Comments
2024/02/17
06:31 UTC

0

Arena simulation report error

Hi everyone. I am receiving this error every time my simulation run is completed and i click to see the results. I am performing 200 number of replication. Would be grateful if anyone could help. thanks

3 Comments
2023/12/11
07:23 UTC

2

Particle simulation - not finding brownian motion for the simplest case

I've created code in python to simulate particles and first the goal was to obtain brownian motion, meaning a plot of mean square displacement versus time gives a straight line. However I'm getting an exponent of 1.07 rather than 1.00. Meaning not straight. It is consistent even when I increase run time, change particle size, space size, velocity. I'm not sure what it could be, because when I look at a visualization of my simulation the particles behave completely normal. Any ideas?

3 Comments
2023/12/01
15:53 UTC

2

Stock levels in Simul8

Does anyone know how to simulate stock levels in Simul8? I'm essentially trying to model the kitchen of a fast food outlet. I want to set a stock level for fries. When this level falls below a certain limit, I want a new activity 'peeling and cutting potatoes' to become active. In this circumstance I also need one member of staff to switch from a floating resource to a dedicated resource for this activity, until the stock level is replenished to a required threshold. Any help would be much appreciated.

0 Comments
2023/11/24
14:34 UTC

0

What is the best tool for simulating blockchain tokenomics interactions?

Tokenomics: how agents behave when faced with incentives and disincentives presented by crypto tokens.

0 Comments
2023/11/06
11:53 UTC

20

Expanding the Water Network with Aqueducts in a Procedurally Generated World and Simulated Economy

5 Comments
2023/10/30
22:35 UTC

3

Simulated 3D Marble Race with AI Narration and Voice.

0 Comments
2023/09/24
13:57 UTC

2

ARENA HELP

Ok so to explain my sim it’s for manufacturing, so multiple entities(parts) come in and all finish at one robot, I figured out how to give them different process times, however I need to order them very specifically in the queue. For example I want this robot to run: part 1, part 1, part 3, part 3, part 1, part 2, part 2. Is there any way for me to order the process in this way?

4 Comments
2023/09/22
15:46 UTC

1

Trouble Downloading Arena

This is on Windows 10. When I attempt to download and install the latest version, I am told that I already have version 6.00.00 installed. This is not the case. I have never used this software before. When it then proceeds to ask me to remove the existing version in order to install the new one, it is unable to do so. The installer can only remove installed items, and because the old version was never actually downloaded, it is unable to do so. All attempts to install get stuck in this loop, including deleting the entire install package and redownloading. Anyone got any ideas of what might be going on?

2 Comments
2023/09/11
19:38 UTC

1

Exploring siml.ai – Any Experiences or Insights?

Hi guys.

I found this project siml.ai on X. As a physics student, I use mostly my MacBook and my iPad, and I need to run simulations for classes and research. They say it’s web-based, so it’s nice for me because I don’t have any powerful GPU and I don’t have much time for setting up cloud computing like AWS. Although I would like to learn more about how it works and if it really works and it’s not just another AI buzz crap. What exactly is this NVIDIA Modulus and if it’s web-based, do they use some cloud computing? If yes and I don’t need to setup any AWS, then it’s nice for me as a user. But still there is a question if it’s really useful in terms of reliable results. I don't know much about this NVIDIA Modulus. I have seen some people in the industry, but also at our university, mostly engineers, use Siemens solvers (Siemens STAR-CCM+), and it has pretty useful and reliable results. Have you tried this siml.ai? I thought about trying the free trial.

0 Comments
2023/09/06
10:54 UTC

16

Nuclear fuel rod worth determination

A nice combination of modeling, simulation, and measurement.

0 Comments
2023/08/19
12:45 UTC

15

High mechanical efficiency scotch yoke engine simulated in particle physics engine

4 Comments
2023/06/11
14:41 UTC

0

Where can I access the full licensed rockwell arena simulation software for free?

2 Comments
2023/06/06
10:55 UTC

4

Mindless entertainment: Simulated marble race

0 Comments
2023/05/29
07:06 UTC

22

Simple semiconductor electron conductance model using MERW: Maximal Entropy Random Walk (available code)

1 Comment
2023/05/28
08:11 UTC

1

SIMIO software model help?

Anyone wants to help me build a model in SIMIO or knows someone who can help me? TIA

1 Comment
2023/05/15
12:04 UTC

6

Need Help in creating a material flow model in SIMIO `- little bit urgent. Any help appreciated

Hey guys, I'm trying to build a Material flow model of a packing shopfloor. I'm doing this in SIMIO software. I want someone to help me build the model . Please help. It's urgent and as part of a bigger project. My intention is throughput analysis. TIA

3 Comments
2023/05/05
09:36 UTC

Back To Top