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

simulate the Bartolomej flow boiling

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 25, 2022, 05:35
Default simulate the Bartolomej flow boiling
  #1
New Member
 
SUNhaoyu
Join Date: Oct 2022
Posts: 7
Rep Power: 3
SHY22 is on a distinguished road
Hi everyone!
I m a newer with the openfoam and I want to simulate the Bartolomej subcooled boiling using reactingTwoPhaseEulerFoam.
There are so many questions with me.
first of all:How to set the thermophysicalProperties?
According to a literature by Qin Hao: set the physical properties of the gas to be saturated, and the physical properties of the fluid change with temperature. I don't know how this should be set up, can you please give me some advice or any information to refer to?

FoamFile
{
version 2.0;
format ascii;
class dictionary;
object thermophysicalProperties.liquid;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

thermoType
{
type heRhoThermo;
mixture pureMixture;
transport const;
thermo hConst;
equationOfState rhoConst;//perfectFluid;//
specie specie;
energy sensibleEnthalpy;//sensibleInternalEnergy;
}

mixture
{
specie
{
molWeight 18.0153;
}
equationOfState
{
R 3000;
rho0 868;
rho 868;
//rhoCoeffs<8> ( 1513.93 -1.3688 0 0 0 0 0 0 ); // rho = a + bT

}
thermodynamics
{
Sf 0;
Hf 0;
// CpCoeffs<8> ( 654.38 8.1036 0 0 0 0 0 0 )
Cp 4954.1;
// Cv 3136.7;
Tref 530.59;
Href 1122200;
//Eref 1116500;
}
transport
{

mu 0.00010293;
Pr 0.8377;
}
}


FoamFile
{
version 2.0;
format ascii;
class dictionary;
object thermophysicalProperties.gas;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

thermoType
{
type heRhoThermo;
mixture pureMixture;
transport const;
thermo hConst;
equationOfState perfectGas;
specie specie;
energy sensibleEnthalpy;// sensibleInternalEnergy;
}

mixture
{
specie
{
molWeight 18.0153;
}
equationOfState
{
R 1695;
rho 22.697;
}
thermodynamics
{
Hf 0;
Cp 4227;
// Cv 2532;
Tref 530.59;
Href 2797900;
//Eref 2599700;
}
transport
{
mu 1.771e-5;
Pr 1.423;
}
}


// ******************************
SHY22 is offline   Reply With Quote

Reply

Tags
reactingtwophaseeulerfoam


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
flow boiling regard OpenFOAM Running, Solving & CFD 2 December 27, 2021 06:38
About Some Concepts:Laminar flow, turbulent flow, steady flow and time-dependent flow Jing Main CFD Forum 8 October 5, 2018 17:02
Flow Boiling Ramin.Mashayekhi CFX 5 November 27, 2017 09:03
How to simulate dilute solid particles in gas flow? chpjz0391 OpenFOAM Running, Solving & CFD 4 March 22, 2016 19:32
Flow Boiling Yih Jeng FLUENT 4 August 2, 2013 13:04


All times are GMT -4. The time now is 03:47.