Skip to content

Commit

Permalink
Medium in MixingVolumeSteadyStateMass to Air
Browse files Browse the repository at this point in the history
This example used the PTDecoupled Air model from Experimental.Media. This
is changed to use Media.Air
  • Loading branch information
marcusfuchs committed Mar 12, 2015
1 parent cf606f2 commit e11201a
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,7 +1,7 @@
within Annex60.Fluid.MixingVolumes.Examples;
model MixingVolumeSteadyStateMass "Test model for steady state mass dynamics"
extends Modelica.Icons.Example;
package Medium = Annex60.Experimental.Media.AirPTDecoupled;
package Medium = Annex60.Media.Air;
Sources.MassFlowSource_T sou(
redeclare package Medium = Medium,
use_m_flow_in=true,
Expand Down

0 comments on commit e11201a

Please sign in to comment.