SimpleTowerCan
https://bladednextgen.dnv.com/schema/0.4.1/Components/Tower/TowerCan/SimpleTowerCan.json
A tower can where the physical properties will be calculated from the material properties and the can dimensions.
TowerCanType
: string =SimpleTowerCan
: object (TowerCanModelling)Modelling
CanHeight
: number (m)Material
: stringBaseSection
: object (TowerCanPropertiesByMaterial)TopSection
: object (TowerCanPropertiesByMaterialWhereDifferent)
A type of TowerCan
Properties
Modelling
: object(TowerCanModelling), optionalcoming soon
Parameters controlling the way the can will be modelled by Bladed.
CanHeight
: number (m), optional
The height of the tower can, assuming that it is mounted vertically.
TowerCanType
: string
Defines the specific type of TowerCan model in use. For a SimpleTowerCan
object, this must always be set to a value of SimpleTowerCan
.
Material
: string (CrossReference)
A reference to a material in the tower's material library.
BaseSection
: object(TowerCanPropertiesByMaterial)
The properties at the base of the tower can.
TopSection
: object(TowerCanPropertiesByMaterialWhereDifferent), optional
The properties at the top of the tower can. If this is not defined, it will be assumed that the section is constant for the entire length. If any individual parameter of the TopSection is omitted, then it will be assumed to be the same as in the BaseSection.