|
[Sponsors] |
Solid properties: thermophysicalPropertiesDict |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
September 23, 2013, 09:46 |
Solid properties: thermophysicalPropertiesDict
|
#1 |
Senior Member
Samuele Z
Join Date: Oct 2009
Location: Mozzate - Co - Italy
Posts: 520
Rep Power: 19 |
Dear All,
I am gonna run a chtMultiRegionSimpleFoam case and I have a domain filled with air, in which there are 2 solids: a block of ice and a PCM that stays all around the ice. I would like to understand if it is possible to model the phase changing in OpenFoam. How can I introduce the latent heat? And the temperature of this phase changing? Could you provide the right paramters (both for ice and for PCM) that should be inserted in this dictionary? Thanks a lot, Samuele Dictionary: Code:
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.2.1 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; object thermophysicalProperties; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // thermoType { type heSolidThermo; mixture pureMixture; transport constIso; thermo hConst; equationOfState rhoConst; specie specie; energy sensibleEnthalpy; } mixture { specie { nMoles 1; molWeight 12; } transport { kappa 80; } thermodynamics { Hf 0; Cp 450; } equationOfState { rho 8000; } } // ************************************************************************* // |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
properties of solid mixture | Ahmed Khattab | OpenFOAM | 0 | December 26, 2012 14:59 |
Solid Properties Setup In Simulation of Porous Media | Modest Cat | FLUENT | 4 | March 26, 2012 06:00 |
error message | cuteapathy | CFX | 14 | March 20, 2012 07:45 |
Constant velocity of the material | Sas | CFX | 15 | July 13, 2010 09:56 |
CFX4.3 -build analysis form | Chie Min | CFX | 5 | July 13, 2001 00:19 |