Bond Graph
Domains: Continuous. Size: 1-D. Kind: Bond Graphs.
This model represents an ideal modulated transformer. The model represents a power continuous relation between the efforts and flows of both its ports. The transform ratio can be set to a certain (fluctuating) value, given by an input signal. The causality is always mixed: one port has an effort out causality while the other has a
flow out causality:
p1.e = input * p2.e;
p2.f = input * p1.f;
or:
p2.e = 1/input * p1.e;
p1.f = 1/input * p2.f;
Ports |
Description |
p1, p2 |
Input and output port of the transformer. |
Causality |
|
p1 notequal p2 |
|
Inputs |
|
input |
Modulated transform ratio. |