Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions gallery.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
<ul>
<li>
<a href="index.html" class="button special">Home</a>
<a href="pubs.html" class="button special">Publications</a>
<a href="gallery.html" class="button special">Gallery</a>
<a href="help.html" class="button special">Get Help</a>
</li>
</ul>
Expand All @@ -39,16 +41,16 @@

<!-- Main --> <!-- Main -->
<section id="main" class="wrapper">

<div class="container">

<header class="major">
<p>
If you would like to contribute to our gallery,
If you would like to contribute to our gallery,
<a href="mailto:MSDay@lbl.gov?subject=PeleLM Gallery">please contact us</a>.
</p>
</header>

<header class="major">

<h4>Low swirl burner</h4>
Expand All @@ -58,7 +60,7 @@ <h4>Low swirl burner</h4>

<p><span class="image right"><img src="./gallery_images/LSB_throatAndFlame.gif" alt="" /></span>
PeleLM has been used to simulate lean hydrogen and methane flames at the full scale of the laboratory experiments, and the results were probed to explore the details of flame stability and emissions production.</p>

<ul class="unstyled">
<li>M. Day, S. Tachibana, J. Bell, M. Lijewski, V. Beckner and R. Cheng,
<em>"A combined computational and experimental characterization of lean premixed turbulent low swirl laboratory flames. II. Hydrogen flames," Combustion and Flame,</em> <b>162</b>(5), pp. 2148-2165, 2015.
Expand Down
18 changes: 11 additions & 7 deletions help.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,12 @@
<h1><a href="index.html">Pele Suite</a></h1>
<nav id="nav">
<ul>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="overview.html">Overview</a></li>
<li><a href="help.html" class="button special">Get Help</a></li>
<li>
<a href="index.html" class="button special">Home</a>
<a href="pubs.html" class="button special">Publications</a>
<a href="gallery.html" class="button special">Gallery</a>
<a href="help.html" class="button special">Get Help</a>
</li>
</ul>
</nav>
</header>
Expand All @@ -45,15 +48,15 @@ <h1><a href="index.html">Pele Suite</a></h1>
<section class="4u 12u$(small)">
<ul class="unstyled">
<li><h3>Getting Help</h3></li>
<li>To obtain help, simply post an issue in the
<li>To obtain help, simply post an issue in the
<a href="https://github.com/AMReX-Combustion/PeleC">PeleC</a>,
<a href="https://github.com/AMReX-Combustion/PeleLM">PeleLM</a> or
<a href="https://github.com/AMReX-Combustion/PeleLMeX">PeleLMeX</a>
GitHub webpage.
</li>
</ul>
</section>

<section class="4u 12u$(small)">
<ul class="unstyled">
<li><h3>Documentations</h3></li>
Expand All @@ -80,8 +83,9 @@ <h1><a href="index.html">Pele Suite</a></h1>
<a href="https://ccse.lbl.gov/">
Center for Computational Sciences and Engineering</a>
at <a href="http://www.lbl.gov/"> LBNL </a> and is currently lead by the
<a href="https://www.nrel.gov/computational-science/high-performance-algorithms-complex-fluids.html">
High Performance Algorithms and Complex Fluids</a>
High-Performance Algorithms and Complex Fluids group in the
<a href="https://www.nrel.gov/computational-science/">
Computational Science Center</a>
at <a href="https://www.nrel.gov/"> NREL </a>.
</section>
<div class="row">
Expand Down
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,14 @@
</noscript>
</head>
<body class="landing">

<!-- Header -->
<header id="header">
<nav id="nav">
<ul>
<li>
<a href="index.html" class="button special">Home</a>
<a href="pubs.html" class="button special">Publications</a>
<a href="gallery.html" class="button special">Gallery</a>
<a href="help.html" class="button special">Get Help</a>
</li>
Expand Down
Loading