Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Icons todo #237

Open
david-gottschalk opened this issue Oct 25, 2023 · 0 comments
Open

Icons todo #237

david-gottschalk opened this issue Oct 25, 2023 · 0 comments

Comments

@david-gottschalk
Copy link

david-gottschalk commented Oct 25, 2023

Heya,
I was going after the exported @mtkmodels and @components

The digital gates seem to not get included

# include("Digital/gates.jl")
# include("Digital/sources.jl")

nonetheless an adjusted version is present.

Date: 25th of October 2023

Current status MTKSL/src

  • Blocks
    • RealInput
    • RealOutput
    • SISO
    • Gain
    • Sum
    • MatrixGain
    • Feedback
    • Add
    • Add3
    • Product
    • Division
    • Abs
    • Sign
    • Sqrt
    • Sin
    • Cos
    • Tan
    • Asin
    • Acos
    • Atan
    • Atan2
    • Sinh
    • Cosh
    • Tanh
    • Exp
    • Log
    • Log10
    • Constant
    • TimeVaryingFunction
    • Sine
    • Cosine
    • ContinuousClock
    • Ramp
    • Step
    • ExpSine
    • Square
    • Triangular
    • Parameter
    • SampledData ?
    • Limiter
    • DeadZone
    • SlewRateLimiter
    • Integrator
    • Derivative
    • FirstOrder
    • SecondOrder
    • StateSpace
    • PI
    • LimPI
    • PID
    • LimPID
  • Electrical
    • Pin
    • OnePort
    • Capacitor
    • Ground
    • Inductor
    • Resistor
    • Conductor
    • Short
    • IdealOpAmp
    • EMF
    • HeatingResistor
    • CurrentSensor
    • PotentialSensor
    • VoltageSensor
    • PowerSensor
    • MultiSensor
    • Voltage
    • Current
  • Hydraulic
    • IsothermalCompressible
      • HydraulicPort
      • HydraulicFluid
      • Cap
      • Tube
      • FixedVolume
      • DynamicVolume
      • MassFlow
      • Pressure
      • FixedPressure
  • Magnetic (@annelle-abatoni)
    • FluxTubes
      • PositiveMagneticPort
      • NegativeMagneticPort
      • TwoPort
      • Ground
      • Idle
      • Short
      • Crossing
      • ConstantPermeance
      • ConstantReluctance
      • EddyCurrent
      • ElectroMagneticConverter
      • ConstantMagneticPotentialDifference
      • ConstantMagneticFlux
  • Mechanical
    • MultiBody2D
      • Link
    • Rotational
      • Flange
      • Support
      • Fixed
      • Inertia
      • Spring
      • Damper
      • SpringDamper
      • IdealGear
      • RotationalFriction
      • Torque
      • ConstantTorque
      • Speed
      • AngleSensor
      • SpeedSensor
      • TorqueSensor
      • RelSpeedSensor
    • Translational
      • MechanicalPort
      • Mass
      • Spring
      • Damper
      • Fixed
      • Force
      • Position
      • Velocity
      • Acceleration
      • ForceSensor
      • PositionSensor
    • TranslationalModelica / TranslationalPosition
      • Flange
      • Fixed
      • Mass
      • Spring
      • Damper
      • Force
  • Thermal
    • HeatPort
    • Element1D
    • HeatTransfer
      • BodyRadiation
      • ConvectiveConductor
      • ConvectiveResistor
      • HeatCapacitor,
      • ThermalConductor,
      • ThermalResistor
      • ThermalCollector
      • RelativeTemperatureSensor
      • HeatFlowSensor
      • TemperatureSensor
      • FixedHeatFlow
      • FixedTemperature
      • PrescribedHeatFlow
      • PrescribedTemperature

TODO (i.e., unchecked in the list above)

  • Blocks
    • TimeVaryingFunction
    • ContinuousClock
    • Triangular
    • Parameter
    • SampledData ?
    • LimPI
  • Electrical
    • EMF
  • Hydraulic
  • Mechanical
    • MultiBody2D
      • Link
    • Rotational
      • RotationalFriction
      • ConstantTorque
  • Thermal
    • HeatTransfer
      • ConvectiveConductor

These are mostly components for which I did'nt find a suitable analog in Modelica

Thanks for everything and take care,
Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant