├── .github └── workflows │ ├── build_docs.yml │ ├── generate_libs.yml │ └── run_tests.yml ├── .gitignore ├── .gitmodules ├── appveyor.yml ├── clean.bat ├── createDocumentation.bat ├── development ├── 3rdparty.zip ├── README.md ├── developmentGuidelines.md ├── developmentProcess.md ├── images │ ├── analysisTemplate.png │ ├── centralized.png │ ├── dataHierarchy.png │ ├── dataHierarchy.pptx │ ├── develop_guide_name_description_usage.png │ ├── develop_guide_name_description_usage.pptx │ ├── develop_guide_name_description_usage2.png │ ├── parentUID.pptx │ ├── parentUID1.png │ ├── parentUID2.png │ └── releaseProcess.png ├── known_issues.md ├── project_developments.md ├── release.md ├── repository.md └── tools.md ├── documentation ├── Cpacs_doc_dsgvo.py ├── Cpacs_doc_project.shfbproj ├── DOE OPT Hierarchy.png ├── DOE OPT Hierarchy.xmind ├── GuideCurveDocumentation.pdf ├── GuideCurveDocumentation.png ├── Help.content ├── TrackType1.png ├── TrackType2.png ├── TrackType2_SubType2.png ├── TrackType3.png ├── TrackType4.png ├── TrackType4_SubType2.png ├── actuators.jpg ├── axissystem.png ├── basicPrinciple.png ├── basicPrinciple.vsd ├── bodyFixCoordSys.png ├── bodyFixCoordSys2.png ├── cargoContainer.png ├── cargoContainer.pptx ├── cells.jpg ├── componentSegments.jpg ├── componentSegments_1.png ├── componentSegments_2.png ├── componentSegments_3.png ├── controls.png ├── controls.vsd ├── cosys01.png ├── cosys02.png ├── cosys1.png ├── cosys2.png ├── curve_point_list_xyz.png ├── dataHierarchy.png ├── deckContours.png ├── deckContours.pptx ├── earthFixCoordSys.png ├── equations │ ├── G_E_nu_relation.png │ ├── Q_EngineeringConstants_orthotropicShell.png │ ├── Q_EngineeringConstants_orthotropicShell.tex │ ├── nu_E_othotropicMaterial.png │ ├── nu_E_othotropicMaterial.tex │ ├── roundedRectangle.png │ ├── roundedRectangle.tex │ ├── strain_stress_orthotropicShell.png │ ├── strain_stress_orthotropicShell.tex │ ├── strain_stress_orthotropicSolid.png │ ├── strain_stress_orthotropicSolid.tex │ ├── stress_strain_anisotropicShell.png │ ├── stress_strain_anisotropicShell.tex │ ├── stress_strain_anisotropicSolid.png │ ├── stress_strain_anisotropicSolid.tex │ ├── stress_strain_orthotropicShell.png │ ├── stress_strain_orthotropicShell.tex │ ├── superEllipse.tex │ ├── superEllipseLower.png │ ├── superEllipseUpper.png │ └── superEllipseZ0.png ├── eulerAnglesInCoordSys.png ├── geomBlock.VSD ├── geomBlock.png ├── geometryBaseTypes.png ├── geometryBaseTypes.pptx ├── guideProfileFuselage.JPG ├── guideProfileLong.JPG ├── guideProfileWing.JPG ├── landingGearPiston.png ├── landingGears.png ├── landingGearsComponents.png ├── led.png ├── led_cutout.png ├── loadReferenceLine.png ├── material_coordinates.png ├── material_postFailureOption1.png ├── material_postFailureOption2.png ├── missionDefinition.png ├── missionProfile.png ├── nacelle.png ├── nacelle.pptx ├── nacelle_centerCowl.png ├── nacelle_guideCurve.png ├── nacelle_guideCurves.png ├── nacelle_rotationCurve.png ├── nacelle_sections.png ├── obj │ └── Debug │ │ └── Cpacs_doc_project.shfbproj.AssemblyReference.cache ├── outerShape1.jpg ├── outerShape2.jpg ├── paramamSbot_GeneralDataflow.png ├── paramamSbot_GeneralWorkflow.png ├── paramamSbot_Thick1.png ├── paramamSbot_wingAnsysLc.png ├── parentUID_transformations.png ├── parentUID_transformations.pptx ├── path.jpg ├── rectangleRoundedCorners.png ├── ribs.jpg ├── rotorBlade_cs01.png ├── rotor_cs01.png ├── rotor_transformations01.png ├── spars1.jpg ├── spars2.jpg ├── spoiler1.png ├── standard_profiles.png ├── stringer2.jpg ├── stringerFramePositioning.png ├── structuralAttachments.png ├── superEllipse_05_2_5_3_025.png ├── superEllipse_1_1_1_1_05.png ├── superEllipse_2_2_2_2_05.png ├── svgs │ ├── TrackType1.svg │ ├── TrackType2.svg │ ├── TrackType2_SubType2.svg │ ├── TrackType3.svg │ ├── TrackType4.svg │ ├── TrackType4_SubType2.svg │ ├── cosys01.svg │ ├── cosys02.svg │ ├── cosys1.svg │ ├── cosys2.svg │ ├── curve_points_list_xyz.svg │ ├── landingGears.svg │ ├── landingGearsComponents.svg │ ├── landingGearsPiston.svg │ ├── material_directions.svg │ └── standard_profiles.svg ├── symmetry1.png ├── symmetry1.pptx ├── symmetry2.png ├── symmetry2.pptx ├── tracks_spoiler.jpg ├── uncertaintyFunctions.png ├── wingCutOut.jpg ├── wingCutOut2.png ├── wingExplicitStringer.jpg ├── wingcomponentsegments.jpg ├── wingelements.jpg ├── wingpositionings.jpg ├── wingsections.jpg ├── wingsegments.jpg ├── wingskinorthotropydir.jpg └── wingstringer.jpg ├── examples ├── P3-Wing-Model-VT-plus-Rudder.xml ├── basicWing.xml ├── canards.xml ├── configurationDefinition.xml ├── flightEnvelope.xml ├── flightLoadCases.xml ├── fuelTanks.xml ├── fuselageProfiles.xml ├── genericSystemShapes.xml ├── landingGears.xml ├── nacelles.xml ├── profileBasedStructuralElement.xml ├── seat.stp ├── simpleAircraft.xml ├── simpleBattery.xml ├── systemExample.xml ├── toolspecific.xml ├── wingRib.xml ├── wing_cell_rib_spar.xml ├── wing_cutOuts.xml ├── wing_explicitRibPositioning.xml └── wings_symmetry.xml ├── generateLibraries.bat ├── license.txt ├── logo.pdf ├── readme.md ├── schema ├── cpacs_schema.xsd └── toolspecific_template.xsd └── scripts ├── license.txt ├── syntax_cleanup.py └── tests ├── test_examples.py └── test_schema.py /.github/workflows/build_docs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/.github/workflows/build_docs.yml -------------------------------------------------------------------------------- /.github/workflows/generate_libs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/.github/workflows/generate_libs.yml -------------------------------------------------------------------------------- /.github/workflows/run_tests.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/.github/workflows/run_tests.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/.gitmodules -------------------------------------------------------------------------------- /appveyor.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/appveyor.yml -------------------------------------------------------------------------------- /clean.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/clean.bat -------------------------------------------------------------------------------- /createDocumentation.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/createDocumentation.bat -------------------------------------------------------------------------------- /development/3rdparty.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/development/3rdparty.zip -------------------------------------------------------------------------------- /development/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/development/README.md -------------------------------------------------------------------------------- /development/developmentGuidelines.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/development/developmentGuidelines.md -------------------------------------------------------------------------------- /development/developmentProcess.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/development/developmentProcess.md -------------------------------------------------------------------------------- /development/images/analysisTemplate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/development/images/analysisTemplate.png -------------------------------------------------------------------------------- /development/images/centralized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/development/images/centralized.png -------------------------------------------------------------------------------- /development/images/dataHierarchy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/development/images/dataHierarchy.png -------------------------------------------------------------------------------- /development/images/dataHierarchy.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/development/images/dataHierarchy.pptx -------------------------------------------------------------------------------- /development/images/develop_guide_name_description_usage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/development/images/develop_guide_name_description_usage.png -------------------------------------------------------------------------------- /development/images/develop_guide_name_description_usage.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/development/images/develop_guide_name_description_usage.pptx -------------------------------------------------------------------------------- /development/images/develop_guide_name_description_usage2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/development/images/develop_guide_name_description_usage2.png -------------------------------------------------------------------------------- /development/images/parentUID.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/development/images/parentUID.pptx -------------------------------------------------------------------------------- /development/images/parentUID1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/development/images/parentUID1.png -------------------------------------------------------------------------------- /development/images/parentUID2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/development/images/parentUID2.png -------------------------------------------------------------------------------- /development/images/releaseProcess.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/development/images/releaseProcess.png -------------------------------------------------------------------------------- /development/known_issues.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/development/known_issues.md -------------------------------------------------------------------------------- /development/project_developments.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/development/project_developments.md -------------------------------------------------------------------------------- /development/release.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/development/release.md -------------------------------------------------------------------------------- /development/repository.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/development/repository.md -------------------------------------------------------------------------------- /development/tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/development/tools.md -------------------------------------------------------------------------------- /documentation/Cpacs_doc_dsgvo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/Cpacs_doc_dsgvo.py -------------------------------------------------------------------------------- /documentation/Cpacs_doc_project.shfbproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/Cpacs_doc_project.shfbproj -------------------------------------------------------------------------------- /documentation/DOE OPT Hierarchy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/DOE OPT Hierarchy.png -------------------------------------------------------------------------------- /documentation/DOE OPT Hierarchy.xmind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/DOE OPT Hierarchy.xmind -------------------------------------------------------------------------------- /documentation/GuideCurveDocumentation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/GuideCurveDocumentation.pdf -------------------------------------------------------------------------------- /documentation/GuideCurveDocumentation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/GuideCurveDocumentation.png -------------------------------------------------------------------------------- /documentation/Help.content: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /documentation/TrackType1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/TrackType1.png -------------------------------------------------------------------------------- /documentation/TrackType2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/TrackType2.png -------------------------------------------------------------------------------- /documentation/TrackType2_SubType2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/TrackType2_SubType2.png -------------------------------------------------------------------------------- /documentation/TrackType3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/TrackType3.png -------------------------------------------------------------------------------- /documentation/TrackType4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/TrackType4.png -------------------------------------------------------------------------------- /documentation/TrackType4_SubType2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/TrackType4_SubType2.png -------------------------------------------------------------------------------- /documentation/actuators.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/actuators.jpg -------------------------------------------------------------------------------- /documentation/axissystem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/axissystem.png -------------------------------------------------------------------------------- /documentation/basicPrinciple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/basicPrinciple.png -------------------------------------------------------------------------------- /documentation/basicPrinciple.vsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/basicPrinciple.vsd -------------------------------------------------------------------------------- /documentation/bodyFixCoordSys.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/bodyFixCoordSys.png -------------------------------------------------------------------------------- /documentation/bodyFixCoordSys2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/bodyFixCoordSys2.png -------------------------------------------------------------------------------- /documentation/cargoContainer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/cargoContainer.png -------------------------------------------------------------------------------- /documentation/cargoContainer.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/cargoContainer.pptx -------------------------------------------------------------------------------- /documentation/cells.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/cells.jpg -------------------------------------------------------------------------------- /documentation/componentSegments.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/componentSegments.jpg -------------------------------------------------------------------------------- /documentation/componentSegments_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/componentSegments_1.png -------------------------------------------------------------------------------- /documentation/componentSegments_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/componentSegments_2.png -------------------------------------------------------------------------------- /documentation/componentSegments_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/componentSegments_3.png -------------------------------------------------------------------------------- /documentation/controls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/controls.png -------------------------------------------------------------------------------- /documentation/controls.vsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/controls.vsd -------------------------------------------------------------------------------- /documentation/cosys01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/cosys01.png -------------------------------------------------------------------------------- /documentation/cosys02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/cosys02.png -------------------------------------------------------------------------------- /documentation/cosys1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/cosys1.png -------------------------------------------------------------------------------- /documentation/cosys2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/cosys2.png -------------------------------------------------------------------------------- /documentation/curve_point_list_xyz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/curve_point_list_xyz.png -------------------------------------------------------------------------------- /documentation/dataHierarchy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/dataHierarchy.png -------------------------------------------------------------------------------- /documentation/deckContours.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/deckContours.png -------------------------------------------------------------------------------- /documentation/deckContours.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/deckContours.pptx -------------------------------------------------------------------------------- /documentation/earthFixCoordSys.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/earthFixCoordSys.png -------------------------------------------------------------------------------- /documentation/equations/G_E_nu_relation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/equations/G_E_nu_relation.png -------------------------------------------------------------------------------- /documentation/equations/Q_EngineeringConstants_orthotropicShell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/equations/Q_EngineeringConstants_orthotropicShell.png -------------------------------------------------------------------------------- /documentation/equations/Q_EngineeringConstants_orthotropicShell.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/equations/Q_EngineeringConstants_orthotropicShell.tex -------------------------------------------------------------------------------- /documentation/equations/nu_E_othotropicMaterial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/equations/nu_E_othotropicMaterial.png -------------------------------------------------------------------------------- /documentation/equations/nu_E_othotropicMaterial.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/equations/nu_E_othotropicMaterial.tex -------------------------------------------------------------------------------- /documentation/equations/roundedRectangle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/equations/roundedRectangle.png -------------------------------------------------------------------------------- /documentation/equations/roundedRectangle.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/equations/roundedRectangle.tex -------------------------------------------------------------------------------- /documentation/equations/strain_stress_orthotropicShell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/equations/strain_stress_orthotropicShell.png -------------------------------------------------------------------------------- /documentation/equations/strain_stress_orthotropicShell.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/equations/strain_stress_orthotropicShell.tex -------------------------------------------------------------------------------- /documentation/equations/strain_stress_orthotropicSolid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/equations/strain_stress_orthotropicSolid.png -------------------------------------------------------------------------------- /documentation/equations/strain_stress_orthotropicSolid.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/equations/strain_stress_orthotropicSolid.tex -------------------------------------------------------------------------------- /documentation/equations/stress_strain_anisotropicShell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/equations/stress_strain_anisotropicShell.png -------------------------------------------------------------------------------- /documentation/equations/stress_strain_anisotropicShell.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/equations/stress_strain_anisotropicShell.tex -------------------------------------------------------------------------------- /documentation/equations/stress_strain_anisotropicSolid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/equations/stress_strain_anisotropicSolid.png -------------------------------------------------------------------------------- /documentation/equations/stress_strain_anisotropicSolid.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/equations/stress_strain_anisotropicSolid.tex -------------------------------------------------------------------------------- /documentation/equations/stress_strain_orthotropicShell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/equations/stress_strain_orthotropicShell.png -------------------------------------------------------------------------------- /documentation/equations/stress_strain_orthotropicShell.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/equations/stress_strain_orthotropicShell.tex -------------------------------------------------------------------------------- /documentation/equations/superEllipse.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/equations/superEllipse.tex -------------------------------------------------------------------------------- /documentation/equations/superEllipseLower.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/equations/superEllipseLower.png -------------------------------------------------------------------------------- /documentation/equations/superEllipseUpper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/equations/superEllipseUpper.png -------------------------------------------------------------------------------- /documentation/equations/superEllipseZ0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/equations/superEllipseZ0.png -------------------------------------------------------------------------------- /documentation/eulerAnglesInCoordSys.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/eulerAnglesInCoordSys.png -------------------------------------------------------------------------------- /documentation/geomBlock.VSD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/geomBlock.VSD -------------------------------------------------------------------------------- /documentation/geomBlock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/geomBlock.png -------------------------------------------------------------------------------- /documentation/geometryBaseTypes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/geometryBaseTypes.png -------------------------------------------------------------------------------- /documentation/geometryBaseTypes.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/geometryBaseTypes.pptx -------------------------------------------------------------------------------- /documentation/guideProfileFuselage.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/guideProfileFuselage.JPG -------------------------------------------------------------------------------- /documentation/guideProfileLong.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/guideProfileLong.JPG -------------------------------------------------------------------------------- /documentation/guideProfileWing.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/guideProfileWing.JPG -------------------------------------------------------------------------------- /documentation/landingGearPiston.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/landingGearPiston.png -------------------------------------------------------------------------------- /documentation/landingGears.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/landingGears.png -------------------------------------------------------------------------------- /documentation/landingGearsComponents.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/landingGearsComponents.png -------------------------------------------------------------------------------- /documentation/led.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/led.png -------------------------------------------------------------------------------- /documentation/led_cutout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/led_cutout.png -------------------------------------------------------------------------------- /documentation/loadReferenceLine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/loadReferenceLine.png -------------------------------------------------------------------------------- /documentation/material_coordinates.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/material_coordinates.png -------------------------------------------------------------------------------- /documentation/material_postFailureOption1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/material_postFailureOption1.png -------------------------------------------------------------------------------- /documentation/material_postFailureOption2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/material_postFailureOption2.png -------------------------------------------------------------------------------- /documentation/missionDefinition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/missionDefinition.png -------------------------------------------------------------------------------- /documentation/missionProfile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/missionProfile.png -------------------------------------------------------------------------------- /documentation/nacelle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/nacelle.png -------------------------------------------------------------------------------- /documentation/nacelle.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/nacelle.pptx -------------------------------------------------------------------------------- /documentation/nacelle_centerCowl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/nacelle_centerCowl.png -------------------------------------------------------------------------------- /documentation/nacelle_guideCurve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/nacelle_guideCurve.png -------------------------------------------------------------------------------- /documentation/nacelle_guideCurves.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/nacelle_guideCurves.png -------------------------------------------------------------------------------- /documentation/nacelle_rotationCurve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/nacelle_rotationCurve.png -------------------------------------------------------------------------------- /documentation/nacelle_sections.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/nacelle_sections.png -------------------------------------------------------------------------------- /documentation/obj/Debug/Cpacs_doc_project.shfbproj.AssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/obj/Debug/Cpacs_doc_project.shfbproj.AssemblyReference.cache -------------------------------------------------------------------------------- /documentation/outerShape1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/outerShape1.jpg -------------------------------------------------------------------------------- /documentation/outerShape2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/outerShape2.jpg -------------------------------------------------------------------------------- /documentation/paramamSbot_GeneralDataflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/paramamSbot_GeneralDataflow.png -------------------------------------------------------------------------------- /documentation/paramamSbot_GeneralWorkflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/paramamSbot_GeneralWorkflow.png -------------------------------------------------------------------------------- /documentation/paramamSbot_Thick1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/paramamSbot_Thick1.png -------------------------------------------------------------------------------- /documentation/paramamSbot_wingAnsysLc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/paramamSbot_wingAnsysLc.png -------------------------------------------------------------------------------- /documentation/parentUID_transformations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/parentUID_transformations.png -------------------------------------------------------------------------------- /documentation/parentUID_transformations.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/parentUID_transformations.pptx -------------------------------------------------------------------------------- /documentation/path.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/path.jpg -------------------------------------------------------------------------------- /documentation/rectangleRoundedCorners.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/rectangleRoundedCorners.png -------------------------------------------------------------------------------- /documentation/ribs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/ribs.jpg -------------------------------------------------------------------------------- /documentation/rotorBlade_cs01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/rotorBlade_cs01.png -------------------------------------------------------------------------------- /documentation/rotor_cs01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/rotor_cs01.png -------------------------------------------------------------------------------- /documentation/rotor_transformations01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/rotor_transformations01.png -------------------------------------------------------------------------------- /documentation/spars1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/spars1.jpg -------------------------------------------------------------------------------- /documentation/spars2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/spars2.jpg -------------------------------------------------------------------------------- /documentation/spoiler1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/spoiler1.png -------------------------------------------------------------------------------- /documentation/standard_profiles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/standard_profiles.png -------------------------------------------------------------------------------- /documentation/stringer2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/stringer2.jpg -------------------------------------------------------------------------------- /documentation/stringerFramePositioning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/stringerFramePositioning.png -------------------------------------------------------------------------------- /documentation/structuralAttachments.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/structuralAttachments.png -------------------------------------------------------------------------------- /documentation/superEllipse_05_2_5_3_025.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/superEllipse_05_2_5_3_025.png -------------------------------------------------------------------------------- /documentation/superEllipse_1_1_1_1_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/superEllipse_1_1_1_1_05.png -------------------------------------------------------------------------------- /documentation/superEllipse_2_2_2_2_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/superEllipse_2_2_2_2_05.png -------------------------------------------------------------------------------- /documentation/svgs/TrackType1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/svgs/TrackType1.svg -------------------------------------------------------------------------------- /documentation/svgs/TrackType2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/svgs/TrackType2.svg -------------------------------------------------------------------------------- /documentation/svgs/TrackType2_SubType2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/svgs/TrackType2_SubType2.svg -------------------------------------------------------------------------------- /documentation/svgs/TrackType3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/svgs/TrackType3.svg -------------------------------------------------------------------------------- /documentation/svgs/TrackType4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/svgs/TrackType4.svg -------------------------------------------------------------------------------- /documentation/svgs/TrackType4_SubType2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/svgs/TrackType4_SubType2.svg -------------------------------------------------------------------------------- /documentation/svgs/cosys01.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/svgs/cosys01.svg -------------------------------------------------------------------------------- /documentation/svgs/cosys02.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/svgs/cosys02.svg -------------------------------------------------------------------------------- /documentation/svgs/cosys1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/svgs/cosys1.svg -------------------------------------------------------------------------------- /documentation/svgs/cosys2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/svgs/cosys2.svg -------------------------------------------------------------------------------- /documentation/svgs/curve_points_list_xyz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/svgs/curve_points_list_xyz.svg -------------------------------------------------------------------------------- /documentation/svgs/landingGears.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/svgs/landingGears.svg -------------------------------------------------------------------------------- /documentation/svgs/landingGearsComponents.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/svgs/landingGearsComponents.svg -------------------------------------------------------------------------------- /documentation/svgs/landingGearsPiston.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/svgs/landingGearsPiston.svg -------------------------------------------------------------------------------- /documentation/svgs/material_directions.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/svgs/material_directions.svg -------------------------------------------------------------------------------- /documentation/svgs/standard_profiles.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/svgs/standard_profiles.svg -------------------------------------------------------------------------------- /documentation/symmetry1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/symmetry1.png -------------------------------------------------------------------------------- /documentation/symmetry1.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/symmetry1.pptx -------------------------------------------------------------------------------- /documentation/symmetry2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/symmetry2.png -------------------------------------------------------------------------------- /documentation/symmetry2.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/symmetry2.pptx -------------------------------------------------------------------------------- /documentation/tracks_spoiler.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/tracks_spoiler.jpg -------------------------------------------------------------------------------- /documentation/uncertaintyFunctions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/uncertaintyFunctions.png -------------------------------------------------------------------------------- /documentation/wingCutOut.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/wingCutOut.jpg -------------------------------------------------------------------------------- /documentation/wingCutOut2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/wingCutOut2.png -------------------------------------------------------------------------------- /documentation/wingExplicitStringer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/wingExplicitStringer.jpg -------------------------------------------------------------------------------- /documentation/wingcomponentsegments.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/wingcomponentsegments.jpg -------------------------------------------------------------------------------- /documentation/wingelements.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/wingelements.jpg -------------------------------------------------------------------------------- /documentation/wingpositionings.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/wingpositionings.jpg -------------------------------------------------------------------------------- /documentation/wingsections.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/wingsections.jpg -------------------------------------------------------------------------------- /documentation/wingsegments.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/wingsegments.jpg -------------------------------------------------------------------------------- /documentation/wingskinorthotropydir.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/wingskinorthotropydir.jpg -------------------------------------------------------------------------------- /documentation/wingstringer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/documentation/wingstringer.jpg -------------------------------------------------------------------------------- /examples/P3-Wing-Model-VT-plus-Rudder.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/examples/P3-Wing-Model-VT-plus-Rudder.xml -------------------------------------------------------------------------------- /examples/basicWing.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/examples/basicWing.xml -------------------------------------------------------------------------------- /examples/canards.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/examples/canards.xml -------------------------------------------------------------------------------- /examples/configurationDefinition.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/examples/configurationDefinition.xml -------------------------------------------------------------------------------- /examples/flightEnvelope.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/examples/flightEnvelope.xml -------------------------------------------------------------------------------- /examples/flightLoadCases.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/examples/flightLoadCases.xml -------------------------------------------------------------------------------- /examples/fuelTanks.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/examples/fuelTanks.xml -------------------------------------------------------------------------------- /examples/fuselageProfiles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/examples/fuselageProfiles.xml -------------------------------------------------------------------------------- /examples/genericSystemShapes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/examples/genericSystemShapes.xml -------------------------------------------------------------------------------- /examples/landingGears.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/examples/landingGears.xml -------------------------------------------------------------------------------- /examples/nacelles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/examples/nacelles.xml -------------------------------------------------------------------------------- /examples/profileBasedStructuralElement.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/examples/profileBasedStructuralElement.xml -------------------------------------------------------------------------------- /examples/seat.stp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/examples/seat.stp -------------------------------------------------------------------------------- /examples/simpleAircraft.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/examples/simpleAircraft.xml -------------------------------------------------------------------------------- /examples/simpleBattery.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/examples/simpleBattery.xml -------------------------------------------------------------------------------- /examples/systemExample.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/examples/systemExample.xml -------------------------------------------------------------------------------- /examples/toolspecific.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/examples/toolspecific.xml -------------------------------------------------------------------------------- /examples/wingRib.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/examples/wingRib.xml -------------------------------------------------------------------------------- /examples/wing_cell_rib_spar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/examples/wing_cell_rib_spar.xml -------------------------------------------------------------------------------- /examples/wing_cutOuts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/examples/wing_cutOuts.xml -------------------------------------------------------------------------------- /examples/wing_explicitRibPositioning.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/examples/wing_explicitRibPositioning.xml -------------------------------------------------------------------------------- /examples/wings_symmetry.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/examples/wings_symmetry.xml -------------------------------------------------------------------------------- /generateLibraries.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/generateLibraries.bat -------------------------------------------------------------------------------- /license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/license.txt -------------------------------------------------------------------------------- /logo.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/logo.pdf -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/readme.md -------------------------------------------------------------------------------- /schema/cpacs_schema.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/schema/cpacs_schema.xsd -------------------------------------------------------------------------------- /schema/toolspecific_template.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/schema/toolspecific_template.xsd -------------------------------------------------------------------------------- /scripts/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/scripts/license.txt -------------------------------------------------------------------------------- /scripts/syntax_cleanup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/scripts/syntax_cleanup.py -------------------------------------------------------------------------------- /scripts/tests/test_examples.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/scripts/tests/test_examples.py -------------------------------------------------------------------------------- /scripts/tests/test_schema.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DLR-SL/CPACS/HEAD/scripts/tests/test_schema.py --------------------------------------------------------------------------------