CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Running, Solving & CFD (https://www.cfd-online.com/Forums/openfoam-solving/)
-   -   is thermophysicalPropertieswater right? (https://www.cfd-online.com/Forums/openfoam-solving/133636-thermophysicalpropertieswater-right.html)

sharonyue April 17, 2014 21:56

is thermophysicalPropertieswater right?
 
Hi guys,

Check it out: https://github.com/OpenFOAM/OpenFOAM...ropertieswater

Code:

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

mixture
{
    specie
    {
        nMoles      1;
        molWeight  18.0;//
    }
    equationOfState
    {
        R          3000;
        rho0        1027;//999?
    }
    thermodynamics
    {
        Cp          4195;
        Hf          0;
    }
    transport
    {
      mu          3.645e-4;//should not it be 1e-3?
        Pr          2.289;
    }
}

Is this water?

sharonyue April 23, 2014 04:02

Any ideas?


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