Simulation Software for Windows

View 119 business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 1
    wxProdOp

    wxProdOp

    NMR Product Operator Calculator

    The program does nmr product operator calculations for one, two, three and four spins. Receiver phase cycling is possible in conjunction with pulse phase cycling to simulate coherence pathway selection. An extensive manual and help files are included. Currently running under Linux and Windows.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Rand Tree

    Rand Tree

    Random Tree Generator for MatLab

    RandTree is a MatLab based tree simulator program where the algorithm is based on Honda's model. We have used probabilistic generation of branches in order to simulate visually realistic tree structures. This program is designed to generate branching structures with bifurcation branching pattern (sympodial branching). By changing the probabilities and branching angles, you can generate different shapes of trees.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    It is a commandline tool to manipulate .xyz molecule files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Downloads: 0 This Week
    Last Update:
    See Project
  • Level Up Your Cyber Defense with External Threat Management Icon
    Level Up Your Cyber Defense with External Threat Management

    See every risk before it hits. From exposed data to dark web chatter. All in one unified view.

    Move beyond alerts. Gain full visibility, context, and control over your external attack surface to stay ahead of every threat.
    Try for Free
  • 5
    A networks project simulating OSI layers 2, 3 and 4, including here: CSMA/CD, IP, ARP, TCP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Bot simulation main purpose is to help real bot developer to test their bot behaviors thanks to an openGL simulation with collision detection and a scriptable behavior in LUA.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    2D Heat advection C code

    A C Program code to solve for Heat advection in 2D Cartesian grid.

    Type - 2D Grid - Structured Cartesian Case - Heat advection Method - Finite Volume Method Approach - Flux based Accuracy - First order Scheme - Explicit, QUICK Temporal - Unsteady Parallelized - No Inputs: [ Length of domain (LX,LY) Time step - DT Material properties - Conductivity (k or kk) Density - (rho) Heat capacity - (cp) Boundary condition and Initial condition. ] Setup : The left and top boundary is at 100 C and the right and bottom boundary is at 0 C. The flow is along the main diagonal.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    2D Heat convection C code

    A C Program code to solve for Heat convection in 2D Cartesian grid.

    Type - 2D Grid - Structured Cartesian Case - Heat convection Method - Finite Volume Method Approach - Flux based Accuracy - First order Scheme - Explicit, QUICK Temporal - Unsteady Parallelized - No Inputs: [ Length of domain (LX,LY) Time step - DT Material properties - Conductivity (k or kk) Density - (rho) Heat capacity - (cp) Boundary condition and Initial condition. ] Setup : The top and bottom boundaries are heated to 100 C. The left boundary is inlet (Velocity = 1m/s along X direction) and at an Inlet temperature of 30 C and the right boundary is outlet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    2D Structural Analysis

    2D Structural Analysis

    Determine the bending moments, shear forces, axial forces and displace

    2D Structural Analysis in Python by Ritchie Vink A collection examples of 2D Finite Element Analysis (FEA) made with Jupyter Notebook Lab - https://jupyter.org/ To install Jupyter - https://jupyter.org/install ===== App is available on Play Store -> https://play.google.com/store/apps/details?id=com.ulm.struct If you want to download a python editor for your android smartphone follow this link -> https://play.google.com/store/apps/details?id=com.ulm.python
    Downloads: 0 This Week
    Last Update:
    See Project
  • Connect every part of your business to one bank account Icon
    Connect every part of your business to one bank account

    North One is a business banking app that integrates cash flow, payments, and budgeting to turn your North One Account into one Connected Bank Account

    North One is proudly built for small businesses, startups and freelancers across America. Make payments easily, keep tabs on your money and put your finances on autopilot through smart integrations with the tools you’re already using. North One was built to make managing money easy so you can focus on running your business. No more branches. No more lines. No more paperwork. Get complete access to your North One Account from your phone or computer, wherever your business takes you. Create Envelopes for taxes, payroll, rent, and anything else automatically.
    Get started for free.
  • 10

    2d Heat advection Parallelized

    MPI based Parallelized C Program code to solve for 2D heat advection.

    Type - 2D Grid - Structured Cartesian Case - Heat advection Method - Finite Volume Method Approach - Flux based Accuracy - First order Scheme - Explicit, QUICK Temporal - Unsteady Parallelized - MPI (for cluster environment) Inputs: [ Length of domain (LX,LY) Time step - DT Material properties - Conductivity (k or kk) Density - (rho) Heat capacity - (cp) Boundary condition and Initial condition. ] Setup: The left and top edges are heated to 100 C and the right and bottom boundaries are heated to 0 C. The flow is along the main diagonal.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    2d axisymmetric heat diffusion C code

    A C Program code to solve for Heat diffusion in 2D Axi-symmetric grid.

    Type - 2D Grid - Axisymmetric Case - Heat diffusion Method - Finite Volume Method Approach - Flux based Accuracy - First order Scheme - Explicit Temporal - Unsteady Parallelized - No Inputs: [ Length of domain (LR,LZ) Time step - DT Material properties - Conductivity (k or kk) Density - (rho) Heat capacity - (cp) Boundary condition and Initial condition. ] Setup - Periphery heated to 200 C Top to 300 C Bottom to 100 C
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    This program allows user to test the roads to be constructed, on a three dimensional simulation environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    3D Heat advection C code

    A C Program code to solve for Heat advection in 3D Cartesian grid.

    Type - 3D Grid - Structured Cartesian Case - Heat advection Method - Finite Volume Method Approach - Flux based Accuracy - First order Scheme - Explicit, QUICK Temporal - Unsteady Parallelized - No Inputs: [ Length of domain (LX,LY,LZ) Time step - DT Material properties - Conductivity (k or kk) Density - (rho) Heat capacity - (cp) Boundary condition and Initial condition. ] Setup : The left, top and inside plane boundary is at 100 C and the right, bottom and outside plane boundary is at 0 C. The flow is along the main diagonal.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    3D Heat convection C code

    A C Program code to solve for Heat convection in 3D Cartesian grid.

    Type - 3D Grid - Structured Cartesian Case - Heat convection Method - Finite Volume Method Approach - Flux based Accuracy - First order Scheme - Explicit, QUICK Temporal - Unsteady Parallelized - No Inputs: [ Length of domain (LX,LY) Time step - DT Material properties - Conductivity (k or kk) Density - (rho) Heat capacity - (cp) Boundary condition and Initial condition. ] Setup : The top, bottom, front and back boundaries are heated to 100 C. The left boundary is inlet (Velocity = 1m/s along X direction) and at an Inlet temperature of 30 C and the right boundary is outlet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    CFD scientific software. Provides simulation of 3D CFD problem based on Quasi-Gas Dynamics approach with radiation processes token into account. Lots of spectral intervals are considered. Parallel MPI/OpenMP-based implementation is provided.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    The project aim is to create the 3D simulation of robot-arm which moves on three axis. It's based on real robot- dual arm that can solve Rubic Cube. It's gonna be implemented using openGL in Java Applet and will be awesome=)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    This project is a simulation model of the road traffic. The project is developed by students on FRI, University of Zilina, for educational purpose.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    3d Heat conduction C code

    A C Program code to solve for Heat conduction in 3D Cartesian grid.

    Type - 3D Grid - Structured Cartesian Case - Heat Conduction Method - Finite Volume Method Approach - Flux based Accuracy - First order Scheme - Explicit Temporal - Unsteady Parallelized - No Inputs: [ Length of domain (LX,LY,LZ) Time step - DT Material properties - Conductivity (k or kk) Density - (rho) Heat capacity - (cp) Boundary condition and Initial condition. ] Setup : The six boundaries are heated to 100 C, 200 C, 300 C, 400 C, 500 C and 600 C respectively.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    3d axisymmetric heat diffusion C code

    A C Program code to solve for Heat diffusion in 3D Axi-symmetric grid.

    Type - 3D Grid - Axisymmetric Case - Heat diffusion Method - Finite Volume Method Approach - Flux based Accuracy - First order Scheme - Explicit Temporal - Unsteady Parallelized - No Inputs: [ Length of domain (LR,LZ,LH) Time step - DT Material properties - Conductivity (k or kk) Density - (rho) Heat capacity - (cp) Boundary condition and Initial condition. ] Setup - Periphery heated to 500 C Top to 500 C Bottom to 500 C
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    3d heat conduction parallelized

    MPI based Parallelized C Program code to solve for 3D heat conduction.

    Type - 3D Grid - Structured Cartesian Case - Heat conduction Method - Finite Volume Method Approach - Flux based Accuracy - First order Scheme - Explicit Temporal - Unsteady Parallelized - Yes Inputs: [ Length of domain (LX,LY,LZ) Time step - DT Material properties - Conductivity (k or kk) Density - (rho) Heat capacity - (cp) Boundary condition and Initial condition. ] Setup : The six boundaries are heated to 100 C, 200 C, 300 C, 400 C, 500 C, 600 C respectively.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    4-Dimensional Cell Simulator (4DiCeS) is a framework on hybrid (stochastic and deterministic) modeling and simulation of (whole) cell environments in 4D. The framework may incorporate any reaction and diffusion algorithms applicable in a 4D grid layout.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    This windows program is a very basic simulator with an eclectic feature set. It simulates the 3 space dimensions, time, gravity and mass. Fixed length text file lists input points, lines, polygons. Includes 2 star catalogs. Key and mouse controls.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    This is an IDE for 8051 which can be used to write and simulate assembly language program and find out errors if any. The project implements almost all 8051 functions. It visually shows the content of all register and memory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    NanoComp is a simulator of molecule cascades, intended to help design and check logic circuits using this technology.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A-Life CAD is a toolkit providing a graphical interface for designing autonomous agents that can be linked against an AI game engine. Though it focuses on creating boid-like behaviours, it can also be used for physical simulation or swarm optimisation.
    Downloads: 0 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.