commit be3767cbc4de68ec8bb8b527e014da0df10182bc
parent 25b05cc41d8c2bd81ae0c2b3b12a4437fbe55017
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Wed, 6 Jan 2021 16:56:14 +0100
Fix typos of the stardis overview
Complete the acknowledgments of the heatsink animation
Diffstat:
1 file changed, 21 insertions(+), 16 deletions(-)
diff --git a/stardis/stardis.html.in b/stardis/stardis.html.in
@@ -71,14 +71,14 @@ purposes:<p>
<li><b>Sensitivity analysis</b>: the <a href="#green">Green functions</a> of
the system (estimated and stored during an initial Monte-Carlo computation)
- can be reused for subsequent (very fast) post-processing computations.
- This makes it possible to
- explore the sensitivity of any given result to the variations of a boundary
- or initial condition, or internal power source. This technique is only a
- small part of a family of so-called "symbolic" Monte-Carlo algorithms that
- make possible to achieve the same sensitivity analysis, but for any thermal
- parameter (for instance: the conductivity of a given solid, a convective
- exchange coefficient or the emissivity of a solid).</li>
+ can be reused for subsequent (very fast) post-processing computations. This
+ makes possible to explore the sensitivity of any given result to the
+ variations of a boundary or initial condition, or internal power source. This
+ technique is only a small part of a family of so-called "symbolic"
+ Monte-Carlo algorithms that make possible to achieve the same sensitivity
+ analysis, but for any thermal parameter (for instance: the conductivity of a
+ given solid, a convective exchange coefficient or the emissivity of a
+ solid).</li>
</ul>
<p>The Stardis framework is structured around <b>two main components</b>. The
@@ -146,7 +146,7 @@ on the following hypothesis:</p>
</ul>
<p>The remaining of this section describes the main functionalities provided by
-Stardis-Solver upon the aforementonned hypothesis.</p>
+Stardis-Solver upon the aforementioned hypothesis.</p>
<div class="img" style="width: 18em;">
<a href="heatsink_anim.gif"><img src="heatsink_anim_thumb.gif" alt="heatsink"></a>
@@ -158,14 +158,19 @@ Stardis-Solver upon the aforementonned hypothesis.</p>
that begin at the camera will propagate alternately in conductive, convective
and radiative path until a boundary condition or a limit condition is
reached. Acknowledgment to <a
+ href=https://www.imt-mines-albi.fr/fr/lea-penazzi>Léa Penazzi</a> and <a
+ href=https://www.icam.fr/enseignant-chercheur/anne-castelan/>Anne
+ Castelan</a> for the scene geometry (also available in <a
+ href=starter-pack.html>Stardis: Starter Pack</a>) actually used in an
+ upcoming research article, and to <a
href=https://www.imt-mines-albi.fr/fr/eibner-simon>Simon Eibner</a> who
- produced this animation.
+ computed the animation.
</div>
</div>
<h3>Probe computation</h3>
-<p>Stardis-Solvers compute the temperature at any given position (spatial and
+<p>Stardis-Solver computes the temperature at any given position (spatial and
temporal). The main idea is that thermal paths start from this probe position,
and scatter in space while going back in time, until a (spatial) boundary
condition or a (temporal) initial condition is met. In addition to the value of
@@ -208,8 +213,8 @@ contributions.</p>
<h3 id="visu">Thermal path visualization</h3>
<p>Stardis-Solver can store the complete history of a set of thermal paths for
-later visualization. In addition to positions and dates, physics data is stored
-along thermal paths, such as the type heat transfer phenomeon involved locally,
+later visualization. In addition to positions and dates, physical data is stored
+along thermal paths, such as the type of heat transfer phenomenon involved locally,
the accumulated power/flux, etc.</p>
<h2 id="cli">Stardis CLI tools</h2>
@@ -218,13 +223,13 @@ the accumulated power/flux, etc.</p>
<a href="man/man1/stardis.1.html">
stardis</a> and <a
href="man/man1/sgreen.1.html">sgreen</a>,
-to use along with Stardis-Solver. Even if these softwares are intended as
+to use along with Stardis-Solver. Even if these software are intended as
reference implementations, they allow to easily exploit some of the
functionalities of the solver.</p>
<h3 id="stardis-cli">The stardis CLI</h3>
-<p>The main CLI tool of the stardis framework is <b>stardis</b>. It can be seen
+<p>The main CLI tool of the Stardis framework is <b>stardis</b>. It can be seen
as a limited but easy-to-use front-end to the stardis solver. Depending on the
provided command line arguments, it simulates a thermal system described
through a simple text file and geometry files and produces various types of
@@ -330,7 +335,7 @@ procedure is summed up to:</p>
shell.</p>
<pre class="code">
-$ source ~/Stardis-${VERSION}/etc/stardis.profile
+$ source ~/Stardis-${VERSION}/local/etc/stardis.profile
$ stardis -h
</pre>