MGY-2

Navigation:  Library > Bond Graph > 2d >

MGY-2

Previous pageReturn to chapter overviewNext page

Library

Bond Graph

Use

Domains: Continuous. Size: 2-D. Kind: Bond Graphs.

Description

This model is the multiport equivalent of the single modulated gyrator. Consequently the constitutive equation must be written as a matrix-vector multiplication. The gyration ratio can be set to a certain (fluctuating) value, given by an input signal. The model can have both ports with an effort out causality or both ports with a flow out causality:

 

effort out causality:

 

p1.e = transpose(r) * p2.f;

p2.e = r * p2.f;

 

flow out causality:

 

p1.f = inverse(transpose(r)) * p2.e;

p2.f = inverse(r) * p1.e;

Interface

Ports

Description

p1[2], p2[2]

Input and output port of the gyrator (columnvectors with size 2).

Causality

 

p1 equal p2

The causality of both ports must be equal.

Inputs

 

r[2,2]

Modulated gyration ratio (size [2,2]).

Limitations

The flow out equations contain a matrix inversion of the modulation signal. The elements of this input signal should always have non-singular values.