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

what solver to model vapor supersaturation ?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 15, 2018, 15:49
Default what solver to model vapor supersaturation ?
  #1
New Member
 
Join Date: Jul 2017
Posts: 10
Rep Power: 8
dplamp is on a distinguished road
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.
dplamp is offline   Reply With Quote

Old   April 17, 2018, 05:27
Default OpenFoam solvers
  #2
Member
 
Jan Goebel
Join Date: Mar 2009
Location: Mannheim, Baden Wuerttemberg, Germany
Posts: 35
Rep Power: 17
jango is on a distinguished road
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
jango is offline   Reply With Quote

Old   April 19, 2018, 10:42
Default
  #3
New Member
 
Join Date: Jul 2017
Posts: 10
Rep Power: 8
dplamp is on a distinguished road
I picked the heatTransfer/buoyantSimpleFoam/buoyantCavity/ case :
  • My case is laminar, so, in 0/, I don't have k, epsilon, omega, alphat, nut.
  • I set the same temperature everywhere (293K).
  • I set the same velocity at inlet and outlet
BUT : I don't get a nice parabolic U profile as I used to with simpleFoam.


My geometry is a cylindrical tube ; I drew a 5° wedge, 1 cell thick. Air is flowing through.
dplamp is offline   Reply With Quote

Old   April 19, 2018, 11:20
Default buoyantSimpleFoam boundary conditions
  #4
New Member
 
Join Date: Jul 2017
Posts: 10
Rep Power: 8
dplamp is on a distinguished road
With simpleFoam, I used to set the outlet U condition :
Code:
    outlet
    {
        type            zeroGradient;
    }
But with buoyantSimpleFoam, I get continuity error. So I set it just like the inlet :

Code:
    outlet
    {
        type            fixedValue;
        value           uniform (0 0 0.1169496439);        // 1/8 l/min
    }
Perhaps, it's the reason why the velocity profile is not parabolic at the outlet ?

Last edited by dplamp; April 19, 2018 at 11:21. Reason: cleanup
dplamp is offline   Reply With Quote

Reply

Tags
heat transfer, mass transfer, supersaturation, vapor pressure


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
Fiber Suspension Solver laminar AdvaniFolgarTucker model kerstin OpenFOAM Running, Solving & CFD 6 October 28, 2020 09:03
[SOWFA] pisoFoamTurbine solver contained in the SOWFA: SST Turbulence Model problems capisedano OpenFOAM Community Contributions 2 January 23, 2020 06:10
dispersion model with lagragian particle tracking model for incompressible flows eelcovv OpenFOAM Running, Solving & CFD 54 April 10, 2018 09:36
Superlinear speedup in OpenFOAM 13 msrinath80 OpenFOAM Running, Solving & CFD 18 March 3, 2015 05:36
Solver using K-epsilon model arunsmec OpenFOAM Running, Solving & CFD 1 March 13, 2012 10:52


All times are GMT -4. The time now is 11:01.