Resultaten constructor
const
Resultaten({ - KabelSpec? kabel,
- double doorsnedeMinKortsluit = 0,
- double iGevraagd = 0,
- double tEffectief = 30,
- double fT = 1,
- double fLegging = 1,
- double fBundel = 1,
- double fGrond = 1,
- double fCyclisch = 1,
- double fHarmonisch = 1,
- bool harmonischOpNul = false,
- double iNeutraal = 0,
- double fTotaal = 1,
- int nParallel = 1,
- double iPerKabel = 0,
- double iz0 = 0,
- double iz = 0,
- double margeStroomPct = 0,
- (int, int)? bundelPositieWorst,
- double fHorizontaal = 1,
- double fVerticaal = 1,
- double fBundelRand = 1,
- double izRand = 0,
- double margeStroomPctRand = 0,
- double geleiderTempCWarm = 0,
- double geleiderTempCKoud = 0,
- double deltaUV = 0,
- double deltaUPct = 0,
- bool okSpanning = false,
- double i2rVerliesWPerM = 0,
- double tempStijgingK = 0,
- double geleiderTempC = 0,
- double maxTempC = 70,
- bool okTemp = false,
- double deltaTKortsluitK = 0,
- double eindtempKortsluitC = 0,
- bool? okKortsluit,
- double? maxLengteM,
- double? ikEind,
- bool? okMaxLengte,
- double? zbOhm,
- double? zbNetOhm,
- double? ik3fBronA,
- double? ik1fBronA,
- double? zKabelLusOhm,
- double? ik1fEindA,
- bool voldoet = false,
- List<String> fouten = const [],
- List<String> waarschuwingen = const [],
})
Implementation
const Resultaten({
this.kabel,
this.doorsnedeMinKortsluit = 0,
this.iGevraagd = 0,
this.tEffectief = 30,
this.fT = 1,
this.fLegging = 1,
this.fBundel = 1,
this.fGrond = 1,
this.fCyclisch = 1,
this.fHarmonisch = 1,
this.harmonischOpNul = false,
this.iNeutraal = 0,
this.fTotaal = 1,
this.nParallel = 1,
this.iPerKabel = 0,
this.iz0 = 0,
this.iz = 0,
this.margeStroomPct = 0,
this.bundelPositieWorst,
this.fHorizontaal = 1,
this.fVerticaal = 1,
this.fBundelRand = 1,
this.izRand = 0,
this.margeStroomPctRand = 0,
this.geleiderTempCWarm = 0,
this.geleiderTempCKoud = 0,
this.deltaUV = 0,
this.deltaUPct = 0,
this.okSpanning = false,
this.i2rVerliesWPerM = 0,
this.tempStijgingK = 0,
this.geleiderTempC = 0,
this.maxTempC = 70,
this.okTemp = false,
this.deltaTKortsluitK = 0,
this.eindtempKortsluitC = 0,
this.okKortsluit,
this.maxLengteM,
this.ikEind,
this.okMaxLengte,
this.zbOhm,
this.zbNetOhm,
this.ik3fBronA,
this.ik1fBronA,
this.zKabelLusOhm,
this.ik1fEindA,
this.voldoet = false,
this.fouten = const [],
this.waarschuwingen = const [],
});