modelElasticVesselElastance
Extends from Bodylight.Hydraulic.Components.ElasticVessel (Elastic container for blood vessels, bladder, lumens).
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Types.Volume | ZeroPressureVolume (from ElasticVessel) | 1e-11 | Maximal volume, that does not generate pressure if useV0Input=false |
| Types.HydraulicCompliance | Compliance (from ElasticVessel) | 1 | Compliance if useComplianceInput=false |
| Types.Pressure | ExternalPressure (from ElasticVessel) | 0 | External pressure. Set zero if internal pressure is relative to external. Valid only if useExternalPressureInput=false. |
| Bodylight.Types.Volume | excessVolume_min (from ElasticVessel) | 0 | Minimal pressure below zeroPressureVolume |
| Types.Pressure | MinimalCollapsingPressure (from ElasticVessel) | -101325 | |
| Types.Volume | CollapsingPressureVolume (from ElasticVessel) | 1e-12 | Maximal volume, which generate negative collapsing pressure |
| Bodylight.Types.HydraulicElastance | Elastance | 1 | Elastance if useComplianceInput=false |
| Initialization | |||
| Types.Volume | volume_start (from ElasticVessel) | 1e-11 | Volume start value |
| External inputs/outputs | |||
| Boolean | useV0Input (from ElasticVessel) | false | =true, if zero-pressure-volume input is used |
| Boolean | useComplianceInput (from ElasticVessel) | false | =true, if compliance input is used |
| Boolean | useExternalPressureInput (from ElasticVessel) | false | =true, if external pressure input is used |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Interfaces.HydraulicPort_a | q_in (from ElasticVessel) | ||
| Types.RealIO.VolumeInput | zeroPressureVolume (from ElasticVessel) | zpv | |
| Types.RealIO.HydraulicComplianceInput | compliance (from ElasticVessel) | c | |
| Types.RealIO.PressureInput | externalPressure (from ElasticVessel) | ep | |
| Types.RealIO.VolumeOutput | volume (from ElasticVessel) |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Types.Volume | excessVolume (from ElasticVessel) | Additional volume, that generate pressure |