├── LICENSE ├── README.md └── ShipSIM ├── Components.mo ├── Debugging.mo ├── Examples.mo ├── FMU.mo ├── Functions.mo ├── Interfaces.mo ├── MiscSamples.mo ├── Obsolete.mo ├── Records.mo ├── Resources └── Data │ ├── DatosSol2018-2020.txt │ └── Ship.dxf ├── SubComponents.mo ├── Types.mo ├── UsersGuide.mo ├── Validations.mo ├── package.mo └── package.order /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BasilioPV/ShipSIM/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BasilioPV/ShipSIM/HEAD/README.md -------------------------------------------------------------------------------- /ShipSIM/Components.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BasilioPV/ShipSIM/HEAD/ShipSIM/Components.mo -------------------------------------------------------------------------------- /ShipSIM/Debugging.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BasilioPV/ShipSIM/HEAD/ShipSIM/Debugging.mo -------------------------------------------------------------------------------- /ShipSIM/Examples.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BasilioPV/ShipSIM/HEAD/ShipSIM/Examples.mo -------------------------------------------------------------------------------- /ShipSIM/FMU.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BasilioPV/ShipSIM/HEAD/ShipSIM/FMU.mo -------------------------------------------------------------------------------- /ShipSIM/Functions.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BasilioPV/ShipSIM/HEAD/ShipSIM/Functions.mo -------------------------------------------------------------------------------- /ShipSIM/Interfaces.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BasilioPV/ShipSIM/HEAD/ShipSIM/Interfaces.mo -------------------------------------------------------------------------------- /ShipSIM/MiscSamples.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BasilioPV/ShipSIM/HEAD/ShipSIM/MiscSamples.mo -------------------------------------------------------------------------------- /ShipSIM/Obsolete.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BasilioPV/ShipSIM/HEAD/ShipSIM/Obsolete.mo -------------------------------------------------------------------------------- /ShipSIM/Records.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BasilioPV/ShipSIM/HEAD/ShipSIM/Records.mo -------------------------------------------------------------------------------- /ShipSIM/Resources/Data/DatosSol2018-2020.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BasilioPV/ShipSIM/HEAD/ShipSIM/Resources/Data/DatosSol2018-2020.txt -------------------------------------------------------------------------------- /ShipSIM/Resources/Data/Ship.dxf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BasilioPV/ShipSIM/HEAD/ShipSIM/Resources/Data/Ship.dxf -------------------------------------------------------------------------------- /ShipSIM/SubComponents.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BasilioPV/ShipSIM/HEAD/ShipSIM/SubComponents.mo -------------------------------------------------------------------------------- /ShipSIM/Types.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BasilioPV/ShipSIM/HEAD/ShipSIM/Types.mo -------------------------------------------------------------------------------- /ShipSIM/UsersGuide.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BasilioPV/ShipSIM/HEAD/ShipSIM/UsersGuide.mo -------------------------------------------------------------------------------- /ShipSIM/Validations.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BasilioPV/ShipSIM/HEAD/ShipSIM/Validations.mo -------------------------------------------------------------------------------- /ShipSIM/package.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BasilioPV/ShipSIM/HEAD/ShipSIM/package.mo -------------------------------------------------------------------------------- /ShipSIM/package.order: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BasilioPV/ShipSIM/HEAD/ShipSIM/package.order --------------------------------------------------------------------------------