Difference between revisions of "ContribDieselFoamSprayProperties"

From OpenFOAMWiki
(New page: Back == sprayProperties == 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      sprayProperties;
 
  }
 
  }
 
   
 
   

Revision as of 08:10, 10 December 2008

Back

sprayProperties

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

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

interpolationSchemes
{
    U               cellPointFace;
    rho             cell;
    p               cell;
    T               cell;
}

atomizationModel        off;
includeOscillation      no;
breakupModel            ReitzKHRT;
injectorModel           hollowConeInjector;
evaporationModel        standardEvaporationModel;
heatTransferModel       RanzMarshall;
dragModel               standardDragModel;
wallModel               reflect;