├── Demos ├── M_T2_E_T2_thermal.slx ├── system_3segs.slx └── system_3segs_FMU.slx ├── LICENSE.md ├── MEA.prj ├── Models ├── BC_MR.slx ├── ELEC_MR.slx ├── THERM_FMU.fmu ├── THERM_FMU.slx ├── THERM_FMU_MR.slx ├── THERM_FMU_fmu.slx ├── THERM_MR.slx └── initParams.mat ├── README.md ├── SECURITY.md ├── Slides └── More-Electric Aircraft Modeling in Simscape.pdf └── resources └── project ├── Project.xml ├── ProjectData.type.Info.xml ├── Root.type.Categories ├── FileClassCategory.type.Category.xml └── FileClassCategory.type.Category │ ├── artifact.type.Label.xml │ ├── convenience.type.Label.xml │ ├── derived.type.Label.xml │ ├── design.type.Label.xml │ ├── none.type.Label.xml │ ├── other.type.Label.xml │ └── test.type.Label.xml ├── Root.type.EntryPointGroups ├── 1b97a53d-acac-49b4-b74a-9095fa7e92a5.type.EntryPointGroup.xml ├── 2a0a167a-646b-4686-b554-d6a6fa25a343.type.EntryPointGroup.xml ├── 355980bf-e951-449c-b224-42b62b7820df.type.EntryPointGroup.xml ├── 692775bf-68ba-45da-b1d5-bbd7434ac262.type.EntryPointGroup.xml └── b37a629c-9485-43fb-94c5-a39ccfbeb9fa.type.EntryPointGroup.xml ├── Root.type.EntryPoints ├── 40ee012f-d366-47a5-8fde-15700e8529cf.type.EntryPoint.xml ├── 5da9a9f6-1f69-412b-93d3-9291f537dc29.type.EntryPoint.xml ├── 7cecf8e9-1d00-4dc5-9c56-a533469d6d4e.type.EntryPoint.xml └── bcee9103-269d-4a93-9b2d-7e224b5367e0.type.EntryPoint.xml ├── Root.type.Files ├── Demos.type.File.xml ├── Demos.type.File │ ├── 1.type.DIR_SIGNIFIER.xml │ ├── M_T2_E_T2_thermal.slx.type.File.xml │ ├── system_3segs.slx.type.File.xml │ └── system_3segs_FMU.slx.type.File.xml ├── Models.type.File.xml ├── Models.type.File │ ├── 1.type.DIR_SIGNIFIER.xml │ ├── BC_MR.slx.type.File.xml │ ├── ELEC_MR.slx.type.File.xml │ ├── THERM_FMU.fmu.type.File.xml │ ├── THERM_FMU.slx.type.File.xml │ ├── THERM_FMU_MR.slx.type.File.xml │ ├── THERM_FMU_fmu.slx.type.File.xml │ ├── THERM_MR.slx.type.File.xml │ └── initParams.mat.type.File.xml ├── README.txt.type.File.xml ├── Slides.type.File.xml └── Slides.type.File │ ├── 1.type.DIR_SIGNIFIER.xml │ └── More-Electric Aircraft Modeling in Simscape.pdf.type.File.xml ├── Root.type.ProjectPath ├── 5462603e-318f-4fdc-b5ba-c23f1a793077.type.Reference.xml ├── 71551c51-45b0-444d-ad31-7f8e9afbf8a0.type.Reference.xml └── 81382bdc-d926-4dcf-abfa-ede4fb0ab1cd.type.Reference.xml └── uuid-ebc36dbb-3b97-4198-8cfa-c4616650fb5b.xml /Demos/M_T2_E_T2_thermal.slx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathworks/More-Electric-Aircraft-in-Simscape/HEAD/Demos/M_T2_E_T2_thermal.slx -------------------------------------------------------------------------------- /Demos/system_3segs.slx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathworks/More-Electric-Aircraft-in-Simscape/HEAD/Demos/system_3segs.slx -------------------------------------------------------------------------------- /Demos/system_3segs_FMU.slx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathworks/More-Electric-Aircraft-in-Simscape/HEAD/Demos/system_3segs_FMU.slx -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathworks/More-Electric-Aircraft-in-Simscape/HEAD/LICENSE.md -------------------------------------------------------------------------------- /MEA.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathworks/More-Electric-Aircraft-in-Simscape/HEAD/MEA.prj -------------------------------------------------------------------------------- /Models/BC_MR.slx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathworks/More-Electric-Aircraft-in-Simscape/HEAD/Models/BC_MR.slx -------------------------------------------------------------------------------- /Models/ELEC_MR.slx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathworks/More-Electric-Aircraft-in-Simscape/HEAD/Models/ELEC_MR.slx -------------------------------------------------------------------------------- /Models/THERM_FMU.fmu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathworks/More-Electric-Aircraft-in-Simscape/HEAD/Models/THERM_FMU.fmu -------------------------------------------------------------------------------- /Models/THERM_FMU.slx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathworks/More-Electric-Aircraft-in-Simscape/HEAD/Models/THERM_FMU.slx -------------------------------------------------------------------------------- /Models/THERM_FMU_MR.slx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathworks/More-Electric-Aircraft-in-Simscape/HEAD/Models/THERM_FMU_MR.slx -------------------------------------------------------------------------------- /Models/THERM_FMU_fmu.slx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathworks/More-Electric-Aircraft-in-Simscape/HEAD/Models/THERM_FMU_fmu.slx -------------------------------------------------------------------------------- /Models/THERM_MR.slx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathworks/More-Electric-Aircraft-in-Simscape/HEAD/Models/THERM_MR.slx -------------------------------------------------------------------------------- /Models/initParams.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathworks/More-Electric-Aircraft-in-Simscape/HEAD/Models/initParams.mat -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathworks/More-Electric-Aircraft-in-Simscape/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathworks/More-Electric-Aircraft-in-Simscape/HEAD/SECURITY.md -------------------------------------------------------------------------------- /Slides/More-Electric Aircraft Modeling in Simscape.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathworks/More-Electric-Aircraft-in-Simscape/HEAD/Slides/More-Electric Aircraft Modeling in Simscape.pdf -------------------------------------------------------------------------------- /resources/project/Project.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/ProjectData.type.Info.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Categories/FileClassCategory.type.Category.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathworks/More-Electric-Aircraft-in-Simscape/HEAD/resources/project/Root.type.Categories/FileClassCategory.type.Category.xml -------------------------------------------------------------------------------- /resources/project/Root.type.Categories/FileClassCategory.type.Category/artifact.type.Label.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Categories/FileClassCategory.type.Category/convenience.type.Label.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Categories/FileClassCategory.type.Category/derived.type.Label.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Categories/FileClassCategory.type.Category/design.type.Label.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Categories/FileClassCategory.type.Category/none.type.Label.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Categories/FileClassCategory.type.Category/other.type.Label.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Categories/FileClassCategory.type.Category/test.type.Label.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.EntryPointGroups/1b97a53d-acac-49b4-b74a-9095fa7e92a5.type.EntryPointGroup.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.EntryPointGroups/2a0a167a-646b-4686-b554-d6a6fa25a343.type.EntryPointGroup.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.EntryPointGroups/355980bf-e951-449c-b224-42b62b7820df.type.EntryPointGroup.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.EntryPointGroups/692775bf-68ba-45da-b1d5-bbd7434ac262.type.EntryPointGroup.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.EntryPointGroups/b37a629c-9485-43fb-94c5-a39ccfbeb9fa.type.EntryPointGroup.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.EntryPoints/40ee012f-d366-47a5-8fde-15700e8529cf.type.EntryPoint.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathworks/More-Electric-Aircraft-in-Simscape/HEAD/resources/project/Root.type.EntryPoints/40ee012f-d366-47a5-8fde-15700e8529cf.type.EntryPoint.xml -------------------------------------------------------------------------------- /resources/project/Root.type.EntryPoints/5da9a9f6-1f69-412b-93d3-9291f537dc29.type.EntryPoint.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathworks/More-Electric-Aircraft-in-Simscape/HEAD/resources/project/Root.type.EntryPoints/5da9a9f6-1f69-412b-93d3-9291f537dc29.type.EntryPoint.xml -------------------------------------------------------------------------------- /resources/project/Root.type.EntryPoints/7cecf8e9-1d00-4dc5-9c56-a533469d6d4e.type.EntryPoint.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathworks/More-Electric-Aircraft-in-Simscape/HEAD/resources/project/Root.type.EntryPoints/7cecf8e9-1d00-4dc5-9c56-a533469d6d4e.type.EntryPoint.xml -------------------------------------------------------------------------------- /resources/project/Root.type.EntryPoints/bcee9103-269d-4a93-9b2d-7e224b5367e0.type.EntryPoint.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathworks/More-Electric-Aircraft-in-Simscape/HEAD/resources/project/Root.type.EntryPoints/bcee9103-269d-4a93-9b2d-7e224b5367e0.type.EntryPoint.xml -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Demos.type.File.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Demos.type.File/1.type.DIR_SIGNIFIER.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Demos.type.File/M_T2_E_T2_thermal.slx.type.File.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathworks/More-Electric-Aircraft-in-Simscape/HEAD/resources/project/Root.type.Files/Demos.type.File/M_T2_E_T2_thermal.slx.type.File.xml -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Demos.type.File/system_3segs.slx.type.File.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathworks/More-Electric-Aircraft-in-Simscape/HEAD/resources/project/Root.type.Files/Demos.type.File/system_3segs.slx.type.File.xml -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Demos.type.File/system_3segs_FMU.slx.type.File.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathworks/More-Electric-Aircraft-in-Simscape/HEAD/resources/project/Root.type.Files/Demos.type.File/system_3segs_FMU.slx.type.File.xml -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Models.type.File.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Models.type.File/1.type.DIR_SIGNIFIER.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Models.type.File/BC_MR.slx.type.File.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathworks/More-Electric-Aircraft-in-Simscape/HEAD/resources/project/Root.type.Files/Models.type.File/BC_MR.slx.type.File.xml -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Models.type.File/ELEC_MR.slx.type.File.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathworks/More-Electric-Aircraft-in-Simscape/HEAD/resources/project/Root.type.Files/Models.type.File/ELEC_MR.slx.type.File.xml -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Models.type.File/THERM_FMU.fmu.type.File.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Models.type.File/THERM_FMU.slx.type.File.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathworks/More-Electric-Aircraft-in-Simscape/HEAD/resources/project/Root.type.Files/Models.type.File/THERM_FMU.slx.type.File.xml -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Models.type.File/THERM_FMU_MR.slx.type.File.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathworks/More-Electric-Aircraft-in-Simscape/HEAD/resources/project/Root.type.Files/Models.type.File/THERM_FMU_MR.slx.type.File.xml -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Models.type.File/THERM_FMU_fmu.slx.type.File.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathworks/More-Electric-Aircraft-in-Simscape/HEAD/resources/project/Root.type.Files/Models.type.File/THERM_FMU_fmu.slx.type.File.xml -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Models.type.File/THERM_MR.slx.type.File.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathworks/More-Electric-Aircraft-in-Simscape/HEAD/resources/project/Root.type.Files/Models.type.File/THERM_MR.slx.type.File.xml -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Models.type.File/initParams.mat.type.File.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathworks/More-Electric-Aircraft-in-Simscape/HEAD/resources/project/Root.type.Files/Models.type.File/initParams.mat.type.File.xml -------------------------------------------------------------------------------- /resources/project/Root.type.Files/README.txt.type.File.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Slides.type.File.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Slides.type.File/1.type.DIR_SIGNIFIER.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Slides.type.File/More-Electric Aircraft Modeling in Simscape.pdf.type.File.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathworks/More-Electric-Aircraft-in-Simscape/HEAD/resources/project/Root.type.Files/Slides.type.File/More-Electric Aircraft Modeling in Simscape.pdf.type.File.xml -------------------------------------------------------------------------------- /resources/project/Root.type.ProjectPath/5462603e-318f-4fdc-b5ba-c23f1a793077.type.Reference.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.ProjectPath/71551c51-45b0-444d-ad31-7f8e9afbf8a0.type.Reference.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.ProjectPath/81382bdc-d926-4dcf-abfa-ede4fb0ab1cd.type.Reference.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/uuid-ebc36dbb-3b97-4198-8cfa-c4616650fb5b.xml: -------------------------------------------------------------------------------- 1 | 2 | --------------------------------------------------------------------------------