Resultaten constructor

const Resultaten({
  1. KabelSpec? kabel,
  2. double doorsnedeMinKortsluit = 0,
  3. double iGevraagd = 0,
  4. double tEffectief = 30,
  5. double fT = 1,
  6. double fLegging = 1,
  7. double fBundel = 1,
  8. double fGrond = 1,
  9. double fCyclisch = 1,
  10. double fHarmonisch = 1,
  11. bool harmonischOpNul = false,
  12. double iNeutraal = 0,
  13. double fTotaal = 1,
  14. int nParallel = 1,
  15. double iPerKabel = 0,
  16. double iz0 = 0,
  17. double iz = 0,
  18. double margeStroomPct = 0,
  19. (int, int)? bundelPositieWorst,
  20. double fHorizontaal = 1,
  21. double fVerticaal = 1,
  22. double fBundelRand = 1,
  23. double izRand = 0,
  24. double margeStroomPctRand = 0,
  25. double geleiderTempCWarm = 0,
  26. double geleiderTempCKoud = 0,
  27. double deltaUV = 0,
  28. double deltaUPct = 0,
  29. bool okSpanning = false,
  30. double i2rVerliesWPerM = 0,
  31. double tempStijgingK = 0,
  32. double geleiderTempC = 0,
  33. double maxTempC = 70,
  34. bool okTemp = false,
  35. double deltaTKortsluitK = 0,
  36. double eindtempKortsluitC = 0,
  37. bool? okKortsluit,
  38. double? maxLengteM,
  39. double? ikEind,
  40. bool? okMaxLengte,
  41. double? zbOhm,
  42. double? zbNetOhm,
  43. double? ik3fBronA,
  44. double? ik1fBronA,
  45. double? zKabelLusOhm,
  46. double? ik1fEindA,
  47. bool voldoet = false,
  48. List<String> fouten = const [],
  49. 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 [],
});