Skip to content

Commit 7ca521c

Browse files
author
Brad Carman
committed
format
1 parent 8ae4427 commit 7ca521c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Hydraulic/IsothermalCompressible/components.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ dm ────► dead volume │ │ area
352352
u = dm / (rho * area)
353353

354354
eqs = [0 ~ ifelse(vol >= minimum_volume, (p) - (port.p - (1 / 2) * rho * u^2),
355-
dm)
355+
dm)
356356
vol ~ dead_volume + area * x
357357
D(x) ~ dx
358358
D(rho) ~ drho

0 commit comments

Comments
 (0)