|
[Sponsors] |
April 15, 2018, 16:49 |
what solver to model vapor supersaturation ?
|
#1 |
New Member
Join Date: Jul 2017
Posts: 10
Rep Power: 9 |
Hi,
My case is a hot, vapor-saturated air stream flowing through a cooled pipe. The temperature change causes the vapor (an alcool) pressure to change. I need to model the supersaturation, i.e. the ratio of vapor pressure to saturation vapor pressure. I need a solver with heat and mass transfer. Are there readily available solvers in OpenFOAM, or do I have to modify one ? And which ? Thanks, David. |
|
April 17, 2018, 06:27 |
OpenFoam solvers
|
#2 |
Member
Jan Goebel
Join Date: Mar 2009
Location: Mannheim, Baden Wuerttemberg, Germany
Posts: 35
Rep Power: 17 |
Hello dplamp,
a good overview while searching a suitable solver can be found here: https://www.openfoam.com/documentati...rd-solvers.php then search the $FOAM_TUTORIALS folder for a best matching similar case. Run it and analyze the settings and the results to see, if your particular case can be simulated by modifying the standard solver accordingly. Add complexity step by step and check the results carefully. If you cannot find any suitable solver, or no one of the standard solvers can be used, you have to pick that standard solver matching the fluid flow at it's best, add your particular eqquations and recompile it, but I#m also not familiar with that. Good luck and have a nice day, Jan |
|
April 19, 2018, 11:42 |
|
#3 |
New Member
Join Date: Jul 2017
Posts: 10
Rep Power: 9 |
I picked the heatTransfer/buoyantSimpleFoam/buoyantCavity/ case :
My geometry is a cylindrical tube ; I drew a 5° wedge, 1 cell thick. Air is flowing through. |
|
April 19, 2018, 12:20 |
buoyantSimpleFoam boundary conditions
|
#4 |
New Member
Join Date: Jul 2017
Posts: 10
Rep Power: 9 |
With simpleFoam, I used to set the outlet U condition :
Code:
outlet { type zeroGradient; } Code:
outlet { type fixedValue; value uniform (0 0 0.1169496439); // 1/8 l/min } Last edited by dplamp; April 19, 2018 at 12:21. Reason: cleanup |
|
Tags |
heat transfer, mass transfer, supersaturation, vapor pressure |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Fiber Suspension Solver laminar AdvaniFolgarTucker model | kerstin | OpenFOAM Running, Solving & CFD | 6 | October 28, 2020 10:03 |
[SOWFA] pisoFoamTurbine solver contained in the SOWFA: SST Turbulence Model problems | capisedano | OpenFOAM Community Contributions | 2 | January 23, 2020 07:10 |
dispersion model with lagragian particle tracking model for incompressible flows | eelcovv | OpenFOAM Running, Solving & CFD | 54 | April 10, 2018 10:36 |
Superlinear speedup in OpenFOAM 13 | msrinath80 | OpenFOAM Running, Solving & CFD | 18 | March 3, 2015 06:36 |
Solver using K-epsilon model | arunsmec | OpenFOAM Running, Solving & CFD | 1 | March 13, 2012 11:52 |