|
[Sponsors] |
thermophysicalProperties for molWeight and Chemkin file. |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
January 3, 2019, 02:03 |
thermophysicalProperties for molWeight and Chemkin file.
|
#1 |
Senior Member
Andrew Somorjai
Join Date: May 2013
Posts: 175
Rep Power: 13 |
Right now I have the following thermophysicalProperties file
Code:
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v1806 | | \\ / A nd | Web: www.OpenFOAM.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; location "constant"; object thermophysicalProperties; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // thermoType { type heRhoThermo; mixture pureMixture; transport sutherland; thermo janaf; equationOfState perfectGas; specie specie; energy sensibleEnthalpy; } CHEMKINFile "<case>/chemkin/chem.inp"; CHEMKINThermoFile "<case>/chemkin/therm.dat"; CHEMKINTransportFile "<case>/chemkin/transportProperties"; newFormat yes; inertSpecie Cs; Cs { specie { nMoles 1; molWeight 132.90543; } } Code:
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v1806 | | \\ / A nd | Web: www.OpenFOAM.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; location "constant"; object thermophysicalProperties; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // thermoType { type heRhoThermo; mixture pureMixture; transport sutherland; thermo janaf; equationOfState perfectGas; specie specie; energy sensibleEnthalpy; } newFormat yes; Cs { specie { nMoles 1; molWeight 132.90543; } transport { CHEMKINTransportFile "<case>/chemkin/transportProperties"; } thermo { CHEMKINThermoFile "<case>/chemkin/therm.dat"; } } |
|
Tags |
chemkin thermo, thermophysicalproperties |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
CHEMKIN file not understood by OpenFOAM | kriete | OpenFOAM Programming & Development | 3 | January 13, 2014 10:00 |
chemkin file | yorelchr | FLUENT | 0 | November 21, 2013 05:52 |
Help About Chemkin Surface Mechanism file import | silverra1n | FLUENT | 1 | October 16, 2013 04:32 |
Convert CHEMKIN file (.inp or .dat) to .f suffix for AVL FIRE | amin_u50 | AVL FIRE | 3 | May 3, 2013 05:00 |
Question on CHEMKIN INTERFACE | Rui Yang | Phoenics | 7 | January 30, 2002 05:04 |