Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alecandido/fluiddynamics_exam
Resources for Fluid dynamics PhD exam
https://github.com/alecandido/fluiddynamics_exam
exam phd physics
Last synced: about 1 month ago
JSON representation
Resources for Fluid dynamics PhD exam
- Host: GitHub
- URL: https://github.com/alecandido/fluiddynamics_exam
- Owner: alecandido
- Created: 2022-11-09T13:14:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-15T14:26:21.000Z (about 2 years ago)
- Last Synced: 2024-11-10T22:46:15.897Z (3 months ago)
- Topics: exam, phd, physics
- Language: Shell
- Homepage:
- Size: 91.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fluid dynamics exam
Essentially, simulation powered by
[Phantom SPH](https://phantomsph.bitbucket.io/) and related presentation.## Content
```sh
_runs/ # <- here the generated files and configs for runs
phantom/ # <- submodule with phantom code, from the official repo 'danieljprice/phantom'
test/ # <- scripts to reproduce tutorial from "Running your first calculation"
# https://phantomsph.readthedocs.io/en/latest/running-first-calculation.html
tde-example/ # <- scripts to reproduce tutorial "Setting up stars and tidal disruption events"
# https://phantomsph.readthedocs.io/en/latest/star.html
ds-tau/ # <- scripts to reproduce "Is the gap in the DS Tau disc hiding a planet?"
# https://arxiv.org/abs/2005.04244
```Scripts are collected by folder, descriptions in the respective README files:
- [test](./test)
- [TDE example](./tde-example)
- [DS Tau](./ds-tau), this is the **exam project**## Phantom code
Phantom is included here as a submodule, and it is pinned to latest available
release to date, i.e.
[v2022.0.1](https://github.com/danieljprice/phantom/releases/tag/v2022.0.1).