|
[Sponsors] |
mixtureDiffusionCoefficients is undefined in dictionary /thermophysicalTransport/lami |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
November 22, 2021, 09:27 |
mixtureDiffusionCoefficients is undefined in dictionary /thermophysicalTransport/lami
|
#1 |
New Member
Sk Hossen Ali
Join Date: Jul 2021
Location: India
Posts: 8
Rep Power: 5 |
Hello Foamer,
I am using reactingFoam solver to solve my 1D premixed system to get its gas phase solution using detailed kinetics. Initially I used unityLewisFourier option in thermophysicalTransport file to check whether everything is correct, the results came out pretty satisfactory. Now I want to solve the problem using the FickianFourier (mixture average diffusivity) option in the thermoPhysicalTransport. When I changed the options from unityLewisFourier to FickianFourier, the thermophysicalTransport file looks like these Code:
FoamFile { format ascii; class dictionary; location "constant"; object thermophysicalTransport; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // laminar { model FickianFourier; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Code:
Selecting thermophysical transport type laminar Selecting laminar thermophysical transport model FickianFourier --> FOAM FATAL IO ERROR: keyword mixtureDiffusionCoefficients is undefined in dictionary "/home/ali/OpenFOAM/ali-9/run/1DreactingMulticomponentFlow/1DreactingMulticomponentFlow100/constant/thermophysicalTransport/laminar" To my understanding, the solver needs mixtureDiffusionCoefficients most probably the all the possible binary coefficients possible with the considered species(I considered 47 species in my reaction file) I dont know how to find out these mixtureDiffusionCoefficients. Can anyone please help me out with these I would be very helpfull to that person. Thanks beforehand. SK Hossen Ali |
|
November 23, 2021, 04:22 |
to convert the chemkin file to openfoam
|
#2 |
New Member
Sk Hossen Ali
Join Date: Jul 2021
Location: India
Posts: 8
Rep Power: 5 |
Dear Foamers,
this is how I convert the chemistry, thermophysical properties and transport file from chemkin format to opemfoam format, Code:
chemkinToFoam \ chemkin/chem.inp chemkin/therm.dat chemkin/transportProperties \ constant/reactions constant/speciesThermo Code:
FoamFile { format ascii; class dictionary; location "chemkin"; object transportProperties; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // ".*" { transport { As 1.512e-06; Ts 120.; } } "H2" { transport { As 6.362e-07; Ts 72.; } } "CO2" { transport { As 1.572e-06; Ts 240.; } } // ************************************************************************* // Code:
AR 0 136.500 3.330 0.000 0.000 0.000 C 0 71.400 3.298 0.000 0.000 0.000 ! * C2 1 97.530 3.621 0.000 1.760 4.000 C2O 1 232.400 3.828 0.000 0.000 1.000 ! * CN2 1 232.400 3.828 0.000 0.000 1.000 ! OIS . . . Code:
chemkinToFoam \ chemkin/chem.inp chemkin/therm.dat chemkin/trans\ constant/reactions constant/speciesThermo Code:
--> FOAM FATAL IO ERROR: "ill defined primitiveEntry starting at keyword 'AR' on line 1 and ending at line 112" file: chemkin/tran.dat at line 112. From function void Foam::primitiveEntry::readEntry(const Foam::dictionary&, Foam::Istream&) in file db/dictionary/primitiveEntry/primitiveEntryIO.C at line 168. FOAM exiting Thanks in advance! |
|
Tags |
diffusion coefficient, diffusion openfoam, mixture averaged, openfoam9, reactingfoam; |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
LEMOS InflowGenerator | r_gordon | OpenFOAM Running, Solving & CFD | 103 | December 18, 2018 01:58 |
OpenFOAM 1.6-ext git installation on Ubuntu 11.10 x64 | Attesz | OpenFOAM Installation | 45 | January 13, 2012 13:38 |
OpenFOAM on MinGW crosscompiler hosted on Linux | allenzhao | OpenFOAM Installation | 127 | January 30, 2009 20:08 |
Problem with rhoSimpleFoam | matteo_gautero | OpenFOAM Running, Solving & CFD | 0 | February 28, 2008 07:51 |
G95 + CGNS | Bruno | Main CFD Forum | 1 | January 30, 2007 01:34 |