eCalc
New Features
- Add
requested inlet- and outlet compressor pressures
from input data to results. In cases where active pressure control mechanisms are active, requested inlet- and outlet pressures may differ fromcalculated pressures
. It is now possible to analyse both requested- and calculated pressures. - Specify
rate type
for majority of outputrate
results as eitherstream day
orcalendar day
. - Improved error messages
Fixes
Actual rate
was incorrectly returned forcompressor sampled
. Actual rate cannot be known forcompressor sampled
since we need to knowfluid properties
in order to do that.Actual rate
has therefore been removed fromcompressor sampled
.- Handle bug in
Variable Speed Compressor Train With Multiple Streams And Pressures
when no rate is entering a compressor stage wrt. recirculation. - Other minor fixes
Breaking changes
- CSV resource files must include headings. If there is a column without a header (for example
HEADING1,HEADING2,
- the last,
creates an empty column), you will get an error messages saying "CSV input file must include header". You can solve this by giving the column a name, or removing it.