Skip to content

Commit

Permalink
Deploying to gh-pages-v2 from @ 02ef782 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
blaisb committed Dec 16, 2024
1 parent 434ea20 commit f2378a9
Show file tree
Hide file tree
Showing 915 changed files with 27,913 additions and 25,503 deletions.
2 changes: 1 addition & 1 deletion documentation/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 7476f41115692688ba25ca437223d1a7
config: c2f9d692a1f7c3e3e478f456111f0952
tags: 645f666f9bcd5a90fca523b33c5a78b7
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ The post-processing subsection allows the calculation of different quantities:
.. code-block:: text
subsection post-processing
set calculate average velocities = true
set initial time = 207
set calculate average velocities = true
set initial time for average velocity = 207
end
In this example, we enable the calculation of average velocities through the parameter ``calculate average velocities`` after a certain time of the simulation. In this case, this time is set to ``207`` as we allow for the flow to reach some stability. The results of the calculated values will be available in the ``.vtu`` files when opened with a visualization software.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,8 @@ It is often desirable to obtain the time-averaged velocity field when simulating
.. code-block:: text
subsection post-processing
set calculate average velocities = true
set initial time = 2
set calculate average velocities = true
set initial time for average velocity = 2
end
Mesh Adaptation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ Post-processing
subsection post-processing
set verbosity = verbose
set calculate average velocities = true
set initial time = 30e-4
set calculate average velocities = true
set initial time for average velocity = 30e-4
# Tracer post-processing
set calculate tracer flow rate = true
Expand Down
13 changes: 10 additions & 3 deletions documentation/_sources/parameters/cfd/post_processing.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,12 @@ This subsection controls the post-processing other than the forces and torque on
set kinetic energy name = kinetic_energy
# Average velocities calculation
set calculate average velocities = false
set initial time = 0.0
set calculate average velocities = false
set initial time for average velocity = 0.0
# Average temperature calculation
set calculate average temperature and heat flux = false
set initial time for average temperature and heat flux = 0.0
# Pressure drop calculation
set calculate pressure drop = false
Expand Down Expand Up @@ -104,7 +108,10 @@ This subsection controls the post-processing other than the forces and torque on


* ``calculate average velocities``: controls if calculation of time-averaged velocities is enabled.
* ``initial time``: initial time used for the average velocities calculations.
* ``initial time for average velocity``: initial time used for the average velocities calculations.

* ``calculate average temperature and heat flux``: controls if calculation of time-averaged temperature and time-averaged heat flux is enabled.
* ``initial time for average temperature``: initial time used for the average temperature calculations.

* ``calculate pressure drop``: controls if calculation of the pressure drop from the inlet boundary to the outlet boundary is enabled.
* ``inlet boundary id`` and ``outlet boundary id``: define the IDs for inlet and outlet boundaries, respectively.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -561,8 +561,8 @@ <h3>Flow Control<a class="headerlink" href="#flow-control" title="Link to this h
<h3>Post-processing<a class="headerlink" href="#post-processing" title="Link to this heading">#</a></h3>
<p>The post-processing subsection allows the calculation of different quantities:</p>
<div class="highlight-text notranslate"><div class="highlight"><pre><span></span>subsection post-processing
set calculate average velocities = true
set initial time = 207
set calculate average velocities = true
set initial time for average velocity = 207
end
</pre></div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -673,8 +673,8 @@ <h3>Nitsche Immersed Boundary Parameters<a class="headerlink" href="#nitsche-imm
<h3>Post-processing<a class="headerlink" href="#post-processing" title="Link to this heading">#</a></h3>
<p>It is often desirable to obtain the time-averaged velocity field when simulating a transient flow. This is achieved through the <a class="reference internal" href="../../../parameters/cfd/post_processing.html"><span class="doc">Post-processing</span></a> section. The averaging period is started after the flows start to stabilize and reach their pseudo steady-state. In this case, we assume it happens after <span class="math notranslate nohighlight">\(2~\text{sec}\)</span>. This choice is prone to error, which can be mitigated by increasing the duration of simulations and using a longer averaging interval.</p>
<div class="highlight-text notranslate"><div class="highlight"><pre><span></span>subsection post-processing
set calculate average velocities = true
set initial time = 2
set calculate average velocities = true
set initial time for average velocity = 2
end
</pre></div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -588,8 +588,8 @@ <h4>Post-processing<a class="headerlink" href="#post-processing" title="Link to
<div class="highlight-text notranslate"><div class="highlight"><pre><span></span>subsection post-processing
set verbosity = verbose

set calculate average velocities = true
set initial time = 30e-4
set calculate average velocities = true
set initial time for average velocity = 30e-4

# Tracer post-processing
set calculate tracer flow rate = true
Expand Down
17 changes: 14 additions & 3 deletions documentation/parameters/cfd/post_processing.html
Original file line number Diff line number Diff line change
Expand Up @@ -446,8 +446,12 @@ <h1>Post-processing<a class="headerlink" href="#post-processing" title="Link to
set kinetic energy name = kinetic_energy

# Average velocities calculation
set calculate average velocities = false
set initial time = 0.0
set calculate average velocities = false
set initial time for average velocity = 0.0

# Average temperature calculation
set calculate average temperature and heat flux = false
set initial time for average temperature and heat flux = 0.0

# Pressure drop calculation
set calculate pressure drop = false
Expand Down Expand Up @@ -536,7 +540,14 @@ <h1>Post-processing<a class="headerlink" href="#post-processing" title="Link to
</li>
<li><dl class="simple">
<dt><code class="docutils literal notranslate"><span class="pre">calculate</span> <span class="pre">average</span> <span class="pre">velocities</span></code>: controls if calculation of time-averaged velocities is enabled.</dt><dd><ul class="simple">
<li><p><code class="docutils literal notranslate"><span class="pre">initial</span> <span class="pre">time</span></code>: initial time used for the average velocities calculations.</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">initial</span> <span class="pre">time</span> <span class="pre">for</span> <span class="pre">average</span> <span class="pre">velocity</span></code>: initial time used for the average velocities calculations.</p></li>
</ul>
</dd>
</dl>
</li>
<li><dl class="simple">
<dt><code class="docutils literal notranslate"><span class="pre">calculate</span> <span class="pre">average</span> <span class="pre">temperature</span> <span class="pre">and</span> <span class="pre">heat</span> <span class="pre">flux</span></code>: controls if calculation of time-averaged temperature and time-averaged heat flux is enabled.</dt><dd><ul class="simple">
<li><p><code class="docutils literal notranslate"><span class="pre">initial</span> <span class="pre">time</span> <span class="pre">for</span> <span class="pre">average</span> <span class="pre">temperature</span></code>: initial time used for the average temperature calculations.</p></li>
</ul>
</dd>
</dl>
Expand Down
Loading

0 comments on commit f2378a9

Please sign in to comment.