PartialElementaryOneSplineAndSupport
IconPartialElementaryOneSplineAndSupport
Partial model for a component with one rotational 1-dim. shaft spline and a support spline used for textual modeling i.e., for elementary models
Usage
PartialElementaryOneSplineAndSupport()
Connectors
Variables
Name | Description | Units |
---|---|---|
phi_support | Absolute angle of support spline | rad |
Source
# Partial model for a component with one rotational 1-dim. shaft spline and a
# support spline used for textual modeling i.e., for elementary models
partial component PartialElementaryOneSplineAndSupport
spline = Spline() [{
"JuliaSim": {"placement": {"icon": {"x1": 950, "y1": 450, "x2": 1050, "y2": 550}}}
}]
support = Spline() [{
"JuliaSim": {
"placement": {"icon": {"iconName": "support", "x1": 450, "y1": 950, "x2": 550, "y2": 1050}}
}
}]
# Absolute angle of support spline
variable phi_support::Angle
relations
support.phi = phi_support
support.tau = -spline.tau
end
Flattened Source
# Partial model for a component with one rotational 1-dim. shaft spline and a # support spline used for textual modeling i.e., for elementary models partial component PartialElementaryOneSplineAndSupport spline = Spline() [{ "JuliaSim": {"placement": {"icon": {"x1": 950, "y1": 450, "x2": 1050, "y2": 550}}} }] support = Spline() [{ "JuliaSim": { "placement": {"icon": {"iconName": "support", "x1": 450, "y1": 950, "x2": 550, "y2": 1050}} } }] # Absolute angle of support spline variable phi_support::Angle relations support.phi = phi_support support.tau = -spline.tau metadata {} end
Test Cases
Related
- Examples
- Experiments
- Analyses