Skip to content

Commit

Permalink
Merge pull request #9 from pfitsplus/dev
Browse files Browse the repository at this point in the history
Recover sticky nav right-hand sidebar
  • Loading branch information
sabaronett authored Sep 26, 2024
2 parents 6f5aa53 + 3e8a4d4 commit 2ff591f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ main:
- title: "Research"
url: /research/
- title: "Code Comparison"
url: /code-comparison/
url: /research/code-comparison/
- title: "Team"
url: /team/
- title: "Publications"
Expand Down Expand Up @@ -37,4 +37,4 @@ research:
- title: "Code Comparison"
children:
- title: "Streaming Instability"
url: /code-comparison/
url: /research/code-comparison/
8 changes: 4 additions & 4 deletions _pages/code-comparison.md → _research/04-code-comparison.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Code Comparison"
permalink: /code-comparison/
permalink: /research/code-comparison/
---
## Streaming Instability

Expand All @@ -10,8 +10,8 @@ However, the non-trivial differences between numerical techniques (e.g., finite
In an effort to address these issues, we are leading a comprehensive comparison of various multipurpose codes across some of the key models and problems previously studied in investigations into the streaming instability.


### [Problem Set](/assets/docs/pages/comparison/si/SICC_Problem_Set.pdf){:target="_blank"}
We invite users and developers of hydrodynamical codes who wish to participate or contribute to this project to review the Streaming Instability Code Comparison Problem Set ([PDF](/assets/docs/pages/comparison/si/SICC_Problem_Set.pdf){:target="_blank"}).
### [Problem Set](/assets/docs/research/code-comparison/si/SICC_Problem_Set.pdf){:target="_blank"}
We invite users and developers of hydrodynamical codes who wish to participate or contribute to this project to review the Streaming Instability Code Comparison Problem Set ([PDF](/assets/docs/research/code-comparison/si/SICC_Problem_Set.pdf){:target="_blank"}).
As this document continues to be developed, please contact [Stanley A. Baronett](/team/baronett-stanley/) with any questions or feedback that may be helpful toward future revisions.


Expand All @@ -31,7 +31,7 @@ Further details on the structure and contents of submission data can be found in


### Preliminary Figures
![A grid of dust density snapshots at various simulation times and from different codes for Problem BA with an average of one particle per gas grid cell.](/assets/images/pages/comparison/si/BA-np1-512.png)
![A grid of dust density snapshots at various simulation times and from different codes for Problem BA with an average of one particle per gas grid cell.](/assets/images/research/code-comparison/si/BA-np1-512.png)
A series of snapshots of the dust density field from various Lagrangian-dust codes for Problem BA with an average of one particle per gas cell, i.e. $$n_\mathrm{p} = 1$$, at a grid resolution of $$512 \times 512$$ (see Section 2.2.1 of the [Problem Set](#problem-set)).
Increasing from top to bottom, each row corresponds to the simulation time $$t_\mathrm{sim}$$ in units of the local orbital period $$T$$, as labeled along the left margin.
In alphabetical order from left to right, each column corresponds to a different code, as labeled along the top row of snapshots.
Expand Down

0 comments on commit 2ff591f

Please sign in to comment.