SimulationEverywhere-Models / COVID-BIM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

COVID-BIM

To run the app, clone the repository and run "npm install" to get the dependencies

Use your own Autodesk client credentials to run the app inside launch.json.

The csv files are too large to upload on github, If you need to run this project please email Vinu Subashini Rajus at vinu.rajus@carleton.ca

Getting Started

Decide what you want to see

In the index.html, you will need to comment out the script you aren't interested in.

  • boxGeometry.js
    • For running C02 simulation model
    • Requires data/boxGeometry_readData.js for reading CSV
  • mixedGroup.js
    • For running virus particle spread model
    • Requires data/mixedGroup_readData.js for reading CSV

CO2 Simulation Model

<script src="./data/boxGeometry_readData.js"></script> <script src="./js/boxGeometry.js"></script>

Virus Particle Spreader Model

<script src="./data/mixedGroup_readData.js"></script> <script src="./js/mixedGroup.js"></script>

Important Links

Cadmium simulator

CO2 model

Indoor Virus Spread model

About


Languages

Language:JavaScript 81.9%Language:HTML 8.7%Language:Python 5.1%Language:CSS 4.3%