Skip to content

Commit 41afdbf

Browse files
author
harpolea
committed
paper files
1 parent 7a22194 commit 41afdbf

File tree

2 files changed

+35
-4
lines changed

2 files changed

+35
-4
lines changed

paper/paper.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"@context": "https://raw.githubusercontent.com/mbjones/codemeta/master/codemeta.jsonld",
3+
"@type": "Code",
4+
"author": [
5+
{
6+
"@id": "http://orcid.org/0000-0002-1530-781X",
7+
"@type": "Person",
8+
"email": "alice.harpole@soton.ac.uk",
9+
"name": "Alice Harpole",
10+
"affiliation": "University of Southampton"
11+
},
12+
{
13+
"@id": "http://orcid.org/0000-0003-4805-0309",
14+
"@type": "Person",
15+
"email": "I.Hawke@soton.ac.uk",
16+
"name": "Ian Hawke",
17+
"affiliation": "University of Southampton"
18+
},
19+
],
20+
"identifier": "http://dx.doi.org/10.5281/zenodo.51086",
21+
"codeRepository": "https://github.com/harpolea/r3d2",
22+
"datePublished": "2016-05-06",
23+
"dateModified": "2016-05-06",
24+
"dateCreated": "2016-05-06",
25+
"description": "Relativistic Reactive Riemann problem solver for Deflagrations and Detonations",
26+
"keywords": "hydrodynamics, Riemann problem, relativity, reactions",
27+
"license": "MIT",
28+
"title": "R3D2",
29+
"version": "v1.0"
30+
}

paper/paper.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
22
title: 'R3D2: Relativistic Reactive Riemann problem solver for Deflagrations and Detonations'
33
tags:
4-
- example
5-
- tags
6-
- for the paper
4+
- hydrodynamics
5+
- Riemann problem
6+
- relativity
7+
- reactions
78
authors:
89
- name: Alice Harpole
910
orcid: 0000-0002-1530-781X
@@ -17,7 +18,7 @@
1718

1819
# Summary
1920

20-
This code solves extends standard exact solutions of the relativistic Riemann Problem to include a reaction term. It builds on existing solutions for the inert relativistic Riemann problem, as described by [@Marti2015], and of the non-relativistic reactive Riemann problem, as given by [@Zhang1989].
21+
This code extends standard exact solutions of the relativistic Riemann Problem to include a reaction term. It builds on existing solutions for the inert relativistic Riemann problem, as described by [@Marti2015], and of the non-relativistic reactive Riemann problem, as given by [@Zhang1989].
2122

2223
In Newtonian hydrodynamics, the Riemann problem is one-dimensional: the solution depends only on the normal component of any vector quantities in the initial conditions. However, in relativistic systems, the Lorentz factor introduces a coupling between the normal and tangential components. As found by [@Rezzolla2002], for high enough tangential velocities, the solution will smoothly transition from one wave pattern to another while maintaining the initial states otherwise unmodified. This code allows such transitions to be investigated in both inert and reactive systems.
2324

0 commit comments

Comments
 (0)