-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
42 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,23 @@ | ||
Compute the Chapman-Jouguet detonation speed. At the moment you set | ||
the state in the source directly (`main.f90`) and then build and | ||
execute as: | ||
Compute the Chapman-Jouguet detonation speed. | ||
|
||
The thermodynamic state for the fuel and ash are hardcoded | ||
into main.cpp right now. | ||
|
||
You can set the network and EOS in the `GNUmakefile`. | ||
|
||
At the moment, this seems to work well with the `aprox13` network. | ||
It does not seem as robust with larger nets, so some work needs to | ||
be done there. | ||
|
||
|
||
``` | ||
main.Linux.gfortran.exe inputs | ||
main3d.gnu.ex inputs | ||
``` | ||
|
||
You can set the network and EOS in the `GNUmakefile`. | ||
This will solve for the CJ speed and then try to compute points on | ||
the Hugoniot curve -- it will eventually give an error saying it | ||
doesn't converge. | ||
|
||
The output (`hugoniot.txt`) can then be plotted using the `cj_plot.py` | ||
script. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters