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
Open sidebar
Frederik Zahle
SEAMRotor
Commits
8a3a9090
Commit
8a3a9090
authored
Oct 02, 2015
by
Frederik Zahle
Browse files
changed another varname
parent
06c8cb88
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/SEAMRotor/SEAMRotor.py
View file @
8a3a9090
...
...
@@ -35,7 +35,7 @@ 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'
)
SF
_blade
=
Float
(
iotype
=
'in'
,
desc
=
''
)
safety_factor
_blade
=
Float
(
iotype
=
'in'
,
desc
=
''
)
stress_limit_extreme_blade
=
Float
(
iotype
=
'in'
,
units
=
'MPa'
,
desc
=
'Ultimate strength'
)
stress_limit_fatigue_blade
=
Float
(
iotype
=
'in'
,
units
=
'MPa'
,
desc
=
'Fatigue strength'
)
...
...
src/SEAMRotor/test/test_SEAMRotor.py
View file @
8a3a9090
...
...
@@ -24,7 +24,7 @@ def configure():
top
.
sc_frac_flap
=
0.3
# sparcap fraction of chord flap
top
.
sc_frac_edge
=
0.8
# sparcap fraction of thickness edge
top
.
SF
_blade
=
1.1
#[factor]
top
.
safety_factor
_blade
=
1.1
#[factor]
top
.
stress_limit_extreme_blade
=
200.0
top
.
stress_limit_fatigue_blade
=
27.
...
...
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