BoundaryPressure
IconBoundaryPressure
Boundary with prescribed pressure
Usage
BoundaryPressure()
Connectors
Behavior
Behavior of this component cannot be rendered because it includes path
variables.
Source
# Boundary with prescribed pressure
component BoundaryPressure
port = Port()
# Prescribed boundary pressure
p = RealInput()
relations
port.p = p
end
Flattened Source
# Boundary with prescribed pressure component BoundaryPressure port = Port() # Prescribed boundary pressure p = RealInput() relations port.p = p metadata {} end
Test Cases
Related
- Examples
- Experiments
- Analyses