Skip to content
Snippets Groups Projects

#23 mode taken into account in watersteam sinkP and sourceP

Open #23 mode taken into account in watersteam sinkP and sourceP
Open MAZURIE Baptiste requested to merge 23-mode-not-taken-into-account-in-sourcep into develop

Closes #23

mode was not taken into account in WaterSteam SourceP and SinkP, but it is the case in Fluid:

if option_temperature then
    T = ISpecificEnthalpyOrTemperature.signal;
    h = ThermoSysPro.Properties.Fluid.SpecificEnthalpy_PT(P, T, fluid, mode, Xco2, Xh2o, Xo2, Xso2);
  else
    h = ISpecificEnthalpyOrTemperature.signal;
    T = ThermoSysPro.Properties.Fluid.Temperature_Ph(P, h, fluid, mode, Xco2, Xh2o, Xo2, Xso2);
  end if;

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading