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

dieselFoam: how to implement thermo for liquid/gas continuous phase

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 15, 2009, 14:23
Default dieselFoam: how to implement thermo for liquid/gas continuous phase
  #1
New Member
 
Nat Trask
Join Date: Mar 2009
Location: Providence, RI
Posts: 18
Rep Power: 17
natrask is on a distinguished road
Hello all,

I am currently working on an implementation of dieselFoam for an injector in which liquid water is injected into nitrogen gas. At this point, I do not want to inject any lagrangian particles. How can I set up the thermo so that I can have two continuous phases, one of which being an incompressible liquid and one being a perfect gas? I've tried several approaches, one of which being to use the chemkin tables like so

thermoType hMixtureThermo<reactingMixture>;

CHEMKINFile "$FOAM_CASE/chemkin/chem.inp";
CHEMKINThermoFile "$FOAM_CASE/chemkin/therm.dat";

inertSpecie N2;
liquidComponents
(
H2O
);
liquidProperties
{
H2O H2O defaultCoeffs;
}

This results in very low densities in the H2O phase (less than 1 kg/m^3 while it should be 1000 kg/m^3). I've also looked into making my own thermo type, but it seems that it is necessary to specify the same type of equation of state for all phases (perfectGas). Is there any way to approach this?

-Nat
natrask is offline   Reply With Quote

Old   July 16, 2009, 05:37
Default
  #2
Member
 
Rachel Vogl
Join Date: Jun 2009
Posts: 48
Rep Power: 16
Rachel is on a distinguished road
Hello Nat,

Possibly reactingFoam might do the job. It is also similar to dieselFoam. Not sure.
Rachel 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
Extract primary phase thread in VOF with 3 phases Eric FLUENT 2 July 7, 2011 02:22
Two continuous phase and One dispersed phase Michael CFX 2 January 14, 2010 15:19
compressible two phase flow in CFX4.4 youngan CFX 0 July 1, 2003 23:32


All times are GMT -4. The time now is 15:52.