Difference between revisions of "ContribDieselFoamInjectorPropertiesMassFlowRateProfile"

From OpenFOAMWiki
(New page: Back The absolute values are not important since they will be recalculated so that the integrated value match the injected mass.)
 
Line 2: Line 2:
  
 
The absolute values are not important since they will be recalculated so that the integrated value match the injected mass.
 
The absolute values are not important since they will be recalculated so that the integrated value match the injected mass.
 +
 +
The start of injection, <math>t_{soi}</math> and end of injection, <math>t_{eoi}</math>, are defined by the first and last entries in the massFlowRateProfile, i.e
 +
 +
(
 +
    (<math>t_{soi}</math>    <math>\dot m_{0}</math>)
 +
        .
 +
        .
 +
        .
 +
    (<math>t_{eoi}</math>    <math>\dot m_{n}</math>)
 +
)

Revision as of 07:05, 11 December 2008

Back

The absolute values are not important since they will be recalculated so that the integrated value match the injected mass.

The start of injection, t_{soi} and end of injection, t_{eoi}, are defined by the first and last entries in the massFlowRateProfile, i.e

(
   (t_{soi}    \dot m_{0})
        .
        .
        .
   (t_{eoi}    \dot m_{n})
)