Skip to content

Commit

Permalink
Merge pull request modelica#4104 from henrikt-ma/fixedboundary-quantity
Browse files Browse the repository at this point in the history
Remove modification of 'quantity' for FixedBoundary.X
  • Loading branch information
arunkumar-narasimhan committed Dec 12, 2023
2 parents f717ea5 + 6297056 commit 10bae7f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Modelica/Fluid/Sources.mo
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ package Sources "Define fixed or prescribed boundary conditions"
"Boundary specific enthalpy"
annotation (Dialog(group="Boundary temperature or boundary specific enthalpy",
enable = not use_T));
parameter Medium.MassFraction X[Medium.nX](
quantity=Medium.substanceNames) = Medium.X_default
parameter Medium.MassFraction X[Medium.nX] = Medium.X_default
"Boundary mass fractions m_i/m"
annotation (Dialog(group = "Only for multi-substance flow", enable=Medium.nXi > 0));
parameter Medium.ExtraProperty C[Medium.nC](
Expand Down

0 comments on commit 10bae7f

Please sign in to comment.