You are on page 1of 3

segment sbrd02 cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc cc cc Simulator: ABB Vectren cc Customer: Vectren cc Filename: sbrd02.

fsc cc Execution rate: 16 Hz cc System ID: BR cc Engineer: uday pratap singh cc Generated: 11/01/2011 cc Last changed: cc cc Narrative description: cc This segment contains the dynamic calculations for the cc Feed Water (BR) network cc cc @DATAREF cc cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc page cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc cc cc Table of Equations cc -----------------cc equ 01.01.0 Evaporation of Spray at Desuperheaters cc cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc cc cc equ 01.01.0 Evaporation of Spray at Desuperheaters cc cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc ccc cc cc cc cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc ccc c c Spary Wtr Node Spary Wtr Fl Fake Evap N Fake Evap Fl c -----------br ----------br c --->| br1(61) |---(8)-------->| br9(2) |---(99)---->c ---------------------| c | c -----------br -------------c --->| br1(29) |---(67)--->| br1(30) |---> c ------------------------c Steam Node Steam Fl Desuperhtr Node c c c Fevap = Keff*Fm*(Hv-Hsat)/(Hsat-Hl)) brpr_attemp1 = s_lag(brpr_attemp1,brpr1(30),5.d0,k_k16cpsinv) call s_psatstm(brpr_attemp1) brflev_attemp1 = s_limit(0.0d0,max(0.d0,brfl1liq(8)), & brkefattemp*max(0.0d0,brfl1gas(67)) & *max(0.0d0,brht1gas(29) - s_sathgstm ) desuperheating in south side

& ccc Spary Flow c

/max(1.0d-20,s_sathgstm - brht1liq(61) ))

Liquid Flow = Actual Liquid Flow - Evaporation Flow brfl9liq(2) = brfl1liq(8) - brflev_attemp1 Gas Flow = Actual Gas Flow + Evaporation Flow brfl9gas(2) = brfl1gas(8) + brflev_attemp1

cccc Spray node property brte9liq(2) = brte1liq(61) brte9gas(2) = brte1gas(61) brht9liq(2) = brht1liq(61) t_f1 = max(1.d-10,brfl1gas(8)) t_f11 = t_f1 + brflev_attemp1 brht9gas(2) = (brht1gas(61)*t_f1 + brht1liq(61)*brflev_attemp1)/t_f11 brxng9n2(2) = (brxng1n2(61)*t_f1 + 0.d0*brflev_attemp1)/t_f11 brxng9o2(2) = (brxng1o2(61)*t_f1 + 0.d0*brflev_attemp1)/t_f11 brxng9stm(2) = (brxng1stm(61)*t_f1 + 1.d0*brflev_attemp1)/t_f11 brxn9cndtv(2) = 0.0d0

&

cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc ccccccccccccccccccccccc c c desuperheating in north side c cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc ccccccccccccccccccccccc c Spary Wtr Node Spary Wtr Fl Fake Evap N Fake Evap Fl c -----------br ----------br c --->| br1(61) |---(9)-------->| br9(1) |---(100)---->c ---------------------| c | c -----------br -------------c --->| br1(29) |---(69)--->| br1(31) |---> c ------------------------c Steam Node Steam Fl Desuperhtr Node c c c Fevap = Keff*Fm*(Hv-Hsat)/(Hsat-Hl)) brpr_attemp2 = s_lag(brpr_attemp2,brpr1(31),5.d0,k_k16cpsinv) call s_psatstm(brpr_attemp2) brflev_attemp2 = s_limit(0.0d0,max(0.d0,brfl1liq(9)), & brkefattemp*max(0.0d0,brfl1gas(69)) & *max(0.0d0,brht1gas(29) - s_sathgstm ) & /max(1.0d-20,s_sathgstm - brht1liq(61) ))

Liquid Flow = Actual Liquid Flow - Evaporation Flow brfl9liq(1) = brfl1liq(9) - brflev_attemp2 Gas Flow = Actual Gas Flow + Evaporation Flow brfl9gas(1) = brfl1gas(9) + brflev_attemp2 brte9liq(1) = brte1liq(61) brte9gas(1) = brte1gas(61) brht9liq(1) = brht1liq(61) t_f1 = max(1.d-10,brfl1gas(9)) t_f11 = t_f1 + brflev_attemp2 brht9gas(1) = (brht1gas(61)*t_f1 + brht1liq(61)*brflev_attemp2)/t_f11 brxng9n2(1) = (brxng1n2(61)*t_f1 + 0.d0*brflev_attemp2)/t_f11 brxng9o2(1) = (brxng1o2(61)*t_f1 + 0.d0*brflev_attemp2)/t_f11 brxng9stm(1) = (brxng1stm(61)*t_f1 + 1.d0*brflev_attemp2)/t_f11 brxn9cndtv(1) = 0.0d0

&

ccccccccccccc Panel Interfacing ccccccccccccccccc PNL5_PNL02_ao1_ao = 1PT108A_inp c*where page return end

You might also like