You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Volume with moving wall with `flange` connector for converting hydraulic energy to 1D mechanical. The `direction` argument aligns the mechanical port with the hydraulic port, useful when connecting two dynamic volumes together in oppsing directions to create an actuator.
437
+
438
+
```
439
+
┌─────────────────┐ ───
440
+
│ │ ▲
441
+
│ │
442
+
dm ────► │ │ area
443
+
│ │
444
+
│ │ ▼
445
+
└─────────────────┤ ───
446
+
│
447
+
└─► x (= ∫ flange.v * direction)
448
+
```
449
+
450
+
# Parameters:
451
+
## volume
452
+
- `p`: [Pa] initial pressure
453
+
- `area`: [m^2] moving wall area
454
+
- `x`: [m] initial wall position
455
+
- `dx=0`: [m/s] initial wall velocity
456
+
- `drho=0`: [kg/m^3/s] initial density derivative
457
+
- `dm=0`: [kg/s] initial flow
458
+
459
+
- `direction`: [+/-1] applies the direction conversion from the `flange` to `x`
460
+
461
+
# Connectors:
462
+
- `port`: hydraulic port
463
+
- `flange`: mechanical translational port
464
+
465
+
See also [`FixedVolume`](@ref), [`DynamicVolume`](@ref)
0 commit comments