Skip to content

Commit 5e506d5

Browse files
authored
Merge pull request #2212 from andrew-platt/b/docs_update
Minor corrections to docs
2 parents 169f401 + 60ef93d commit 5e506d5

File tree

7 files changed

+7
-5
lines changed

7 files changed

+7
-5
lines changed

docs/source/user/api_change.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ Additional ressources:
4949

5050
- A directory with a working example: `here <https://github.com/OpenFAST/r-test/blob/dev/modules/aerodyn/ad_BAR_OLAF/OpenFAST_BAR_00_AeroDyn15.dat>`__
5151

52+
- An example python converter (v3.5.x to 4.x): `here <https://github.com/OpenFAST/openfast_toolbox/blob/dev/openfast_toolbox/converters/examples/Main_AD30_AD40.py>`__
53+
5254

5355
=========================== =========================================================
5456
Old inputs Corresponding new inputs
@@ -58,7 +60,7 @@ Old inputs Corresponding new inputs
5860
`WakeMod=2` ("DBEMT") `Wake_Mod=1` and `DBEMT_Mod={1,2,3}`
5961
`WakeMod=3` ("OLAF") `Wake_Mod=3`
6062
`AFAeroMod=1` `UA_Mod=0` and `AoA34=False`
61-
`AFAeroMod=2` `UA_Mod>0` and `AoA34=False` and `UA_Mod=UAMod`
63+
`AFAeroMod=2` `UA_Mod>0` and `AoA34=True` and `UA_Mod=UAMod`
6264
`FrozenWake=True` `DBEMT_Mod=-1`
6365
`FrozenWake=False` `DBEMT_Mod=0` (quasi-steady) or `DBEMT_Mod>0` (dynamic)
6466
`SkewMod=2` (Glauert) `Skew_Mod=1` and `SkewRedistr_Mod=1`

docs/source/user/beamdyn/appendix.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ outputs are expressed in one of the following three coordinate systems:
5151

5252
.. _bd-output-channel:
5353

54-
.. figure:: figs/bd_output_channel.pdf
54+
.. figure:: figs/bd_output_channel.png
5555
:width: 500px
5656
:align: center
5757

32.2 KB
Loading
94.2 KB
Loading

docs/source/user/beamdyn/figs/n4.png

11.3 KB
Loading

docs/source/user/beamdyn/figs/n8.png

16.2 KB
Loading

docs/source/user/beamdyn/theory.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Coordinate Systems
2323

2424
.. _bd-frame:
2525

26-
.. figure:: figs/bd_frame.pdf
26+
.. figure:: figs/bd_frame.png
2727
:width: 100%
2828
:align: center
2929

@@ -312,15 +312,15 @@ References :cite:`Patera:1984,Ronquist:1987,Sprague:2003,Sprague:2004`.
312312

313313
.. _N4_lsfe:
314314

315-
.. figure:: figs/n4.pdf
315+
.. figure:: figs/n4.png
316316
:width: 47%
317317
:align: center
318318

319319
Representative :math:`p+1` Lagrangian-interpolant shape functions in the element natural coordinates for a fourth-order LSFEs, where nodes are located at the Gauss-Lobatto-Legendre points.
320320

321321
.. _N8_lsfe:
322322

323-
.. figure:: figs/n8.pdf
323+
.. figure:: figs/n8.png
324324
:width: 47%
325325
:align: center
326326

0 commit comments

Comments
 (0)