rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Functions
injector_model.cpp File Reference

Functions

constexpr float convertToGramsPerSecond (float ccPerMinute)
 

Function Documentation

◆ convertToGramsPerSecond()

constexpr float convertToGramsPerSecond ( float  ccPerMinute)
constexpr

Definition at line 22 of file injector_model.cpp.

22 {
23 return ccPerMinute * (fuelDensity / 60.f);
24}
constexpr float fuelDensity

Referenced by InjectorModelWithConfig::getBaseFlowRate().

Here is the caller graph for this function:

Go to the source code of this file.