Skip to content

Commit

Permalink
Merge commit 'ddb83d0e014e8e629cce91207747d86ce1e71897' into fix_bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarter committed Jan 24, 2023
2 parents 9675cdd + ddb83d0 commit d412e8f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions WISDEM/wisdem/inputs/analysis_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,7 @@ properties:
names: *floatname
diameter:
type: object
default: {}
description: Diameter optimization of member group
properties:
lower_bound: *dbound
Expand All @@ -745,12 +746,14 @@ properties:
default: False
thickness:
type: object
default: {}
description: Thickness optimization of member group
properties:
lower_bound: *tbound
upper_bound: *tbound
ballast:
type: object
default: {}
description: Ballast volume optimization of member group
properties:
lower_bound:
Expand All @@ -764,11 +767,14 @@ properties:
unit: m^3
description: Design variable bound
minimum: 0.0
default: 100000.0
axial_joints:
type: array
description: List of axial joint sets in this member group that are optimized as one
default: []
items:
type: object
default: {}
properties:
names: *floatname
lower_bound:
Expand All @@ -785,14 +791,17 @@ properties:
default: 1.0
stiffeners:
type: object
default: {}
description: Stiffener optimization of member group
properties:
ring:
type: object
default: {}
description: Ring stiffener optimization of member group
properties:
size: # currently not implemented as a DV in gc_PoseOptimization.py
type: object
default: {}
description: Ring stiffener sizing multiplier on T-shape
properties:
min_gain: &mingain
Expand All @@ -807,6 +816,7 @@ properties:
spacing:
type: object
description: Ring stiffener spacing along member axis
default: {}
properties:
lower_bound:
type: number
Expand All @@ -821,16 +831,19 @@ properties:
minimum: 0.0
longitudinal:
type: object
default: {}
description: Longitudinal stiffener optimization of member group
properties:
size: # currently not implemented as a DV in gc_PoseOptimization.py
type: object
default: {}
description: Longitudinal stiffener sizing multiplier on T-shape
properties:
min_gain: *mingain
max_gain: *maxgain
spacing:
type: object
default: {}
description: Longitudinal stiffener spacing around member annulus
properties:
lower_bound:
Expand Down

0 comments on commit d412e8f

Please sign in to comment.