Skip to content

Commit

Permalink
build based on a8400ee
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Jun 14, 2024
1 parent c428682 commit e222e53
Show file tree
Hide file tree
Showing 20 changed files with 126 additions and 107 deletions.
2 changes: 1 addition & 1 deletion dev/.documenter-siteinfo.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documenter":{"julia_version":"1.10.3","generation_timestamp":"2024-05-07T19:49:23","documenter_version":"1.4.1"}}
{"documenter":{"julia_version":"1.10.4","generation_timestamp":"2024-06-14T23:40:00","documenter_version":"1.4.1"}}
2 changes: 1 addition & 1 deletion dev/FramesOfReference/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/OWENS_Dev_Guide/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/VAWTGenUserGuide/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/examples/A_simplyRunningOWENS.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -203,11 +203,11 @@
"file_extension": ".jl",
"mimetype": "application/julia",
"name": "julia",
"version": "1.10.3"
"version": "1.10.4"
},
"kernelspec": {
"name": "julia-1.10",
"display_name": "Julia 1.10.3",
"display_name": "Julia 1.10.4",
"language": "julia"
}
},
Expand Down
2 changes: 1 addition & 1 deletion dev/examples/A_simplyRunningOWENS/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
OWENS.runOWENS(Inp,runpath)</code></pre><pre class="documenter-example-output"><code class="nohighlight hljs ansi">3-element Vector{Float64}:
1.0
2.0
3.0</code></pre><hr/><p><em>This page was generated using <a href="https://github.com/fredrikekre/Literate.jl">Literate.jl</a>.</em></p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../../setup/">« Installation</a><a class="docs-footer-nextpage" href="../B_detailedInputs/">Detailed Inputs »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.4.1 on <span class="colophon-date" title="Tuesday 7 May 2024 19:49">Tuesday 7 May 2024</span>. Using Julia version 1.10.3.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
3.0</code></pre><hr/><p><em>This page was generated using <a href="https://github.com/fredrikekre/Literate.jl">Literate.jl</a>.</em></p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../../setup/">« Installation</a><a class="docs-footer-nextpage" href="../B_detailedInputs/">Detailed Inputs »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.4.1 on <span class="colophon-date" title="Friday 14 June 2024 23:40">Friday 14 June 2024</span>. Using Julia version 1.10.4.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
10 changes: 5 additions & 5 deletions dev/examples/B_detailedInputs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@
"R = Blade_Radius#177.2022*0.3048 #m\n",
"H = Blade_Height#1.02*R*2 #m\n",
"\n",
"shapeY = collect(LinRange(0,H,Nslices+1))\n",
"shapeX = R.*(1.0.-4.0.*(shapeY/H.-.5).^2)#shapeX_spline(shapeY)\n",
"shapeZ = collect(LinRange(0,H,Nslices+1))\n",
"shapeX = R.*(1.0.-4.0.*(shapeZ/H.-.5).^2)#shapeX_spline(shapeZ)\n",
"\n",
"nothing"
],
Expand Down Expand Up @@ -156,7 +156,7 @@
" B,\n",
" H,\n",
" R,\n",
" shapeY,\n",
" shapeZ,\n",
" shapeX,\n",
" ifw,\n",
" WindType,\n",
Expand Down Expand Up @@ -528,11 +528,11 @@
"file_extension": ".jl",
"mimetype": "application/julia",
"name": "julia",
"version": "1.10.3"
"version": "1.10.4"
},
"kernelspec": {
"name": "julia-1.10",
"display_name": "Julia 1.10.3",
"display_name": "Julia 1.10.4",
"language": "julia"
}
},
Expand Down
6 changes: 3 additions & 3 deletions dev/examples/B_detailedInputs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ B = Nbld
R = Blade_Radius#177.2022*0.3048 #m
H = Blade_Height#1.02*R*2 #m

shapeY = collect(LinRange(0,H,Nslices+1))
shapeX = R.*(1.0.-4.0.*(shapeY/H.-.5).^2)#shapeX_spline(shapeY)
shapeZ = collect(LinRange(0,H,Nslices+1))
shapeX = R.*(1.0.-4.0.*(shapeZ/H.-.5).^2)#shapeX_spline(shapeZ)

nothing

Expand All @@ -72,7 +72,7 @@ mass_breakout_blds,mass_breakout_twr,system,assembly,sections,AD15bldNdIdxRng, A
B,
H,
R,
shapeY,
shapeZ,
shapeX,
ifw,
WindType,
Expand Down
8 changes: 4 additions & 4 deletions dev/examples/B_detailedInputs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
R = Blade_Radius#177.2022*0.3048 #m
H = Blade_Height#1.02*R*2 #m

shapeY = collect(LinRange(0,H,Nslices+1))
shapeX = R.*(1.0.-4.0.*(shapeY/H.-.5).^2)#shapeX_spline(shapeY)
shapeZ = collect(LinRange(0,H,Nslices+1))
shapeX = R.*(1.0.-4.0.*(shapeZ/H.-.5).^2)#shapeX_spline(shapeZ)

nothing</code></pre><p>Call the helper function that builds the mesh, calculates the sectional properties, and aligns the sectional properties to the mesh elements,</p><pre><code class="language-julia hljs">mymesh,myel,myort,myjoint,sectionPropsArray,mass_twr, mass_bld,
stiff_twr, stiff_bld,bld_precompinput,
Expand All @@ -67,7 +67,7 @@
B,
H,
R,
shapeY,
shapeZ,
shapeX,
ifw,
WindType,
Expand Down Expand Up @@ -253,4 +253,4 @@
Minimum Safety Factor on tower Surface: 27.658473494832347
At time 0.064s at composite station 6 of 21 at lam 1 of 1
Maximum Damage per hr: 0.10909090909654291
At composite station 7 of 21 at lam 1 of 1</code></pre><hr/><p><em>This page was generated using <a href="https://github.com/fredrikekre/Literate.jl">Literate.jl</a>.</em></p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../A_simplyRunningOWENS/">« Simply Running OWENS</a><a class="docs-footer-nextpage" href="../C_customizablePreprocessing/">Customizable Preprocessing »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.4.1 on <span class="colophon-date" title="Tuesday 7 May 2024 19:49">Tuesday 7 May 2024</span>. Using Julia version 1.10.3.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
At composite station 7 of 21 at lam 1 of 1</code></pre><hr/><p><em>This page was generated using <a href="https://github.com/fredrikekre/Literate.jl">Literate.jl</a>.</em></p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../A_simplyRunningOWENS/">« Simply Running OWENS</a><a class="docs-footer-nextpage" href="../C_customizablePreprocessing/">Customizable Preprocessing »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.4.1 on <span class="colophon-date" title="Friday 14 June 2024 23:40">Friday 14 June 2024</span>. Using Julia version 1.10.4.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
Loading

0 comments on commit e222e53

Please sign in to comment.