Skip to content

Commit 5d5b2b8

Browse files
authored
Merge pull request #3282 from hkross/bug/outdated_docs
Minor documentation bugs
2 parents 2f4c525 + 117f1c8 commit 5d5b2b8

5 files changed

Lines changed: 2 additions & 3 deletions

File tree

Binary file not shown.
718 Bytes
Binary file not shown.

docs/source/user/aerodyn/examples/NodalOutputs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ END of input file (the word "END" must appear in the first 3 columns of this las
4141
"Clrnc" - Tower clearance at each node (based on the absolute distance to the nearest point in the tower from blade node B#N# minus the local tower radius, in the deflected configuration); please note that this clearance is only approximate because the calculation assumes that the blade is a line with no volume (however, the calculation does use the local tower radius); when blade node B#N# is above the tower top (or below the tower base), the absolute distance to the tower top (or base) minus the local tower radius, in the deflected configuration, is output
4242
"Vx" - Local axial velocity
4343
"Vy" - Local tangential velocity
44-
"GeomPhi" - Geometric phi? If phi was solved using normal BEMT equations, GeomPhi = 1; otherwise, if it was solved geometrically, GeomPhi = 0.
44+
"GeomPhi" - Geometric phi? If phi was solved using normal BEMT equations, GeomPhi = 0; otherwise, if it was solved geometrically, GeomPhi = 1.
4545
"Chi" - Skew angle (used in skewed wake correction) -- not available for OLAF
4646
"UA_Flag" - Flag indicating if UA is turned on for this node. -- not available for OLAF
4747
"CpMin" - Pressure coefficient

docs/source/user/hydrodyn/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ of HydroDyn.
3737
- :download:`Implementation Plan - 2nd-order Forces Within HydroDyn <../../../OtherSupporting/HydroDyn/HydroDyn_2ndOrderForces_Plan.pdf>`
3838
- :download:`Implementation Plan - 2nd-order Wave Kinematics Within HydroDyn <../../../OtherSupporting/HydroDyn/WAVE2_document.pdf>`
3939
- :download:`Plan for Adding Wave Stretching to HydroDyn <../../../OtherSupporting/HydroDyn/HydroDyn_WaveStretching_Plan.docx>`
40-
- :download:`Breaking Wave Modeling Approach for FAST <../../../OtherSupporting/HydroDyn/Breaking_Wave_Modeling_Approach_for_FAST.docx>`
4140

4241

4342
HydroDyn allows for multiple approaches for calculating the hydrodynamic

openfast_io/openfast_io/FAST_vars_out.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9328,7 +9328,7 @@
93289328
AeroDyn_Nodes['Ft'] = False # (N/m); Tangential force (to chord) per unit length at each node - Negative along ya!; airfoil coordinate system
93299329
AeroDyn_Nodes['Gam'] = False # (m^2/s); Gamma -- circulation on blade; about za, airfoil coordinate system
93309330
AeroDyn_Nodes['Clrnc'] = False # (m); Tower clearance at each node (based on the absolute distance to the nearest point in the tower from blade node B#N# minus the local tower radius, in the deflected configuration); please note that this clearance is only approximate because the calculation assumes that the blade is a line with no volume (however, the calculation does use the local tower radius); when blade node B#N# is above the tower top (or below the tower base), the absolute distance to the tower top (or base) minus the local tower radius, in the deflected configuration, is output;
9331-
AeroDyn_Nodes['GeomPhi'] = False # (1/0); Geometric phi? If phi was solved using normal BEMT equations, GeomPhi = 1; otherwise, if it was solved geometrically, GeomPhi = 0.;
9331+
AeroDyn_Nodes['GeomPhi'] = False # (1/0); Geometric phi? If phi was solved using normal BEMT equations, GeomPhi = 0; otherwise, if it was solved geometrically, GeomPhi = 1.;
93329332
AeroDyn_Nodes['Chi'] = False # (deg); Skew angle (used in skewed wake correction);
93339333
AeroDyn_Nodes['UA_Flag'] = False # (-); Flag indicating if UA is turned on for this node.;
93349334
AeroDyn_Nodes['UA_x1'] = False # (rad); time-history of wake vorticity contributing to effective angle of attack;

0 commit comments

Comments
 (0)