ContribDieselFoamInjectorProperties

From OpenFOAMWiki
Revision as of 11:58, 10 December 2008 by Niklas (Talk | contribs)

Back

injectorProperties

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

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

(
    {
        injectorType          unitInjector;

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