Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
The Gitlab server is succesfully updated to version 15.1.0
Open sidebar
Frederik Zahle
SEAMRotor
Commits
c36830fe
Commit
c36830fe
authored
Oct 02, 2015
by
Frederik Zahle
Browse files
added descriptions
parent
01633581
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/SEAMRotor/SEAMRotor.py
View file @
c36830fe
...
...
@@ -35,9 +35,9 @@ class SEAMBladeStructure(Component):
sc_frac_flap
=
Float
(
iotype
=
'in'
,
desc
=
'spar cap fraction of chord'
)
sc_frac_edge
=
Float
(
iotype
=
'in'
,
desc
=
'spar cap fraction of thickness'
)
safety_factor_blade
=
Float
(
iotype
=
'in'
,
desc
=
''
)
stress_limit_extreme_blade
=
Float
(
iotype
=
'in'
,
units
=
'MPa'
,
desc
=
'
U
ltimate strength'
)
stress_limit_fatigue_blade
=
Float
(
iotype
=
'in'
,
units
=
'MPa'
,
desc
=
'
F
atigue strength'
)
safety_factor_blade
=
Float
(
iotype
=
'in'
,
desc
=
'
Blade loads safety factor
'
)
stress_limit_extreme_blade
=
Float
(
iotype
=
'in'
,
units
=
'MPa'
,
desc
=
'
Blade u
ltimate strength'
)
stress_limit_fatigue_blade
=
Float
(
iotype
=
'in'
,
units
=
'MPa'
,
desc
=
'
Blade f
atigue strength'
)
AddWeightFactorBlade
=
Float
(
iotype
=
'in'
,
desc
=
'Additional weight factor for blade shell'
)
blade_material_density
=
Float
(
iotype
=
'in'
,
units
=
'kg/m**3'
,
desc
=
'Average density of blade materials'
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment