Skip to content

Commit 107adce

Browse files
adds flow bounds to transient pipes
1 parent 58f73cf commit 107adce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/io/transient.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,8 @@ function _prep_transient_data!(
260260
"is_si_units",
261261
"is_english_units",
262262
"is_per_unit",
263+
"flow_min",
264+
"flow_max"
263265
]
264266

265267
data["pipe"][key] = Dict{String,Any}()
@@ -336,6 +338,8 @@ function _prep_transient_data!(
336338
"is_si_units" => data["is_si_units"],
337339
"is_english_units" => data["is_english_units"],
338340
"is_per_unit" => data["is_english_units"],
341+
"flow_min" => pipe["flow_min"],
342+
"flow_max" => pipe["flow_max"]
339343
)
340344
end
341345
end

0 commit comments

Comments
 (0)