CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > SU2

Steam property implementation in SU2

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 25, 2015, 06:36
Default Steam property implementation in SU2
  #1
New Member
 
Join Date: Jan 2015
Posts: 29
Rep Power: 11
evan247 is on a distinguished road
Hi all,

I'm fairly new to SU2 so would appreciate it if someone can advise where I may find how steam properties (or any real gas, in general) are implemented in the code.

Thanks!
evan247 is offline   Reply With Quote

Old   May 27, 2015, 11:06
Default
  #2
New Member
 
Salvatore Vitale
Join Date: Aug 2014
Posts: 6
Rep Power: 11
salvovitale is on a distinguished road
Hi,
are you interested in the implementation or in the use of SU2 with more complex Equation of State?

At the moment in SU2 are available (beside the Ideal Gas Law) a Polytropic Van der Waals model and a Polytropic Peng-Robinson model.
The source code of this library is available under SU2_CFD/src/fluid_model_*.cpp. We are currently working to have SU2 linked with an external fluid library to use more complex EoS and using an efficient Look-Up Table approach. However the interface is completely general and any other built-in model or external library can be easily coupled with the solver.

If you want just to run a simulation for steam you should use the VW models or PR model. Hereafter an example.

case 1 using Van der Waals

FLUID_MODEL= VW_GAS


% Specific gas constant (J/kg*K)
GAS_CONSTANT= 461.53

% Ratio of specific heats
GAMMA_VALUE= - (Put an average value for you simulation: i.e. an average value of your inlet and outlet conditions)

% Critical Temperature ( Kelvin)
CRITICAL_TEMPERATURE= 647.1

% Critical Pressure (N/m^2)
CRITICAL_PRESSURE= 22064000


case 2 using Peng-Robinson

the same as case 1 but with one more option for the acentric factor:

% Acentri factor (0.035 (air))
ACENTRIC_FACTOR= 0.3443

The constants used in the examples are already for water and are taken from the fluids database of RefProp.


cheers

salvo
salvovitale is offline   Reply With Quote

Old   February 2, 2020, 21:19
Default Properties of liquid water in SU2
  #3
New Member
 
Shyam Sunder
Join Date: Sep 2015
Posts: 27
Rep Power: 10
ssyadav is on a distinguished road
Dear All


We are trying to simulate the water hammer problem where compression waves travel in water and say, in a steel pipe, when a valve is suddenly closed.


My question is: How can we select / implement equation of state for liquid water for the compressible formulation in SU2?


Thanks for the help.


Regards
ssyadav 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
Condensing Steam Analysis - What Model Should I Use?? victorz FLUENT 5 November 28, 2016 22:12
Implementation of Free-stream Turbulence into SU2 ericthefatguy SU2 3 January 15, 2015 12:36
Official release of SU2 V3.0 and SU2 Educational V1.0 fpalacios SU2 News & Announcements 2 January 22, 2014 05:28
Welcome to the Stanford University Unstructured (SU2) forum! economon SU2 0 January 7, 2013 02:48
error message cuteapathy CFX 14 March 20, 2012 06:45


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