Export Cabling System Installation#
For detailed methodology, please see the Export Cable Installation methodology documentation
- class ORBIT.phases.install.ExportCableInstallation(config, weather=None, **kwargs)[source]#
Export Cable Installation Phase.
- phase = 'Export Cable Installation'#
- capex_category = 'Export System'#
- expected_config = {'export_cable_bury_vessel': 'str | dict (optional)', 'export_cable_install_vessel': 'str | dict', 'export_cable_trench_vessel': 'str (optional)', 'export_system': {'cable': {'cable_type': "str(optional, default: 'HVAC')", 'landfall': {'interconnection_distance': 'km (optional); default: 3km', 'trench_length': 'km (optional)'}, 'linear_density': 't/km', 'number': 'int (optional)', 'sections': [('length, km', 'speed, km/h (optional)')]}, 'interconnection_distance': 'km (optional)', 'interconnection_voltage': 'kV (optional); default: 345kV', 'onshore_construction_cost': '$, (optional)', 'onshore_construction_time': 'h, (optional)', 'system_cost': 'USD'}, 'landfall': {'trench_length': 'km (optional)'}, 'plant': {'capacity': 'MW'}, 'site': {'distance': 'km'}}#
- setup_simulation(**kwargs)[source]#
Setup method for the ExportCableInstallation phase. - Extracts key inputs - Performs onshore infrastructure construction - Routes to specific setup scripts based on configured strategy.
- property system_capex#
Returns total procurement cost of the array system.
- onshore_construction(**kwargs)[source]#
Performs onshore construction prior to the installation of the export cable system.
- Parameters:
construction_time (int | float) -- Amount of time onshore construction takes. Default: 0h
construction_rate (int | float) -- Day rate of onshore construction. Default: 50000 USD/day
- calculate_onshore_transmission_cost(**kwargs)[source]#
Calculates the cost of onshore transmission costs. From legacy OffshoreBOS model.
- property detailed_output#
Detailed outputs of the export system installation.
- _abc_impl = <_abc._abc_data object>#