onstove.LPG.infrastructure_cost#

LPG.infrastructure_cost(model: onstove.OnStove)[source]#

Calculates cost of cylinders for first-time LPG users. It is assumed that the cylinder contains 12.5 kg of LPG. The function calls infrastructure_salvage. The function does not return anything but saves the infrastructure cost (cylinder cost) in the discounted_infra_cost attribute of the LPG technology class.

The function uses the cylinder_cost attribute of the model.

Parameters:
model: OnStove model

Instance of the OnStove model containing the main data of the study case. See onstove.OnStove.