76 std::istringstream iss(newValue);
90 double dimensionedReactionRate = reactionRate * (1
e-3 *
m3 / (
mole *
s));
118 while(iss.eof() ==
false)
255 std::istringstream iss(newValue);
290 && iss.eof() ==
false
309 iss >> rateconst_method;
310 if(rateconst_method ==
"Fix")
316 double dimensionedReactionRate = reactionRate * (1
e-3 *
m3 / (
mole *
s));
339 else if(rateconst_method ==
"Arr")
349 else if(rateconst_method ==
"Pol")
352 std::vector<double>
P = {0, 0, 0, 0, 0};
367 else if(rateconst_method ==
"Scale")
372 double reactionRateCste;
373 iss >> reactionRateCste;
374 double dimensionedReactionRate = reactionRateCste * (1
e-3 *
m3 / (
mole *
s));