Difference between revisions of "ContribDieselFoamThermophysicalProperties"

From OpenFOAMWiki
(New page: Back == thermophysicalProperties == FoamFile { version 2.0; format ascii; class dictionary; object thermophysicalProperti...)
 
 
(One intermediate revision by the same user not shown)
Line 12: Line 12:
 
   
 
   
 
  // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
  // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 +
 +
[[contribDieselFoamThermophysicalPropertiesThermoType|thermoType]]          hMixtureThermo<reactingMixture>;
 +
 +
[[contribDieselFoamThermophysicalPropertiesCHEMKINFile|CHEMKINFile]]        "$FOAM_CASE/chemkin/chem.inp";
 +
[[contribDieselFOAMThermophysicalPropertiesCHEMKINThermoFile|CHEMKINThermoFile]]  "~OpenFOAM/thermoData/therm.dat";
 +
 +
[[contribDieselFoamThermophysicalPropertiedInertSpecie|inertSpecie]]        N2;
 +
 +
[[contribDieselFoamThermophysicalPropertiesLiquidComponents|liquidComponents]]
 +
(
 +
    C7H16
 +
);
 +
 +
[[contribDieselFoamThermophysicalPropertiesLiquidProperties|liquidProperties]]
 +
{
 +
    C7H16  C7H16 defaultCoeffs;
 +
}

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;
}