{"id":22669876,"url":"https://github.com/astrobarker/heimdall","last_synced_at":"2026-02-22T08:32:56.155Z","repository":{"id":108616371,"uuid":"281541755","full_name":"AstroBarker/heimdall","owner":"AstroBarker","description":"Helpful Eos Investigative Multi-Dimensional thornAdo anaLysis tooL (HEIMDALL)","archived":false,"fork":false,"pushed_at":"2021-05-03T02:02:36.000Z","size":117,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-23T20:02:33.705Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Julia","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AstroBarker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-22T01:19:14.000Z","updated_at":"2021-05-03T02:02:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"16d6e44b-93bd-4140-b086-95172a0c05f4","html_url":"https://github.com/AstroBarker/heimdall","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AstroBarker/heimdall","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AstroBarker%2Fheimdall","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AstroBarker%2Fheimdall/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AstroBarker%2Fheimdall/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AstroBarker%2Fheimdall/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AstroBarker","download_url":"https://codeload.github.com/AstroBarker/heimdall/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AstroBarker%2Fheimdall/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29706923,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-22T05:59:28.568Z","status":"ssl_error","status_checked_at":"2026-02-22T05:58:46.208Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-09T15:41:55.632Z","updated_at":"2026-02-22T08:32:56.124Z","avatar_url":"https://github.com/AstroBarker.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# heimdall\nHelpful Eos Investigative Multi-Dimensional thornAdo anaLysis tooL (HEIMDALL)\n\nComplementary equation of state (EoS) analysis code for [thornado](https://github.com/endeve/thornado) [[1](https://iopscience.iop.org/article/10.1088/1742-6596/1225/1/012014)] [[2](https://trace.tennessee.edu/cgi/viewcontent.cgi?article=3333\u0026context=utk_chanhonoproj)]. \n\n_Heimdall_ contains FORTRAN routines to call _thornado_'s EoS routines. The main purpose is to obtain thermodynamic derivatives as interpolated from the \ntabulated nuclear EoS. These routines are called by a Julia wrapper to construct the derivatives and other quantities such as the eigenvector matrices for \ncharacteristic limiting. \n\n# Setup\n\n_Heimdall_ is built on Julia, so that needs to be [installed](https://julialang.org/downloads/). After that, _heimdall_ just needs \n_thornado_'s environment variables to be set:\n\n* `THORNADO_DIR` - path to this _THORNADO_ directory, e.g. export THORNADO_DIR=${HOME}/path/to/thornado\n* `WEAKLIB_MODELS` - path to weaklib directory \n\n# Useage\n\nAssuming that _thornado_ and _weaklib_ are set up correctly, you should just be able to `make`.\nYou may import Heimdall and the reader with the following:\n```\ninclude(\"ReadThornado.jl\")\ninclude(\"heimdall.jl\")\nusing .Heimdall\n```\nThen you may, for example, import a profile and construct the thermodynamic derivatives:\n```\ndata = load_thornado_single(dataDir, \n    fileNumber=\"000000\", run=\"GravitationalCollapse\");\ndata = cell_average(data, nNodes);\n\ndd = Heimdall.ComputeDerivatives_Pressure(data.uCF_D, data.uCF_E, data.uCF_Ne, ones(nx), ones(nx), ones(nx), Units_Option=true);\n```\n\nComing Soon: A pre-compiled executable to compute derivatives and write to file for exporting.\n\n# TODO:\n* Use [PackageCompiler.jl](https://github.com/JuliaLang/PackageCompiler.jl) to create an executable version.\n* May need a new \"composite type\" for holding data that is unit - aware?\n* Add geometry fields to reader.\n* Write methods for 2D data.\n* Implement Multi-D stuff and things","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastrobarker%2Fheimdall","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fastrobarker%2Fheimdall","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastrobarker%2Fheimdall/lists"}