예제 #1
0
    def configure(self):

        configure_base_finance(self)

        self.replace("fin", fin_cst_component())

        self.connect("fixed_charge_rate", "fin.fixed_charge_rate")
        self.connect("tax_rate", "fin.tax_rate")
        self.connect("offshore", "fin.offshore")
예제 #2
0
    def configure(self):

        configure_base_finance(self)

        self.replace('fin', fin_csm_component())

        self.connect('fixed_charge_rate','fin.fixed_charge_rate')
        self.connect('construction_finance_rate','fin.construction_finance_rate')
        self.connect('tax_rate','fin.tax_rate')
        self.connect('discount_rate','fin.discount_rate')
        self.connect('construction_time','fin.construction_time')
        self.connect('project_lifetime','fin.project_lifetime')

        self.connect('sea_depth','fin.sea_depth')

        self.connect('fin.lcoe','lcoe')
예제 #3
0
 def configure(self):
     
     configure_base_finance(self)
     
     self.replace('fin', BaseFinancialAggregator_Example())
    def configure(self):

        configure_base_finance(self)

        self.replace('fin', BaseFinancialAggregator_Example())