Difference between revisions of "ContribDieselFoamThermophysicalProperties"

From OpenFOAMWiki
 
Line 20: Line 20:
 
  [[contribDieselFoamThermophysicalPropertiedInertSpecie|inertSpecie]]        N2;
 
  [[contribDieselFoamThermophysicalPropertiedInertSpecie|inertSpecie]]        N2;
 
   
 
   
  [[contribDieselFoamThermophysicalPropertiesLiquidCoomponents|liquidComponents]]
+
  [[contribDieselFoamThermophysicalPropertiesLiquidComponents|liquidComponents]]
 
  (
 
  (
 
     C7H16
 
     C7H16

Latest revision as of 08:31, 12 December 2008

Back

thermophysicalProperties

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

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

thermoType          hMixtureThermo<reactingMixture>;

CHEMKINFile         "$FOAM_CASE/chemkin/chem.inp";
CHEMKINThermoFile   "~OpenFOAM/thermoData/therm.dat";

inertSpecie         N2;

liquidComponents
(
    C7H16
);

liquidProperties
{
    C7H16  C7H16 defaultCoeffs;
}