ismulator

Simple model of the thermal structure of the interstellar medium

https://github.com/mikegrudic/ismulator

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.1%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Simple model of the thermal structure of the interstellar medium

Basic Info
  • Host: GitHub
  • Owner: mikegrudic
  • License: mit
  • Language: Python
  • Default Branch: main
  • Homepage: https://www.starforge.space
  • Size: 54.7 KB
Statistics
  • Stars: 3
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 3 years ago · Last pushed over 1 year ago
Metadata Files
Readme License Citation

README.md

ISMulator

Simple model of the thermal structure of the cold interstellar medium

To run the widget, install the streamlit python package and run streamlit run ismulator.py

or visit https://ismulator.streamlit.app/

This was a quick weekend project and should be considered a "toy" model: it uses highly approximate expressions for different cooling and heating processes that do capture their key dimensional scalings, but are not generally as accurate as more-sophisticated treatments. If ISMulator experiments give you a cool idea, I recommend following up with tried-and-true research-grade codes like DESPOTIC or Cloudy to make sure it works out.

Owner

  • Name: Mike Grudić
  • Login: mikegrudic
  • Kind: user
  • Company: Carnegie Observatories

likes to make computers go brrrr to figure out how the universe works

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
  - family-names: Grudić
    given-names: Michael Y.
    orcid: https://orcid.org/0000-0002-1655-5604
title: "ISMulator"
version : 0.1
date-released: 2023-06-18

GitHub Events

Total
Last Year

Dependencies

requirements.txt pypi
  • bokeh <=2.4.3
  • numba ==0.57
  • numpy ==1.24
  • scipy *