CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

thermophysicalProperties species definition in hconst multicomponent mixture

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 13, 2017, 06:06
Default thermophysicalProperties species definition in hconst multicomponent mixture
  #1
New Member
 
Levard Quentin
Join Date: Jul 2017
Posts: 2
Rep Power: 0
qlevard is on a distinguished road
Hello,
I would like to simulate liquid combustion with the reactingTwoPhaseEulerFoam solver and for gas combustion product I choose the multiComponentMixture hconst type because i need to modify enthalpy values to manage the combustion enthalpy.
I saw an other post dealing with an other thermo model explaining the correct format but I didn't found the format for the hconst multicomponentmixture model. I get the fatal error : keyword species is undefined in dictionary

Does anybody use this thermophysical model?

Code:
thermoType
{
    type            heRhoThermo;
    mixture         multiComponentMixture;
    transport       const;
    thermo          hConst;
    equationOfState perfectGas;
    specie          specie;
    energy          sensibleInternalEnergy;
}
inertSpecie AIR;

chemistryReader foamChemistryReader;

foamChemistryFile "$FOAM_CASE/constant/reactions.gas";

foamChemistryThermoFile "$FOAM_CASE/constant/thermo.gas";
qlevard is offline   Reply With Quote

Old   March 1, 2018, 06:44
Default
  #2
New Member
 
Join Date: Oct 2014
Posts: 4
Rep Power: 11
Phyonth is on a distinguished road
Hi Levard,

you have to define the species in the thermopyhsicalProperties folder, such as

Quote:
air
{
specie
{
nMoles 1;
molWeight 28.96;
}
thermodynamics
{
Cp 1004.5;
Hf 2.544e+06;
}
transport
{
mu 1.8e-05;
Pr 0.7;
}
}
I think that it does not read from the defined dictionaries.
Phyonth is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
[openSmoke] libOpenSMOKE Tobi OpenFOAM Community Contributions 562 January 25, 2023 09:21
Reading in Species for multicomponent mixture nakul OpenFOAM 14 May 1, 2017 17:52
compile of new combination of property in thermophisicalpropery milad653279 OpenFOAM Running, Solving & CFD 4 April 6, 2017 04:35
Thermophysical properties for bouyantpimplefoam/chtmultiRegionfoam --water (any liq) manuc OpenFOAM Running, Solving & CFD 10 November 16, 2016 07:44
OpenFOAM static build on Cray XT5 asaijo OpenFOAM Installation 9 April 6, 2011 12:21


All times are GMT -4. The time now is 10:37.