Skip to content

Commit

Permalink
Deploying to gh-pages from @ 41f3962 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
mbkuhn committed Dec 16, 2024
1 parent 5734e84 commit 3653791
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
14 changes: 8 additions & 6 deletions _sources/user/inputs_Actuator.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,14 @@ Example for ``FixedWingLine``::

.. input_param:: Actuator.FixedWingLine.fllc_type

**type:** String, optional

This option tells whether to use the original fllc formulation as outlined in
`Martinez-Tossas and Meneveau (2019) <https://doi.org/10.1017/jfm.2018.994>`_
which assumes a constant chord length across blade (`constant_chord`), or
to use a new formulation which accounts for chord variations (`variable_chord`).
**type:** String, optional, default = ``variable_chord``

This option tells whether to use the original fllc formulation outlined in
`Martinez-Tossas and Meneveau (2019) <https://doi.org/10.1017/jfm.2018.994>`_,
which assumes a constant chord length across blade (specified as ``constant_chord``), or
to use a new formulation outlined in `Martinez-Tossas et al. (2023)
<https://www.nrel.gov/docs/fy24osti/85343.pdf>`_, which accounts for chord
variations (specified as ``variable_chord``).

.. input_param:: Actuator.FixedWingLine.fllc_relaxation_factor

Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

11 changes: 6 additions & 5 deletions user/inputs_Actuator.html
Original file line number Diff line number Diff line change
Expand Up @@ -215,11 +215,12 @@ <h2>FixedWingLine<a class="headerlink" href="#fixedwingline" title="Link to this
<dl class="std input_param">
<dt class="sig sig-object std" id="input_param-Actuator.FixedWingLine.fllc_type">
<span class="sig-name descname"><span class="pre">Actuator.FixedWingLine.fllc_type</span></span><a class="headerlink" href="#input_param-Actuator.FixedWingLine.fllc_type" title="Link to this definition"></a></dt>
<dd><p><strong>type:</strong> String, optional</p>
<p>This option tells whether to use the original fllc formulation as outlined in
<a class="reference external" href="https://doi.org/10.1017/jfm.2018.994">Martinez-Tossas and Meneveau (2019)</a>
which assumes a constant chord length across blade (<cite>constant_chord</cite>), or
to use a new formulation which accounts for chord variations (<cite>variable_chord</cite>).</p>
<dd><p><strong>type:</strong> String, optional, default = <code class="docutils literal notranslate"><span class="pre">variable_chord</span></code></p>
<p>This option tells whether to use the original fllc formulation outlined in
<a class="reference external" href="https://doi.org/10.1017/jfm.2018.994">Martinez-Tossas and Meneveau (2019)</a>,
which assumes a constant chord length across blade (specified as <code class="docutils literal notranslate"><span class="pre">constant_chord</span></code>), or
to use a new formulation outlined in <a class="reference external" href="https://www.nrel.gov/docs/fy24osti/85343.pdf">Martinez-Tossas et al. (2023)</a>, which accounts for chord
variations (specified as <code class="docutils literal notranslate"><span class="pre">variable_chord</span></code>).</p>
</dd></dl>

<dl class="std input_param">
Expand Down

0 comments on commit 3653791

Please sign in to comment.