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

transportProperties

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 5, 2024, 00:10
Default transportProperties
  #1
New Member
 
Join Date: Jun 2023
Posts: 5
Rep Power: 3
morphadron is on a distinguished road
Hello dear foamers,


I'm having problem with the diffusion of temperatures for the gaseous phase in my model. I have a fixedGradient BC, attached to a wall, that should provide cooling.


In the end, my aim is to visualize the condensation.


Steam is initially at 100 degree Celsius, and there is a pool of liquid sitting in the bottom of a vertical pipe geometry.


Solver is interCondensatingEvaporatingFoam.



I thought maybe the problem could arise from the transportProperties.


Would anyone be able to help?
Code:
/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  v2312                                 |
|   \\  /    A nd           | Website:  www.openfoam.com                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    object      transportProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

phases          (liquid gas); // water

sigma           0.0589;

liquid
{
    transportModel  Newtonian;
    nu              2.944e-7;
    rho             957.9;

    Cp              4.217e3;
    Cv              4.217e3;   // assume Cp for liquid
    kappa           0.679;
    hf              0;
}

gas
{
    transportModel  Newtonian;
    nu              2.15e-5;
    rho             0.5884;

    Cp              1.887e3;      // steam( vapour)
    Cv              1.425e3;      // Cv = Cp - R/w
    kappa           0.02429;       // steam vapour
    hf              2257.0e3;
}

Prt             0.85;


// ************************************************************************* //
morphadron 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
Accessing transportProperties from coded functionObject Shibi OpenFOAM Programming & Development 1 April 19, 2021 16:26
How to read multiphase parameters in creatFields from Transportproperties ? Amirhosseinesh OpenFOAM Programming & Development 4 October 12, 2018 11:28
Dam break tutorial - transportProperties issue Guimloute OpenFOAM Running, Solving & CFD 4 June 27, 2017 12:52
transportProperties: CrossPowerLawCoeffs...? klausb OpenFOAM Running, Solving & CFD 2 March 25, 2016 15:45
Lookup transportproperties from BC michielm OpenFOAM Running, Solving & CFD 4 April 29, 2012 07:48


All times are GMT -4. The time now is 09:56.