{"id":29785482,"url":"https://github.com/bradyplanden/battphase.jl","last_synced_at":"2025-07-27T17:11:53.916Z","repository":{"id":40522585,"uuid":"484078348","full_name":"BradyPlanden/BattPhase.jl","owner":"BradyPlanden","description":"2D Phase Field Implementation of a Lithium Metal Moving Boundary Anode","archived":false,"fork":false,"pushed_at":"2023-01-30T11:21:31.000Z","size":225595,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-13T20:45:49.706Z","etag":null,"topics":["julia","lithium-ion-batteries","lithium-metal"],"latest_commit_sha":null,"homepage":"","language":"Julia","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BradyPlanden.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}},"created_at":"2022-04-21T14:12:58.000Z","updated_at":"2024-01-23T20:10:45.000Z","dependencies_parsed_at":"2023-02-16T06:45:24.632Z","dependency_job_id":null,"html_url":"https://github.com/BradyPlanden/BattPhase.jl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BradyPlanden/BattPhase.jl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BradyPlanden%2FBattPhase.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BradyPlanden%2FBattPhase.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BradyPlanden%2FBattPhase.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BradyPlanden%2FBattPhase.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BradyPlanden","download_url":"https://codeload.github.com/BradyPlanden/BattPhase.jl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BradyPlanden%2FBattPhase.jl/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267392562,"owners_count":24079919,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["julia","lithium-ion-batteries","lithium-metal"],"created_at":"2025-07-27T17:11:47.576Z","updated_at":"2025-07-27T17:11:53.909Z","avatar_url":"https://github.com/BradyPlanden.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BattPhase.jl\n\n[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://bradyplanden.github.io/LiMetalPhaseFields.jl/stable)\n[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://bradyplanden.github.io/LiMetalPhaseFields.jl/dev)\n[![Build Status](https://github.com/bradyplanden/LiMetalPhaseFields.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/bradyplanden/LiMetalPhaseFields.jl/actions/workflows/CI.yml?query=branch%3Amain)\n[![Coverage](https://codecov.io/gh/bradyplanden/LiMetalPhaseFields.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/bradyplanden/LiMetalPhaseFields.jl)\n\nBattPhase.jl provides a Julia framework for solving 2D lithium-metal phase field problems. This package is presented to support this [publication], please cite it if you use this work.\n\n\u0026nbsp;\n\nInstall (Julia 1.7 and later)\n-----------------------------\n\n```julia\n(v1.7) pkg\u003e add https://github.com/BradyPlanden/BattPhase.jl\n```\n\n(Type `]` to enter package mode.)\n\n\u003c!-- \u0026nbsp;\n## Examples \nRun the semi-circle example via,\n```julia\ninclude(\"examples/Semi-example.jl\")\n```\n--\u003e\n\n\u0026nbsp;\n## Results\nThe following results have been obtained utilising Julia 1.7.2, with `Threads.nthreads() = 1` and Pardiso.jl utilised for LinearAlgebra. Benchmark hardware was a 10980XE with 64Gb of memory. Visual results from the included `GaussSeed.jl` example are shown below,\n\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"examples/gauss_anim_fps15.gif\" width=\"900\" align=\"center\"  /\u003e\n\u003c/p\u003e\n\n\nThe following table includes the median result for 7 benchmark samples up to 320\u003csup\u003e2\u003c/sup\u003e. Results above 320\u003csup\u003e2\u003c/sup\u003e currently include 2 samples with a mean shown. Three significant figures are presented.\n\u0026nbsp;\n## Code Timing - Upwind Scheme\n\n\u003cdiv align=\"center\"\u003e\n  \n|Number of Node Points|Runge-Kutta 3 |Runge-Kutta 3 Approximation|\n|:-:|:-:|:-:|\n| 10\u003csup\u003e2\u003c/sup\u003e  |  5.86 ms | 2.02 ms  |\n|  20\u003csup\u003e2\u003c/sup\u003e | 46.7 ms  | 15.6 ms  |\n|  40\u003csup\u003e2\u003c/sup\u003e|  262 ms | 87.7 ms |\n|  80\u003csup\u003e2\u003c/sup\u003e| 1.58 s | 532 ms|\n|  160\u003csup\u003e2\u003c/sup\u003e |  13.4 s | 4.57 s |\n|  320\u003csup\u003e2\u003c/sup\u003e |  121 s| 41.1 s|\n|  640\u003csup\u003e2\u003c/sup\u003e |  953 s| 315 s|\n  \n\u003c/div\u003e\n\n\n[publication]: https://doi.org/10.1149/1945-7111/ac86a7\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbradyplanden%2Fbattphase.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbradyplanden%2Fbattphase.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbradyplanden%2Fbattphase.jl/lists"}