Skip to content

Commit

Permalink
Update FMIWrapperQ documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
robbr48 committed Oct 24, 2024
1 parent 50e267e commit 7cd6dc1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions componentLibraries/defaultLibrary/Connectivity/FMIWrapperQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ Example:

`NodeHydraulic,q1,p1,T1,c1,Zc1,Q1;NodeMechanic,v2,f2,x2,c2,Zc2,me2;NodeElectric,u3,i3,c3,Zc3;NodePneumatic,Qdot4,p4,c4,Zc4,mdot4,rho4,crho4,Zcrho4,T4`

You can also specify port names by adding a colon after the node type.

Example:

`NodeHydraulic:PA,q1,p1,T1,c1,Zc1,Q1;NodeMechanic:PB,v2,f2,x2,c2,Zc2,me2;NodeElectric:PC,u3,i3,c3,Zc3;NodePneumatic:PD,Qdot4,p4,c4,Zc4,mdot4,rho4,crho4,Zcrho4,T4`

**NodeHydraulic**

| Variable | Description | Unit | Causality |
Expand Down

0 comments on commit 7cd6dc1

Please sign in to comment.