Difference between revisions of "ContribDieselFoamInjectorProperties"

From OpenFOAMWiki
(New page: Back == injectorProperties == FoamFile { version 2.0; format ascii; class dictionary; object chemistryProperties; } /...)
 
Line 8: Line 8:
 
     format      ascii;
 
     format      ascii;
 
     class      dictionary;
 
     class      dictionary;
     object      chemistryProperties;
+
     object      injectorProperties;
 
  }
 
  }
 
   
 
   

Revision as of 08:10, 10 December 2008

Back

injectorProperties

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

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

(
    {
        injectorType          unitInjector;
    } 
)