CYCLUS
Loading...
Searching...
No Matches
facility_cost.cycpp.h File Reference

Go to the source code of this file.

Variables

double capital_cost
 
cyclus::toolkit::FacilityCost cost
 
std::vector< int > cycpp_shape_capital_cost = {0}
 

Variable Documentation

◆ capital_cost

double capital_cost

Definition at line 15 of file facility_cost.cycpp.h.

◆ cost

This includes the required header to add facility costs to archetypes.

One should only need to:

  • '#include "toolkit/facility_cost.cycpp.h"' in the header of the archetype class (as private)
  • '#include "toolkit/facility_cost.h"' in the main include section of the header of the archetype class.

Definition at line 8 of file facility_cost.cycpp.h.

◆ cycpp_shape_capital_cost

std::vector<int> cycpp_shape_capital_cost = {0}

Definition at line 19 of file facility_cost.cycpp.h.