steam properties in a DAE system
이전 댓글 표시
Hi guys,
Suppose that someone wants to model a dynamic thermal energy system . He will have to write down the differential equations (energy balances etc) and the algebraic supporting formulas (steam properties and others). It is the steam tables that I want to ask about. There are several tools (XSteam by Magnus Holmgren or the IAPWS_IF97sth by Mark Mickowski) but these are functions and we can't have them in our list of equations that will be solved with say ode15 for example. Am I right? We need some simple algebraic approximations.
I have seen around in the literature that there can be an approximation with a quadratic function (see drum boiler dynamics from Astrom and Bell) but they don't provide the equations. Has anyone any idea how this is done?
Thanks guys,
Warm regards,
Chris
댓글 수: 1
dpb
2014년 4월 5일
Virtually always in numerical simulations the steam properties are computed by calls to implementations of these. There are at least a couple of implementations in Matlab on the File Exchange.
I've been forced to do some other things in some analog computer-based simulators that had very limited digital interfaces, but that's not an issue w/ Matlab/Simulink. There you just treat the steam properties as variable coefficients in the state variables and go on--the values will be substituted for by the function call in whatever solver you choose via your system equations that reference them.
답변 (1개)
카테고리
도움말 센터 및 File Exchange에서 Thermodynamics and Heat Transfer에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!