Closed ArdtK closed 1 month ago
Input from Peter:
KOSWAT_Profile_VZG_update.xlsx
koswat_cost.ini
[KostenVerticaalZanddichtGeotextiel]
c = 0
d = 0
z = 500
f = 0
g = 0
koswat_general.ini
[VerticalePipingOplossing]
Opslagfactor_Grond = Normaal
Opslagfactor_Constructief = Normaal
Opslagfactor_Grondaankoop = Normaal
Binnen_Berm_Breedte_VPS = 10
@peterdgr what is the purpose of the construction factors for the VPS?
Goal Add a new measure for vertical piping solutions.
Actions Peter
What needs to be done: We can assume most of the logic will resemble that of the
piping_wall
, therefore:koswat.dike_reinforcements.input_profile.vertical_piping_solutions
VerticalPipingSolutionProfileCalculation
that inherits from (PipingWallInputProfileCalculation
). Override the necessary internal methods.VerticalPipingSolutionInputProfile
.