Changes between Initial Version and Version 1 of Ticket #3095
- Timestamp:
- 2015-01-23T05:47:01Z (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3095
- Property Owner changed from to
- Property Status new → accepted
-
Ticket #3095 – Description
initial v1 7 7 package WaterIF97_ph 8 8 extends WaterIF97_base(ThermoStates = Modelica.Media.Interfaces.Choices.IndependentVariables.ph, final ph_explicit = true, final dT_explicit = false, final pT_explicit = false, smoothModel = false, onePhase = false); 9 9 end WaterIF97_ph; 10 10 11 11 partial package WaterIF97_base … … 13 13 ... 14 14 end WaterIF97_base; 15 16 15 }}} 17 16 18 17 Seems we're loosing class modifier: 19 {{{ 18 {{{#!mo 20 19 SpecificEnthalpy(start = 1.0e5, nominal = 5.0e5) 21 20 }}}