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

How can I use absoluteEnthalpy in thermo type in2.2.1

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 15, 2013, 10:02
Default How can I use absoluteEnthalpy in thermo type in2.2.1
  #1
Member
 
赵庆良
Join Date: Aug 2013
Posts: 56
Rep Power: 12
zqlhzx is on a distinguished road
Dear Foamers:

Do some Foamers want to use absoluteEnthalpy in OF2.2.1?
I want use the thermo type as the following:

thermoType
{
type hePsiThermo;
mixture reactingMixture;
transport sutherland;
thermo janaf;
energy absoluteEnthalpy;
equationOfState perfectGas;
specie specie;
}
but class hePsiThermo only have "sensibleEnthalpy" insteadingof "absoluteEnthalpy".In 2.2.1,only when I use heheuPsiThermo,can I use "absoluteEnthalpy".So I have to according to class heheuPsiThermo to add "absoluteEnthalpy" in class hePsiThermo .However,when I run my case,the error showed me that there no change with "Valid psiThermo types ".In other word ,my modifies did not work.the file I modified is "thermophysicalModels/reactionThermo/psiReactionThermos.C"I just add the following code:
makeReactionThermo
(
PsiThermo,
PsiReactionThermo,
hePsiThermo,
reactingMixture,
sutherland,
absoluteEnthalpy,
janafThermo,
perfectGas,
specie;
) and #include "absoluteEntalpy.H" to psiReactionThermos.C.As you know ,it did not work.could you tell me how to modify psiReactionThermos.C to make my difined thermo type :
{
type hePsiThermo;
mixture reactingMixture;
transport sutherland;
thermo janaf;
energy absoluteEnthalpy;
equationOfState perfectGas;
specie specie;
}to be useful?
Or can I build myThermo library that include thermotype what I want to use?Please someone could give some advise!

Please!here is my new thermotype librarymyThermo.zip

Last edited by zqlhzx; September 15, 2013 at 20:18.
zqlhzx is offline   Reply With Quote

Old   September 15, 2013, 20:36
Default
  #2
Member
 
赵庆良
Join Date: Aug 2013
Posts: 56
Rep Power: 12
zqlhzx is on a distinguished road
my owner solver do not solver transport(specise) equation,I have to use absoluteEnthalpy.Are not there Foamer using absoluteEnthalpy in 2.2.1?
zqlhzx is offline   Reply With Quote

Old   September 28, 2013, 05:56
Default
  #3
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,974
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Greetings zqlhzx,

I saw that you've asked this question on several threads and gotten some answers on them:
Since you haven't managed to solve this problem and since I don't have much time this weekend, here's a quote of an answer I wrote some time ago on the first thread:

Quote:
Originally Posted by wyldckat View Post
I've checked the tutorials for ideas... the following command gathers information about the tutorials that are using "absoluteEnthalpy":
Code:
grep -R 'absoluteEnthalpy' $FOAM_TUTORIALS
Only the following ones appeared:
Code:
combustion/engineFoam/kivaTest/constant/thermophysicalProperties:    energy          absoluteEnthalpy;
combustion/XiFoam/ras/moriyoshiHomogeneous/constant/thermophysicalProperties:    energy          absoluteEnthalpy;
combustion/PDRFoam/flamePropagationWithObstacles/constant/thermophysicalProperties:    energy          absoluteEnthalpy;
After checking all other tutorials that use "sensibleEnthalpy", it seems that "absoluteEnthalpy" should be used along with the type "heheuPsiThermo", which seems to be specific to the "reactionThermo" library.

I'm not familiar with the specific details for each, but the tutorials seem to indicate that "sensibleEnthalpy" is the default option...
Although for this logic, it would mean that "absoluteInternalEnergy" is rarely used... there is only one reference to it in the tutorial "combustion/engineFoam/kivaTest".

I can only guess that the specific reasons depends on the chemical formulations behind it all.
I suggest you have a look into the library "reactionThermo" for more ideas. Run the following command to see where the library source code is located:
Code:
echo $FOAM_SRC/thermophysicalModels/reactionThermo
Good luck! Best regards,
Bruno
__________________
wyldckat is offline   Reply With Quote

Old   October 13, 2013, 06:06
Default
  #4
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,974
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Hi zqlhzx,

Attached is your library with a very minor modification, namely in the "Make/options" file.

I ran:
Code:
wclean libso
wmake libso
And it built just fine.

Therefore my questions are as follows:
  1. Have you found the solution?
  2. Can you share a simple test case where you want to use this library?
  3. What is the exact problem?
Best regards,
Bruno
Attached Files
File Type: zip myThermo_minor_fix.zip (2.8 KB, 21 views)
__________________
wyldckat is offline   Reply With Quote

Old   October 15, 2013, 08:46
Default
  #5
Member
 
赵庆良
Join Date: Aug 2013
Posts: 56
Rep Power: 12
zqlhzx is on a distinguished road
Dear wyldckat:
Thank you for your replies!
Quote:
Have you found the solution?
I have not solved my problem untill now.
Quote:
Can you share a simple test case where you want to use this library?
The case I want to use with this library is not in OpenFOAM,and the solver which is linked to the library was developed by my teacher in OpenFOAM2.0.1,Now he asked me to modify the solver to be used in OF2.2.1.The solver uses absoluteEnthalpy in hEqn.
Quote:
What is the exact problem?
The link is my exact problem I writed in word2003:
HTML Code:
 http://pan.baidu.com/share/home?uk=3977527442#category/type=0
Please have a look when you are not busy.Thanks in advance!If there is anything you do not understand my problem I did not explain clearly,please let me know.
zqlhzx is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
interFoam/kOmegaSST tank filling with printStackError/Mules simpomann OpenFOAM Running, Solving & CFD 3 February 17, 2014 17:06
Temperature Issue in OpenFOAM-2.2.0 prasant OpenFOAM 0 March 12, 2013 07:17
Pressure instability with rhoSimpleFoam daniel_mills OpenFOAM Running, Solving & CFD 44 February 17, 2011 17:08
[Other] StarToFoam error Kart OpenFOAM Meshing & Mesh Conversion 1 February 4, 2010 04:38
Problem with compile the setParabolicInlet ivanyao OpenFOAM Running, Solving & CFD 6 September 5, 2008 20:50


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