Difference between revisions of "ContribDieselFoamInjectorProperties"

From OpenFOAMWiki
Line 15: Line 15:
 
  (
 
  (
 
     {
 
     {
         injectorType          unitInjector;
+
         [[contribDieselFoamInjectorPropertiesInjectorType|injectorType]]         unitInjector;
 +
 +
// injectorType optional:
 +
 
 +
        unitInjectorCoeffs
 +
        {
 +
        }
 +
 
 +
        commonRailInjectorCoeffs
 +
        {
 +
        }
 +
 
 +
        definedInjectorCoeffs
 +
        {
 +
        }
 +
 
 +
        swirlInjectorCoeffs
 +
        {
 +
        }
 +
 
 +
        multiHoleInjectorCoeffs
 +
        {
 +
        }
 +
 
 
     }  
 
     }  
 
  )
 
  )

Revision as of 11:58, 10 December 2008

Back

injectorProperties

FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    object      injectorProperties;
}

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

(
    {
        injectorType          unitInjector;

// injectorType optional:
        unitInjectorCoeffs
        {
        }
        commonRailInjectorCoeffs
        {
        }
        definedInjectorCoeffs
        {
        }
        swirlInjectorCoeffs
        {
        }
        multiHoleInjectorCoeffs
        {
        }
    } 
)