Home
last modified time | relevance | path

Searched refs:_speedCurveRotational (Results 1 – 6 of 6) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/utils/emissions/
H A DPHEMCEP.cpp99 _speedCurveRotational.clear(); in PHEMCEP()
108 _speedCurveRotational.push_back(matrixSpeedRotational[i][1]); in PHEMCEP()
191 _speedCurveRotational.clear(); in ~PHEMCEP()
328 _speedCurveRotational[lowerIndex], in GetRotationalCoeffecient()
329 _speedCurveRotational[upperIndex]); in GetRotationalCoeffecient()
H A DPHEMCEP.h315 std::vector<double> _speedCurveRotational; variable
/dports/cad/sumo/sumo-1.2.0/src/foreign/PHEMlight/dll_code/
H A DCEP.cs90 _speedCurveRotational = new List<double>(); in CEP()
100 _speedCurveRotational.Add(matrixSpeedRotational[i][2]); in CEP()
359 protected List<double> _speedCurveRotational; field in PHEMlightdll.CEP
634 _speedCurveRotational[lowerIndex], in GetRotationalCoeffecient()
635 _speedCurveRotational[upperIndex]); in GetRotationalCoeffecient()
803 newCEP._speedCurveRotational = new List<double>(); in AddRangeCeps()
808 …newCEP._speedCurveRotational.Add(cps.Select(p => p.GetRotationalCoeffecient(newCEP._speedPatternRo… in AddRangeCeps()
951 … newCEP._speedCurveRotational = new List<double>(cp1._speedCurveRotational.Select(p => p * d)); in operator *()
/dports/cad/sumo/sumo-1.2.0/src/foreign/PHEMlight/cpp/
H A DCEP.cpp72 _speedCurveRotational = std::vector<double>(); in CEP()
82 _speedCurveRotational.push_back(matrixSpeedRotational[i][2]); in CEP()
364 …werIndex], _speedPatternRotational[upperIndex], _speedCurveRotational[lowerIndex], _speedCurveRota… in GetRotationalCoeffecient()
H A DCEP.h120 std::vector<double> _speedCurveRotational; variable
H A Dconversion.patch56 _speedCurveRotational = std::vector<double>();