InternalSupport
Adapter model to utilize conditional support connector
Library
Modelica/Mechanics/Translational/Interfaces
Description
This is an adapter model to utilize a conditional support connector in an elementary component, i.e., where the component equations are defined textually:
- If useSupport = true, the flange has to be connected to the conditional support connector.
- If useSupport = false, the flange has to be connected to the conditional fixed model.
Variable f is defined as input and must be provided when using this component as a modifier (computed via a force balance in the model where InternalSupport is used). Usually, model InternalSupport is utilized via the partial models:
PartialElementaryOneFlangeAndSupport,
PartialElementaryTwoFlangesAndSupport,
PartialElementaryRotationalToTranslational.
Note, the support position can always be accessed as internalSupport.s, and the support force can always be accessed as internalSupport.f.
Parameters
Name | Label | Description | Data Type | Valid Values |
---|---|---|---|---|
mo_f | f | f | Structure | |
mo_f/fixed | fixed | Cell of scalars | true | |
mo_f/start | start | Cell of scalars | ||
mo_s | s | s | Structure | |
mo_s/fixed | fixed | Cell of scalars | true | |
mo_s/start | start | Cell of scalars |
Ports
Name | Type | Description | IO Type | Number |
---|---|---|---|---|
flange | implicit | Internal support flange (must be connected to the conditional support connector for useSupport=true and to conditional fixed model for useSupport=false) | input | 1 |