Skip to content

Commit

Permalink
adds AAS research note
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleniemeyer committed Jan 21, 2024
1 parent 1e22ce8 commit 8b55711
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/data/Discoveries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const Discoveries: Discovery[] = [
contribution: "Model reduction methods developed for combustion chemical kinetics can be successfully extended to atmospheric and ocean biogeochemical models.",
detail: "But algorithms need to be adapted to handle the unique characteristics of different systems, such as non-elementary reactions.",
pubs: [ "caaba-mecca", "langmuir-carbonate" ],
tags: [ "model reduction" ],
tags: [ "model reduction", "biogeochemistry", "atmospheric chemistry" ],
},
{
contribution: "Predicting the amount of carbon taken up by the ocean requires accurately capturing the interactins between ocean turbulence and biogeochemistry.",
Expand All @@ -41,14 +41,14 @@ export const Discoveries: Discovery[] = [
{
contribution: "Appropriately chosen integration algorithms can allow GPUs to efficiently integrate stiff chemistry needed in reacting flow simulations.",
detail: "Particular algorithms parallelize more efficiently on GPUs.",
pubs: [ "moderately-stiff-GPU", "stiff-GPU-integrators" ],
pubs: [ "moderately-stiff-GPU", "stiff-GPU-integrators", "aas-integration-methods" ],
tags: ["GPUs", "ODEs", "chemical kinetics", "integrators" ]
},
{
contribution: "Large chemical kinetic models can be automatically reduced using a strategy with multiple reduction stages.",
detail: "We can significantly reduce the size and complexity of detailed kinetic models, but only so far, before removing components introduces unacceptable error.",
pubs: [ "drgepsa", "graph-search", "multicomponent-reduction", "reduced-gasoline-surrogate", "kerosene-reduction", "butanol-skeletal-models" ],
tags: [ "model reduction", "chemical kinetics", "algorithms" ]
tags: [ "model reduction", "chemical kinetics", "reduction algorithms" ]
},
{
contribution: "Electrical arcs in vacuum remelting furnaces can be accurately located using magnetic field sensors paired with a physics-based model.",
Expand Down
14 changes: 13 additions & 1 deletion src/data/Pubs.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
import type Paper from "$lib/models/Paper";
import { null_to_empty } from "svelte/internal";

export const Publications: Paper[] = [
{
id: "aas-integration-methods",
kind: "journal article",
authors: ["Parker Johnson", "Michael Zingale", "Eric T. Johnson", "Alexander Smith", "@ken"],
year: 2023,
title: "A Fully Explicit Integrator for Modeling Astrophysical Reactive Flows",
source: "Research Notes of the AAS",
volume: 7,
issue: 12,
doi: "https://doi.org/10.3847/2515-5172/ad175d",
pages: "282",
contribution: "Shows the Runge-Kutta-Chebyshev method efficiently integrates reactions in astrophysical reactive flows, such as simulations of X-ray bursts."
},
{
id: "bgc-parameter-estimation",
kind: "journal article",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8b55711

Please sign in to comment.