CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Pre-Processing

compressibleInterFoam 6.0 equationOfState parameters

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 13, 2022, 20:02
Default compressibleInterFoam 6.0 equationOfState parameters
  #1
Senior Member
 
Josh McCraney
Join Date: Jun 2018
Posts: 220
Rep Power: 8
joshmccraney is on a distinguished road
Hi All

I am running compressibleInterFoam 6.0 on Ubuntu 18.04. In the constant/thermophysicalProperties.water file looks like:
Code:
/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     | Website:  https://openfoam.org
    \\  /    A nd           | Version:  6
     \\/     M anipulation  |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    location    "constant";
    object      thermophysicalProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
/*
thermoType
{
    type            heRhoThermo;
    mixture         pureMixture;
    properties      liquid;
    energy          sensibleInternalEnergy;
}


mixture
{
    H2O;
}


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

mixture
{
    specie
    {
        molWeight   118.0;	
    }
    equationOfState
    {
        R           3000;		//	J / (kg K)
        rho0        840;		//	DENSITY AT T = 0
    }
    thermodynamics
    {
        Cp          1510;		//	ABOUT 1/3 OF WATER
        Hf          0;			//	
    }
    transport
    {
        mu          0.0017;		// JMC
        Pr          23.;		// JMC K = 0.11
    }
}
// ************************************************************************* //
which is very similar to the depthCharge2D tutorial. The two fluids I am using are air and 2 centistoke silicone oil at room temperature. I am trying to assess what R should be in equationOfState. Since this is not a gas, I'm unsure the value. Here are the units of R, know as the fluid constant. Sure looks like specific heat, but I believe that is specified in thermodynamics under Cp. So I'm confused. Any help is greatly appreciated.

For what it's worth, the perfectFluid seems to follow the equation $\rho = p/(RT) + \rho_0$.
joshmccraney 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
Solver parameters to solve convergence issue WilliamH SU2 5 February 5, 2021 06:19
Parameters of a good airfoil mesh CharlieBra7o Mesh Generation & Pre-Processing 4 November 20, 2018 14:42
Pro/E to ANSYS Parameterization Guide Trues ANSYS 4 April 18, 2018 05:52
Ahmed body simulation gives unexpected results in su2 6.0 anas651 SU2 0 March 28, 2018 03:42
Parameters rhoSimpleFoam marcus85 OpenFOAM Pre-Processing 0 May 15, 2013 09:36


All times are GMT -4. The time now is 18:34.