Skip to content

Commit

Permalink
testing convergence of setSat functions close to the critical point,
Browse files Browse the repository at this point in the history
also see issue #16
  • Loading branch information
thorade committed May 2, 2013
1 parent 01a9ee2 commit 456ed8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Examples/Parameter/setSat_parameter.mo
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
within HelmholtzMedia.Examples.Parameter;
model setSat_parameter
package Medium = HelmholtzFluids.Propane;
package Medium = HelmholtzFluids.HMDS;

Medium.SaturationProperties sat;
Medium.SaturationProperties sat_p;
Medium.SaturationProperties sat_dl;
Medium.SaturationProperties sat_dv;

parameter Medium.Temperature T_input= Tcrit - 1e-6;
parameter Medium.Temperature T_input= Tcrit - 0.1;

protected
constant Medium.Temperature Tmin=Medium.fluidLimits.TMIN;
Expand Down

0 comments on commit 456ed8e

Please sign in to comment.