Array Cabling System Installation#
For detailed methodology, please see the Array Cabling Installation methodology documentation
- class ORBIT.phases.install.ArrayCableInstallation(config, weather=None, **kwargs)[source]#
Array Cable Installation Phase.
- phase = 'Array Cable Installation'#
- capex_category = 'Array System'#
- expected_config = {'array_cable_bury_vessel': 'str (optional)', 'array_cable_install_vessel': 'str', 'array_cable_trench_vessel': 'str (optional)', 'array_system': {'cables': {'name (variable)': {'cable_sections': [('length, km', 'int', 'speed, km/h (optional)')], 'linear_density': 't/km'}}, 'free_cable_length': "km (optional, default: 'depth')", 'num_strings': 'int (optional, default: 10)', 'system_cost': 'USD'}, 'site': {'depth': 'm', 'distance': 'km'}}#
- property system_capex#
Returns total procurement cost of the array system.
- property detailed_output#
Detailed outputs of the array system installation.
- _abc_impl = <_abc._abc_data object>#