From 551bb863d6a61139332c419c42e688bbd45c131d Mon Sep 17 00:00:00 2001 From: Fraser LeFevre Date: Fri, 24 Apr 2020 14:33:05 -0600 Subject: [PATCH 1/3] Added PET Rule to prevent Conflicting Variable Names --- src/CyPhyPET/Rules/Global.cs | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/src/CyPhyPET/Rules/Global.cs b/src/CyPhyPET/Rules/Global.cs index 47609297d..630b64803 100755 --- a/src/CyPhyPET/Rules/Global.cs +++ b/src/CyPhyPET/Rules/Global.cs @@ -142,7 +142,34 @@ public static IEnumerable UniqueTestBenchRefNames(CyPhy.Parame .Concat(pet.Children.DriverCollection) .Concat(pet.Children.ParametricExplorationCollection); - return UniqueNames(components); + return UniqueConstantsParametersAndOutputs(pet) + .Concat(UniqueNames(components)); + } + + public static IEnumerable UniqueConstantsParametersAndOutputs(CyPhy.ParametricExploration pet) + { + var result = new List(); + + var names = pet.Children.ConstantsCollection.SelectMany( + constants_block => constants_block.Children.MetricCollection.Select( + constant => new Tuple(constant.Name, string.Format("{0}.{1} ({2})", constants_block.Name, constant.Name, constant.Kind)))); + names = names.Concat(pet.Children.DriverCollection.SelectMany( + driver => driver.AllChildren.Where( + child => new List() { typeof(CyPhyClasses.DesignVariable).Name, typeof(CyPhyClasses.IntermediateVariable).Name, typeof(CyPhyClasses.Objective).Name }.Contains(child.Kind)).Select( + child => new Tuple(child.Name, string.Format("{0}.{1} ({2})", driver.Name, child.Name, child.Kind))))); + + foreach (var group in names.GroupBy(variable => variable.Item1).Where(group => group.Count() > 1)) + { + var feedback = new GenericRuleFeedback() + { + FeedbackType = FeedbackTypes.Error, + InvolvedObjectsByRole = null, + Message = string.Format("PET requires unique names. Duplicate Names: {0}: {1}", group.Key, String.Join(",", group.Select(pair => pair.Item2).ToArray())) + }; + result.Add(feedback); + } + + return result; } public static IEnumerable UniqueNames(IEnumerable components) @@ -155,6 +182,7 @@ public static IEnumerable UniqueNames(IEnumerable compone var feedback = new GenericRuleFeedback() { FeedbackType = FeedbackTypes.Error, + InvolvedObjectsByRole = null, Message = string.Format("PET requires unique names. Duplicate names: {0}", String.Join(",", dupNames.ToArray())) }; result.Add(feedback); From 9455f6ec09ee48f0db72de1c8fca6a8948e0ceef Mon Sep 17 00:00:00 2001 From: Fraser LeFevre Date: Tue, 28 Apr 2020 12:47:14 -0600 Subject: [PATCH 2/3] Modified PET tests to be in harmony with new Rule --- .../WorkFlow_PET.xme | 69016 ++++++++-------- test/CyPhyPETTest/Test_run_mdao.cs | 8 +- 2 files changed, 34512 insertions(+), 34512 deletions(-) diff --git a/models/PET_simple_proof-of-concept/WorkFlow_PET.xme b/models/PET_simple_proof-of-concept/WorkFlow_PET.xme index 01e4c1fac..83271e4d8 100644 --- a/models/PET_simple_proof-of-concept/WorkFlow_PET.xme +++ b/models/PET_simple_proof-of-concept/WorkFlow_PET.xme @@ -1,2734 +1,2530 @@ - + RootFolder - + RootFolder - - Components - - passive - - resistors - - Resistor_R0603 - - .\components\23kc5zsm\Images\Icon.png + + CADResourceLibrary + + GeometryDefinition + + 4Pt_Polygon + + Interior And Boundary + + + None + + + Additive + + + Toward_Reference_Point + + + OrdinalPosition_3 + + + + + + 140,203 + + - - 672329de-2203-4d4b-9721-db5428ba573d + + - + - - passive.resistors + + - + - - 1 + + 3 - + + + OrdinalPosition_1 + + + + + + 140,21 + + + + - + - + - - components\23kc5zsm + + - + + 1 + + + + OrdinalPosition_2 + + + + + + 140,112 + + + + - + - + - - P1 - + + + + + 2 + + + + OrdinalPosition_4 + + + - - - - 49,28 - - - - - - 49,28 - - - - - - 49,28 - - - - - - 49,28 - - - - - - 49,28 - + + 140,301 - - - - 49,28 - + + + + + + + + + + + + + + + + 4 + + + + + Extrusion_From_4Pt_Polygon + + Interior And Boundary + + + None + + + Additive + + + Toward_Reference_Point + + + OrdinalPosition_3 + + + + + + 609,280 - - - - 49,28 - + + + + + + + + + + + + + + + + + + + + + + false + + + + OrdinalPosition_1 + + + + + + 609,98 - - - - 49,28 - + + + + + + + + + + + + + + + + + + + + + + false + + + + OrdinalPosition_2 + + + + + + 609,189 - - - - 56,21 - + + + + + + + + + + + + + + + + + + + + + + false + + + + PortComposition + + w + + + + + + ExtrusionGeometry + + + + + + 357,224 - + + + + Interior And Boundary + + + None + + + Additive + + + Toward_Reference_Point + + + OrdinalPosition_4 + + + - 49,28 + 266,329 - + - - id-4cde194d-606e-4bdd-918c-ea63b4229a25 + + - + - - pwr - - - - - - 364,287 - - - - - - 364,287 - - - - - electrical_analog_pos.png - - - electrical_analog_pos.png - - - Modelica.Electrical.Analog.Interfaces.Pin - - - - - - - - - id-9ccc1c93-46c9-420c-a4fa-c67100aa6845 - - - - - - - - - - - P2 + + 4 + + + + OrdinalPosition_2 - - - - 553,126 - - - - - - 553,126 - - - - - - 553,126 - - - - - - 553,126 - - - - - - 553,126 - - - - - - 553,126 - - - - - - 553,126 - - - - - - 553,126 - - - - - - 553,126 - - - + - 553,126 + 266,140 - + - - id-be3b9612-91e6-4ca3-a58d-a66412fbdd2f + + - + - - pwr - - - - - - 49,112 - - - - - - 49,112 - - - - - electrical_analog_pos.png - - - electrical_analog_pos.png - - - Modelica.Electrical.Analog.Interfaces.Pin - - - - - - - - - id-5c3dea08-c1a6-4fc5-bd76-103368e60218 - - - - - - - - - - - ModelicaModel + + 2 + + + + OrdinalPosition_3 - + - 315,441 + 266,231 - + + + + + + + + + + + + + + + 3 + + + + OrdinalPosition_1 + + + - 315,441 - - - - - - 315,441 - - - - - - 315,441 - - - - - - 315,441 + 266,49 - - - - - Modelica.Electrical.Analog.Basic.Resistor - - + - + - - n - - - - - - 497,42 - - - - - electrical_analog_pos.png - - - electrical_analog_pos.png - - - Modelica.Electrical.Analog.Interfaces.Pin - - - - - - - - - id-9d06782f-fa27-4191-9451-ec7d7ce6e2fa - - - 2 - - - - - - - p - - - - - - 56,35 - - - - - electrical_analog_pos.png - - - electrical_analog_pos.png - - - Modelica.Electrical.Analog.Interfaces.Pin - - - - - - - - - id-865fd020-8bdc-4fe4-b16a-0a220d9ada39 - - - 1 - - - - - - - R - - - - - - 224,21 - - - - - - - - id-c267e4df-f759-4129-b268-503d0c9c9249 - - - 10000 - - - - - CADModel - - - - - - 259,665 - - - - - - 259,665 - - - - + - - Creo - - + - - Part - - - + + 1 - - 48F3D3FB1F15400BA9E16BFF5BE7861 - - - - - - 25,25 - - - - - 48F3D3FB1F15400BA9E16BFF5BE7861 - - - - - - - - - - - - cad.48F3D3FB1F15400BA9E16BFF5BE7861 - - - - - - false - - - - CS - - - - - - 125,25 - - - - - CS - - - - - - - - - - - - cad.CS - - - - - - false - - - - CADParameter - - - - - - 63,168 - - - - - Float - - - - - - CADParameter - - - CADParameter - - - -inf..inf - - - - - - - - - - - CADModel - + + + + PortComposition + + w + + + + + + PortComposition + + w + + + + + + PortComposition + + w + + + + + + OrdinalPosition_4 + + + - - - - 609,462 - - - - - - 609,462 - + + 609,378 - - - - - AP 203 - - - - - - Part - - - - - - - Icon - + + + + + + + + + + + + + + + + + + + + + false + + + + ExtrusionHeight + + + - - - - 42,553 - + + 609,476 - - - - - id-655d446e-c3bf-48b1-8fea-25b70771b78b - - - - - - Images/Icon.png - - - - pkg_0603.prt - + + + + + + + + + + + + + + + + + + + + + false + + + + + Circle + + Interior And Boundary + + + None + + + Additive + + + CircleEdge_2 + + + - - - - 343,574 - + + 105,119 - - - - - id-cea448f5-0f8c-44ae-99a4-e30a668604a2 - - - CAD Model Import tool added this resource object for the imported CAD file - - - CAD\pkg_0603.prt - - - - Resource - + + + + + + + + + + + + + + + + + + + + + false + + + + CircleEdge_1 + + + - - - - 756,392 - + + 105,28 - - - - - id-92946605-e441-48f6-b859-315e294cedf5 - - - - - - CAD\pkg_0603.step - - - - AssemblyRoot - + + + + + + + + + + + + + + + + + + + + + false + + + + CircleCenter + + + - - - - 112,112 - + + 105,217 - - - - - - - - - - - - - - - CADParameter - - - - - - 35,686 - - - - - - 140,385 - - - - - - 140,385 - - - - - - 140,385 - - - - - - 140,385 - - - - - - 140,385 - - - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - R - - - - - - 28,210 - - - - - - 28,210 - - - - - - 28,210 - - - - - - 28,210 - - - - - - 28,210 - - - - - - 28,210 - - - - - Addition - - - String - - - 10000 - - - - - - - - - false - - - id-15cdbad5-6620-42a2-bf0d-3808956c1860 - - - - - - -inf..inf - - - - - - 10000 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - CADParameterPortMap - - - - - - - - Thing - - dome.png - - - 1c845f9c-3c4f-4418-b9a5-089664e307c3 - - - - - - - - - - - - 2 - - - {355bf193-04e7-4216-af04-6478a0256dca} - - - - - - - - - components/41nxu0dx/ - - - - - - - - - - - - cost - - - - - - 105,84 - - - - - - 924,56 - - + - - 924,56 - - - + + - - 924,56 - - - + + - - 924,56 - - - + + - - 924,56 - - - - - Addition - - - String - - - - - - - - - - - - false - - - id-9bd3cfd6-59b2-4990-ae6e-bf4c83a6ff4b - - - - - - -inf..inf - - - - - - 202.01 - - - - - Box - - a98f4bed-d316-4e06-a26b-791dfbe0c799 - - - - - - - - - - - - 3 - - - ab3f3a7e-8983-48a2-8063-3c01db974843 - - - - - - - - - components/5lvqvhdg/ - - - - - - - - - - - - CADModel - - - + + - - 518,189 - - - + + - - 518,189 - - - - - - - - Creo + + + false + + + + + 5Pt_Polygon + + Interior And Boundary - - + + None - - Part + + Additive - - + + Toward_Reference_Point - - FACE1 + + OrdinalPosition_1 - + - 77,28 + 140,21 - - FACE1 - - + - - id-3648b58e-4e61-4d61-91b4-0f9ec6b9de27 - - - false + + 1 - - FACE2 + + OrdinalPosition_2 - + - 77,91 + 140,112 - - FACE2 - - + - - id-77b94163-2658-43be-9f59-2eed5768184f - - - false + + 2 - - FACE3 + + OrdinalPosition_5 - + - 77,154 + 140,399 - - FACE3 - - + - - id-3f377209-8a0d-4461-958a-8c96c1ae33b4 - - - false + + 5 - - FACE4 + + OrdinalPosition_3 - + - 77,217 + 140,203 - - FACE4 - - + - - id-8b98133a-bd9e-4e4c-a893-3901bb37a2b6 - - - false + + 3 - - FACE5 + + OrdinalPosition_4 - + - 77,280 + 140,301 - - FACE5 - - + - - id-0bd93251-8d38-4afb-8b1f-a445793b8cff - - - false + + 4 - - FACE6 + + + 6Pt_Polygon + + Interior And Boundary + + + None + + + Additive + + + Toward_Reference_Point + + + OrdinalPosition_4 - + - 77,343 + 140,301 - - FACE6 - - + - - id-1cdb1700-2e86-4cd9-a123-6e07db5d0b5b - - - false + + 4 - - PNT0 + + OrdinalPosition_5 - + - 301,21 + 140,399 - - PNT0 - - + - - id-d941a582-8054-4f07-9f93-43e41a886121 - - - false + + 5 - - PNT1 + + OrdinalPosition_6 - + - 308,91 + 140,497 - - PNT1 - - + - - id-b79adb6e-3d1e-4517-b73f-de27824a6375 - - - false + + 6 - - PNT2 + + OrdinalPosition_1 - + - 308,168 + 140,21 - - PNT2 - - + - - id-534e12c7-111c-4de7-9715-a2f987aa5bc9 - - - false + + 1 - - - Resource - - - + + OrdinalPosition_3 + - - 553,98 + + + + 140,203 + - - - - - - id-fddc27ff-cc5e-4f58-9b02-6d22f20c7610 - - - - - - CAD\box.prt - - - - FACE1 - - - + - - 112,49 - - - + + - - 112,49 + + + + + + + + + 3 + + + + OrdinalPosition_2 + + + + + + 140,112 + - - - - - - - - - - - - + + + + + + + + + + + + + + 2 + + + + + Plane + + Interior And Boundary - - id-2b23e16e-b41b-42b5-80fe-7f075e6932ba + + None - - + + Additive - - false + + Toward_Reference_Point - - - FACE2 - - - + + ReferencePoint + - - 112,112 + + + + 119,42 + - + - - 112,49 - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + false + + + + + Extrusion_From_6Pt_Polygon + + Interior And Boundary - - id-d5d3da13-583e-443e-b62f-074f818f48eb + + None - - + + Additive - - false + + Toward_Reference_Point - - - FACE3 - - - + + ExtrusionHeight + - - 112,175 + + + + 693,546 + - + - - 112,49 - - - - - - - - - - - - - - - - - id-21c5f359-f455-4072-a67b-7f3832c7d2d8 - - - - - - false - - - - FACE4 - - - + + - - 112,238 - + + + + + + + + + + + + + + + false + + + + PortComposition + + w - + + + + + OrdinalPosition_2 + - - 112,49 + + + + 693,119 + - - - - - - - - - - - - - - - id-9e149ebc-245c-4ee8-9c62-804dd112df8a - - - - - - false - - - - FACE5 - - - + - - 112,301 + + + + + + + + + + + + + + + + + + false + + + + OrdinalPosition_3 + + + + + + 693,210 + - + - - 112,49 - + + + + + + + + + + + + + + + + + + false + + + + PortComposition + + w - - - - - - - - - - - - - - - id-064bd603-9d05-4ab8-a24d-ef3c99763218 - - - - - - false - - - - FACE6 - - - + + + + + PortComposition + + w + + + + + + OrdinalPosition_6 + - - 112,364 + + + + 693,462 + - + - - 112,49 + + + + + + + + + + + + + + + + + + false + + + + OrdinalPosition_1 + + + + + + 693,35 + - - - - - - - - - - - - - - - id-78e9d85c-37b3-4edf-80d8-c91da0ebde5c - - - - - - false - - - - Point0 - - - + - - 756,112 - + + + + + + + + + + + + + + + + + + false + + + + PortComposition + + w - + + + + + OrdinalPosition_4 + - - 756,112 + + + + 693,294 + - - - - - - - - - - - - - - - id-041d0ce3-3363-4ed0-be2b-99f279ccb520 - - - - - - false - - - - Point - - - - - - 749,182 - - - - - - 756,112 - - - - - - - - - - - - - - - - - id-dfe3c9e4-b2ab-479e-9b84-552596b5932c - - - - - - false - - - - Point - - - - - - 777,238 - - - - - - 756,112 - - - - - - - - - - - - - - - - - id-4450b549-6f1e-4f07-9d66-06c8365c8fdb - - - - - - false - - - - PortComposition - - - - - PortComposition - - - - - PortComposition - - e - - - - - - PortComposition - - - - - PortComposition - - s - - - - - - PortComposition - - - - - UsesResource - - - - - PortComposition - - E - - - - - - PortComposition - - - - - PortComposition - - - - - - - Designs - - SimpleSystem - - - - - {ec537329-2daf-42cc-b1a7-076d594052a3} - - - - - - 4 - - - - - - - - - designs\v4wqtw3axj3 - - - Resistor_R0603 - - - - ,id-0067-000001d8,id-0065-00000025 - - - 26d3e22d-5567-4cde-b1d2-5dd672e6d967 - - - id-0065-00000025 - - - - - + - - 553,175 - - - - - 672329de-2203-4d4b-9721-db5428ba573d - - - - - - passive.resistors - - - - - - 1 - - - 26d3e22d-5567-4cde-b1d2-5dd672e6d967 - - - - - - - - - components\23kc5zsm - - - - - - - - - - - - P1 - + + - - id-4cde194d-606e-4bdd-918c-ea63b4229a25 - - + - - pwr - - Modelica.Electrical.Analog.Interfaces.Pin - - - - - - - - - id-9ccc1c93-46c9-420c-a4fa-c67100aa6845 - - - - - - - - - - - P2 - + - + - - id-be3b9612-91e6-4ca3-a58d-a66412fbdd2f + + false - + + + ExtrusionGeometry + + + + + 413,259 + + + + + Interior And Boundary - - pwr - - Modelica.Electrical.Analog.Interfaces.Pin - - + + None + + + Additive + + + Toward_Reference_Point + + + OrdinalPosition_1 + + + + + + 357,49 + + + + - - id-5c3dea08-c1a6-4fc5-bd76-103368e60218 - - + - + - - - - ModelicaModel - - - - - Modelica.Electrical.Analog.Basic.Resistor - - - - - - - - - p - - Modelica.Electrical.Analog.Interfaces.Pin + + 1 - + + + OrdinalPosition_6 + + + + + + 357,525 + + + + - - id-865fd020-8bdc-4fe4-b16a-0a220d9ada39 - - - 1 + + - + - - - n - - Modelica.Electrical.Analog.Interfaces.Pin + + 6 - + + + OrdinalPosition_4 + + + + + + 357,329 + + + + - - id-9d06782f-fa27-4191-9451-ec7d7ce6e2fa - - - 2 - - + - - - R - + - - id-c267e4df-f759-4129-b268-503d0c9c9249 - - - 10000 - - - - - CADModel - - - - - Creo - - - - - - Part - - - - - - CS - - CS + + 4 - + + + OrdinalPosition_5 + - - + + + + 357,427 + + + + - + - - cad.CS + + - + - - false + + 5 - - 48F3D3FB1F15400BA9E16BFF5BE7861 - - 48F3D3FB1F15400BA9E16BFF5BE7861 - - + + OrdinalPosition_3 + - - + + + + 357,231 + + + + - + - - cad.48F3D3FB1F15400BA9E16BFF5BE7861 + + - + - - false + + 3 - - CADParameter - - Float - - + + OrdinalPosition_2 + + + + + + 357,140 + + + + - - CADParameter - - - CADParameter + + - - -inf..inf + + - + - - 0 + + 2 - + - - CADModel - + + PortComposition + + w + + + + + + OrdinalPosition_5 + - - - AP 203 - - + + + + 693,385 + + + + - - Part + + - + - - - Icon - + - - id-655d446e-c3bf-48b1-8fea-25b70771b78b + + - + - - Images/Icon.png + + false - - Resource - + + PortComposition + + w + + + + + + + Extrusion_From_3Pt_Polygon + + Interior And Boundary + + + None + + + Additive + + + Toward_Reference_Point + + + ExtrusionGeometry + + + + + 385,140 + + + + + Interior And Boundary - - id-92946605-e441-48f6-b859-315e294cedf5 + + None - + + Additive + + + Toward_Reference_Point + + + OrdinalPosition_2 + + + + + + 462,175 + + + + + + + + + + + + + + + + + 2 + + + + OrdinalPosition_3 + + + + + + 462,259 + + + + + + + + + + + + + + + + + 3 + + + + OrdinalPosition_1 + + + + + + 462,91 + + + + + + + + + + + + + + + + + 1 + + + + + OrdinalPosition_2 + + + + + + 637,161 + + + + - - CAD\pkg_0603.step + + - - - pkg_0603.prt - + - - id-cea448f5-0f8c-44ae-99a4-e30a668604a2 + + - - CAD Model Import tool added this resource object for the imported CAD file + + - - CAD\pkg_0603.prt + + + + + false - - AssemblyRoot + + PortComposition + + w + + + + + + PortComposition + + w + + + + + + ExtrusionHeight + + + + + + 637,336 + + + + + + + + + - - - CADParameter - - Addition - - - String + + false - + + + PortComposition + + w + + + + + + OrdinalPosition_1 + + + + + + 637,63 + + + + - + - + - - false + + - + - - -inf..inf + + false - + + + OrdinalPosition_3 + - - + + + + 637,245 + + + + - - - R - - Addition + + - - String + + - - 10000 + + - + - + - + false - - id-15cdbad5-6620-42a2-bf0d-3808956c1860 + + + + Cylinder + + Interior And Boundary + + + IncludeEndCaps + + + None + + + Additive + + + CylinderRadius + + + + + + 119,161 + + + + + - + - - -inf..inf + + - + - - 10000 + + - - - - - - - - - - - - - - - - - - CADParameterPortMap - - - - Thing - - - - ,id-0067-000001d7,id-0065-00000031 - - - a0f3fe04-910f-4235-99f5-a338c0b6dd6e - - - id-0065-00000031 - - - - - + - - 252,168 - - - + + + false + + + + CylinderStart + - - 98,98 + + + + 119,42 + - - - 1c845f9c-3c4f-4418-b9a5-089664e307c3 - - - - - - - - - - - - 2 - - - a0f3fe04-910f-4235-99f5-a338c0b6dd6e - - - - - - - - - components/41nxu0dx/ - - - - - - - - - - - - cost - - Addition + + - - String + + - + - + - + - + + + + false - - id-9bd3cfd6-59b2-4990-ae6e-bf4c83a6ff4b + + + CylinderEnd + + + + + + 119,287 + + + + + - + - - -inf..inf + + - + - - 202.01 + + - + + + + + false + + - - CADParameter - - - + + Sphere + + Interior And Boundary + + + None + + + Additive + + + SphereCenter + - - 35,357 + + + + 126,147 + - + - - 231,364 - - - + + - - 231,364 - - - + + - - 231,364 + + + + + + + + + + + + false + + + + SphereEdge + + + + + + 126,49 + - - - Addition - - - String - - - - - - - - - - - - false - - - id-b39b7114-51b4-43d1-a62e-1ecc0d649ed2 - - - - - - -inf..inf - - - - - - - - - - ValueFlow - - - - - - - - - Box - - - - - {27f45fa2-9be1-4a0f-883b-b0246581d370} - - - - - - 2 - - - - - - - - - designs\qfclruji5u3 - - - FACE1 - - - + - - 749,91 - - - + + - - 749,91 - - - - - - - - - - - - - - + + + + + + + + + + + + + + + false + + + + + Surface + + Interior And Boundary - - id-db81f48e-f29a-4569-abc0-74a79e91b941 + + None - - + + Additive - - false + + Toward_Reference_Point - - - FACE2 - - - + + ReferenceSurface + - - 749,154 + + + + 133,77 + - + + ALIGN + + - - 749,91 - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + false + + + + + 3Pt_Polygon + + Interior And Boundary - - id-3b443e96-35c5-4714-af0c-d30fe399e283 + + None - - + + Additive - - false + + Toward_Reference_Point - - - FACE3 - - - + + OrdinalPosition_1 + - - 749,217 + + + + 140,21 + - + - - 749,91 - - - - - - - - - - - - - - - - - id-e71e7d27-cca8-42e9-8122-7d7ef6f87949 - - - - - - false - - - - FACE4 - - - + + - - 749,280 + + + + + + + + + 1 + + + + OrdinalPosition_3 + + + + + + 140,189 + - + - - 749,91 + + + + + + + + + + + + 3 + + + + OrdinalPosition_2 + + + + + + 140,105 + - - - - - - - - - - - - + + + + + + + + + + + + + + 2 + + + + + Extrusion_From_5Pt_Polygon + + Interior And Boundary - - id-71e35685-5562-4915-8aca-bbdc0ac4fc6e + + None - - + + Additive - - false + + Toward_Reference_Point - - - FACE5 - - - + + OrdinalPosition_3 + - - 749,343 + + + + 693,210 + - + - - 749,91 - + + + + + + + + + + + + + + + + + + false + + + + PortComposition + + w - - - - - - - - - - - - - - - id-8b4c280d-8139-4858-bc0a-a7a963187f63 - - - - - - false - - - - FACE6 - - - + + + + + PortComposition + + w + + + + + + PortComposition + + w + + + + + + PortComposition + + w + + + + + + OrdinalPosition_4 + - - 749,413 + + + + 693,294 + - + - - 749,91 + + + + + + + + + + + + + + + + + + false + + + + OrdinalPosition_5 + + + + + + 693,385 + - - - - - - - - - - - - - - - id-3dae2b93-f075-433a-838e-dac5d8dd76df - - - - - - false - - - - Point0 - - - + - - 217,140 + + + + + + + + + + + + + + + + + + false + + + + OrdinalPosition_1 + + + + + + 693,28 + + + + + + + + + + + + + + + + + + + + + + + false + + + + PortComposition + + w + + + + + + ExtrusionGeometry + + + + + + 448,224 + + + + + Interior And Boundary + + + None + + + Additive + + + Toward_Reference_Point + + + OrdinalPosition_4 + + + + + + 140,301 + + + + + + + + + + + + + + + + + 4 + + + + OrdinalPosition_2 + + + + + + 140,112 + + + + + + + + + + + + + + + + + 2 + + + + OrdinalPosition_3 + + + + + + 140,203 + + + + + + + + + + + + + + + + + 3 + + + + OrdinalPosition_5 + + + + + + 140,399 + + + + + + + + + + + + + + + + + 5 + + + + OrdinalPosition_1 + + + + + + 140,21 + + + + + + + + + + + + + + + + + 1 + + + + + ExtrusionHeight + + + + + + 693,469 + + + + + + + + + + + + + + + + + + + + + + + false + + + + OrdinalPosition_2 + + + + + + 693,119 + + + + + + + + + + + + + + + + + + + + + + + false + + + + + + 132322508023018816 + + + + Designs + + Box + + + + + {27f45fa2-9be1-4a0f-883b-b0246581d370} + + + + + + 2 + + + + + + + + + designs\qfclruji5u3 + + + PortComposition + + + + + PortComposition + + + + + FACE2 + + + + + + 749,154 - 217,140 + 749,91 @@ -2745,7 +2541,7 @@ - id-7357df7a-bb5d-43e5-bb03-0dff8f147b3b + id-3b443e96-35c5-4714-af0c-d30fe399e283 @@ -2754,20 +2550,20 @@ false - - Point + + FACE6 - 217,203 + 749,413 - 217,140 + 749,91 @@ -2784,7 +2580,7 @@ - id-927e760b-bab4-4647-ae9f-7a2ccd368972 + id-3dae2b93-f075-433a-838e-dac5d8dd76df @@ -2793,7 +2589,12 @@ false - + + PortComposition + + + + Point @@ -2832,30140 +2633,1137 @@ false - - Box + + PortComposition + + + + + FACE4 - 469,168 + 749,280 + + + + + + 749,91 - + + + + + + + + + + - 4 + id-71e35685-5562-4915-8aca-bbdc0ac4fc6e - - cd80ad4e-4e66-4a7a-acf7-45b91d6b71dd + + - + + false + + + + Point0 + + + + + + 217,140 + + + + + + 217,140 + + + + - - - PortComposition - - - - - PortComposition - - - - - PortComposition - - - - - PortComposition - - - - - PortComposition - - - - + + + + + + + + + + + id-7357df7a-bb5d-43e5-bb03-0dff8f147b3b + + + + + + false + + + PortComposition - - + + - + + FACE5 + + + + + + 749,343 + + + + + + 749,91 + + + + + + + + + + + + + + + + + id-8b4c280d-8139-4858-bc0a-a7a963187f63 + + + + + + false + + + + Point + + + + + + 217,203 + + + + + + 217,140 + + + + + + + + + + + + + + + + + id-927e760b-bab4-4647-ae9f-7a2ccd368972 + + + + + + false + + + PortComposition - - + + - + PortComposition - - + + - + PortComposition - - + + - - - - Testing - - Test_benches - - Testing - - add2_TestBench - - add2_TestBench - - - 0xa52a00 - - - 0xffad5b - - - true + + Box + + + + + + 469,168 + - - 0x666666 + + + + + + 4 + + + cd80ad4e-4e66-4a7a-acf7-45b91d6b71dd + + + + + + + FACE1 + + + + + + 749,91 + - - 12 + + + + 749,91 + - - false - - + + + + + + + + + + + + + + + id-db81f48e-f29a-4569-abc0-74a79e91b941 + + + + + + false + + + + FACE3 + + + - - - SimpleCalc - - - SimpleSystem - - - - - - 385,91 - - - - - - z - - - - - - 882,119 - - - - - - 259,294 - - - - - - 259,294 - - - - - - 259,294 - - - - - - - - - - - - - - - z - - - - - - 182,112 - - - - - - 924,56 - - - - - - 924,56 - - - - - - 924,56 - - - - - - 924,56 - - - - - - 924,56 - - - - - Addition - - - String - - - - - - - - - - - - false - - - id-9bd3cfd6-59b2-4990-ae6e-bf4c83a6ff4b - - - - - - -inf..inf - - - - - - 1 - - - - add2_TestBenchScript - - - - - - 133,35 - - - - - MGA.Decorator.Workflow + + 749,217 - - - - paraboloid_TestBench - - paraboloid_TestBench - - 0xa52a00 + + + + 749,91 + - - 0xffad5b + + + + + + + + + + + + + + + id-e71e7d27-cca8-42e9-8122-7d7ef6f87949 + + + + + + false + + + + PortComposition + + + + + + SimpleSystem + + + + + {ec537329-2daf-42cc-b1a7-076d594052a3} + + + + + + 4 + + + + + + + + + designs\v4wqtw3axj3 + + + Resistor_R0603 + + + + ,id-0067-000001d8,id-0065-00000025 - - true + + 26d3e22d-5567-4cde-b1d2-5dd672e6d967 - - 0x666666 + + id-0065-00000025 - - 12 + + + + + + + 553,175 + - - false + + + 672329de-2203-4d4b-9721-db5428ba573d + + + + + + passive.resistors + + + + + + 1 + + + 26d3e22d-5567-4cde-b1d2-5dd672e6d967 + + + + + + + + + components\23kc5zsm + + + + + + + + + + + + CADModel + + - + + Creo + + - - SimpleCalc + + Part - - x - - - - - - 91,147 - - - - - - 924,56 - - - - - - 91,147 - - - - - - 924,56 - - - - - - 924,56 - - - - - - 91,147 - - - - - - 91,147 - - - - - - 924,56 - - - - - Addition - - - String + + + + + CADParameter + + Float - - - - - 1 - - - false - - - id-9bd3cfd6-59b2-4990-ae6e-bf4c83a6ff4b + + CADParameter - - + + CADParameter -inf..inf - + - 3 + 0 - - fxy - - - - - - 882,154 - - - - - - 882,154 - - - - - - 882,154 - - - - - - 882,154 - - - - - - - - + + CS + + CS - + - - - y - + - - - - 77,210 - - - - - - 924,56 - - - - - - 77,210 - - - - - - 924,56 - - - - - - 924,56 - - - - - - 77,210 - - - - - - 77,210 - - - - - - 924,56 - - - - - Addition - - - String - + - - + + cad.CS - + - + false - - id-9bd3cfd6-59b2-4990-ae6e-bf4c83a6ff4b + + + 48F3D3FB1F15400BA9E16BFF5BE7861 + + 48F3D3FB1F15400BA9E16BFF5BE7861 - + - - -inf..inf + + - + - - -4 + + cad.48F3D3FB1F15400BA9E16BFF5BE7861 - - - SimpleSystem - - - - - - 392,70 - - - - - - 392,70 - - - - - - 392,70 - - - - - - 392,70 - - - - - - 392,70 - - - - - - 392,70 - - - - - - 392,70 - - - - - - 392,70 - - - - - - 392,70 - - - - - - 392,70 - - - - - - 392,70 - - - - - - 392,70 - - - - - - paraboloid_TestBenchScript - + - - - - 105,42 - - - - - - 105,42 - - - - - - 105,42 - - - - - - 105,42 - - - - - - 105,42 - - - - - MGA.Decorator.Workflow - - + + + false + + - - CAD_TestBench - - CAD_TestBench - - - 0xa52a00 - - - 0xffad5b - - - true - - - 0x666666 - - - 12 - - - false + + + + + CADModel + + - + + AP 203 + + - - SimpleCalc + + Part - - SimpleSystem - - - - - - 385,91 - - - - - - 399,112 - - - - - - 385,91 - - - - - - 385,91 - - - - - - 385,91 - - - - - - 385,91 - - - - - - 385,91 - - - - - - 385,91 - - - - - - 385,91 - - - - - - 385,91 - - - - - - 385,91 - - - - - - 385,91 - - - - - - x - - - - - - 749,112 - - - - - - 595,119 - - - - - - 595,119 - - - - - - 595,119 - - - - - - - - + + + + + + P2 + + + + + + + + id-be3b9612-91e6-4ca3-a58d-a66412fbdd2f + + + + + + pwr + + Modelica.Electrical.Analog.Interfaces.Pin - + - - - CADParameter - + - - - - 112,133 - - - - - - 924,56 - - - - - - 182,112 - - - - - - 924,56 - - - - - - 924,56 - - - - - - 182,112 - - - - - - 182,112 - - - - - - 924,56 - - - - - Addition - - - String - - + + id-5c3dea08-c1a6-4fc5-bd76-103368e60218 - + - + - - false - - - id-9bd3cfd6-59b2-4990-ae6e-bf4c83a6ff4b + + + + Resource + + + + + id-92946605-e441-48f6-b859-315e294cedf5 + + + + + + CAD\pkg_0603.step + + + + AssemblyRoot + + + + + + + + + + + + + + + CADParameterPortMap + + + R + + Addition + + + String + + + 10000 + + + + + + + + + false + + + id-15cdbad5-6620-42a2-bf0d-3808956c1860 + + + + + + -inf..inf + + + + + + 10000 + + + + P1 + + + + + + + + id-4cde194d-606e-4bdd-918c-ea63b4229a25 + + + + + + pwr + + Modelica.Electrical.Analog.Interfaces.Pin - + - - -inf..inf - - + - - 1 + + id-9ccc1c93-46c9-420c-a4fa-c67100aa6845 - - - CADWorkflow - + - - - - 77,14 - - - - - - 77,14 - - - - - - 77,14 - - - - - - 77,14 - - - - - - 77,14 - - - - - MGA.Decorator.Workflow - - - - ValueFlow - + + - - - + - - sum_arrays - - sum_arrays - - - 0xa52a00 - - - 0xffad5b - - - true - - - 0x666666 - - - 12 - - + + pkg_0603.prt + + + + + id-cea448f5-0f8c-44ae-99a4-e30a668604a2 + + + CAD Model Import tool added this resource object for the imported CAD file + + + CAD\pkg_0603.prt + + + + Icon + + + + + id-655d446e-c3bf-48b1-8fea-25b70771b78b + + + + + + Images/Icon.png + + + + + + + CADParameter + + Addition + + + String + + + + + + + + + + + false - + + + + + + -inf..inf + - SimpleCalc + - - SimpleSystem - - - - - - 385,91 - - - - - - x - - - - - - 882,119 - - - - - - 259,294 - - - - - - 259,294 - - - - - - 259,294 - - - - - + + + + + + + + + + + + + + + ModelicaModel + + + + + Modelica.Electrical.Analog.Basic.Resistor + + + + + + + + + p + + Modelica.Electrical.Analog.Interfaces.Pin - + - + - - - x - - - - - - 182,112 - - - - - - 924,56 - - - - - - 924,56 - - - - - - 924,56 - - - - - - 924,56 - - - - - - 924,56 - - - - - Addition + + id-865fd020-8bdc-4fe4-b16a-0a220d9ada39 - - String + + 1 - + - + + + R + - - + + id-c267e4df-f759-4129-b268-503d0c9c9249 - - false + + 10000 - - id-9bd3cfd6-59b2-4990-ae6e-bf4c83a6ff4b + + + n + + Modelica.Electrical.Analog.Interfaces.Pin - + - - -inf..inf - - + - - 1 + + id-9d06782f-fa27-4191-9451-ec7d7ce6e2fa - - - sum_arrays - + + 2 + + - - - - 42,28 - - - - - MGA.Decorator.Workflow - - + + - - count_components - - count_components - - - 0xa52a00 - - - 0xffad5b - - - true - - - 0x666666 - - - 12 - - - false - - + + + ValueFlow + + + + + + + + CADParameter + + + - - - SimpleCalc - - - SimpleSystem - - - - - - 315,182 - - + + 35,357 - - - NumberOfComponents - - - - - - 763,217 - - - - - - 259,294 - - - - - - 259,294 - - - - - - 259,294 - - + + + + + 231,364 - - - - - - - - - - - - analysis_tool_count_components - - - - - - 84,91 - - + + + + + 231,364 - - MGA.Decorator.Workflow + + + + + 231,364 - - - - FEA_Box_CircleTest - - FEA_Box_CircleTest - - 0x000000 + + + Addition + + + String + + + + + + + + + + + + false + + + id-b39b7114-51b4-43d1-a62e-1ecc0d649ed2 + + + + + + -inf..inf + + + + + + + + + + Thing + + + + ,id-0067-000001d7,id-0065-00000031 - - 0xc0c0c0 + + a0f3fe04-910f-4235-99f5-a338c0b6dd6e - - true + + id-0065-00000031 - - 0x666666 + + + + + + + 252,168 + - - 12 + + + + 98,98 + - - AUTODETECT + + + 1c845f9c-3c4f-4418-b9a5-089664e307c3 + + + + + + + + + + + + 2 + + + a0f3fe04-910f-4235-99f5-a338c0b6dd6e + + + + + + + + + components/41nxu0dx/ + + + + + + + + + + + + cost + + Addition - - JOINTIMPLIED + + String - - false + + - - Tetra4 + + - - MESHANDBOUNDARY + + - - true + + false - - 1 + + id-9bd3cfd6-59b2-4990-ae6e-bf4c83a6ff4b - - 0 + + - - ABAQUS Model Based + + -inf..inf - - ForceLoadParam - - - - - - 42,329 - - - - - - 742,140 - - - - - MomentZ - - - - - - 189,105 - - - - - Addition - - - Float - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - 0 - - - - MomentY - - - - - - 189,63 - - - - - Addition - - - Float - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - 0 - - - - MomentX - - - - - - 189,21 - - - - - Addition - - - Float - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - 0 - - - - ForceZ - - - - - - 42,105 - - - - - Addition - - - Float - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - 0 - - - - ForceY - - - - - - 35,56 - - - - - Addition - - - Float - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - 10 - - - - ForceX - - - - - - 35,21 - - - - - Addition - - - Float - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - 0 - - - - - Circle - - - - - - 322,203 - - - - - - 273,217 - - - - - - 273,217 - - - - - Interior And Boundary - - - None - - - Additive - - - CircleEdge - - - - - - 77,168 - - - - - - - - - - - - - - - - - id-0fa3099e-b05a-4cb5-a23d-9cc990c0156e - - - - - - false - - - - CircleEdge - - - - - - 77,98 - - - - - - - - - - - - - - - - - id-7b1d28d7-5a9b-444d-84a9-291c3592e1fe - - - - - - false - - - - CircleCenter - - - - - - 77,21 - - - - - - - - - - - - - - - - - id-7795526e-73df-4b19-8009-1e60d713dc34 - - - - - - false - - - - - StructuralFEAComputation - - - - - - 483,70 - - - - - MisesStress - - - - - - 189,105 - - - - - - FactorOfSafety - - - - - - 189,21 - - - - - - - ignore - - - - - - 35,490 - - - - - - 161,490 - - - - - - 161,490 - - - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - VM - - - - - - 728,98 - - - - - - 728,42 - - - - - - 728,42 - - - - - - - - - - - - - - - FOS - - - - - - 728,42 - - - - - - 728,42 - - - - - - 728,42 - - - - - - - - - - - - - - - Box - - - - - - 21,21 - - - - - - Box - - - - - - 518,238 - - - - - - CAD - - - - - - 252,42 - - - - - MGA.Decorator.Workflow - - - - ForceLoadParam2Geometry - - - - - FEAComputation2Metric - - w - - - - - - FEAComputation2Metric - - w - - - - - - TIP2StructuralMetric - - - - - PortComposition - - - - - PortComposition - - - - - PortComposition - - - - - - TestBench_With_Files - - TestBench_With_Files - - - 0xa52a00 - - - 0xffad5b - - - true - - - 0x666666 - - - 12 - - - false - - - - - - SimpleCalc - - - file_passing1 - - - - - - 217,252 - - - - - file_passing.py - - - - file_passing1 - - - - - - 833,252 - - - - - - - - - z - - - - - - 182,112 - - - - - - 924,56 - - - - - - 924,56 - - - - - - 924,56 - - - - - - 924,56 - - - - - - 924,56 - - - - - Addition - - - String - - - - - - - - - - - - false - - - id-9bd3cfd6-59b2-4990-ae6e-bf4c83a6ff4b - - - - - - -inf..inf - - - - - - 1 - - - - z - - - - - - 882,119 - - - - - - 259,294 - - - - - - 259,294 - - - - - - 259,294 - - - - - - - - - - - - - - - SimpleSystem - - - - - - 427,140 - - - - - - file_passing_TestBenchScript - - - - - - 91,35 - - - - - MGA.Decorator.Workflow - - - - - add2_TestBench - - add2_TestBench - - - 0xa52a00 - - - 0xffad5b - - - true - - - 0x666666 - - - 12 - - - false - - - - - - SimpleCalc - - - z - - - - - - 182,112 - - - - - - 924,56 - - - - - - 924,56 - - - - - - 924,56 - - - - - - 924,56 - - - - - - 924,56 - - - - - Addition - - - String - - - - - - - - - - - - false - - - id-bcd3aa35-d606-4f5a-8a18-82cf5151e9b5 - - - - - - -inf..inf - - - - - - 1 - - - - SimpleSystem - - - - - - 385,91 - - - - - - z - - - - - - 882,119 - - - - - - 259,294 - - - - - - 259,294 - - - - - - 259,294 - - - - - - - - - - - - - - - add2_TestBenchScript - - - - - - 133,35 - - - - - MGA.Decorator.Workflow - - - - - - - WorkflowDefinitions - - ModelicaWorkflow - - Task - - - - - - 336,154 - - - - - MGA.Decorator.Workflow - - - MGA.Interpreter.CyPhy2Modelica_v2 - - - { - "simulationTargetTool": null, - "AnalysisTool": "Default" -} - - - - - CADWorkflow - - Task - - - - - - 217,98 - - - - - MGA.Decorator.Workflow - - - MGA.Interpreter.CyPhy2CAD_CSharp - - - { - "AnalysisTool": "Default" -} - - - - - PET - - Task - - - - - - 357,168 - - - - - MGA.Decorator.Workflow - - - MGA.Interpreter.CyPhyPET - - - - - - - - MATLAB_SeekerCalc - - Task - - - - - - 238,126 - - - - - MGA.Decorator.Workflow - - - MGA.Interpreter.CyPhyPython - - - { - "automation": "true", - "do_config": "true", - "name": "CyPhyPython", - "output_dir": "", - "runCommand": "", - "script_file": "SeekerCalc.py", - "AnalysisTool": "Default" -} - - - - - add2_TestBenchScript - - Task - - - - - - 161,112 - - - - - MGA.Decorator.Workflow - - - MGA.Interpreter.CyPhyPython - - - { - "automation": "true", - "do_config": "true", - "name": "CyPhyPython", - "output_dir": "", - "runCommand": "", - "script_file": "add2_script.py", - "AnalysisTool": "Default" -} - - - - - paraboloid_TestBenchScript - - Task - - - - - - 154,84 - - - - - MGA.Decorator.Workflow - - - MGA.Interpreter.CyPhyPython - - - { - "automation": "true", - "do_config": "true", - "name": "CyPhyPython", - "output_dir": "", - "runCommand": "", - "script_file": "paraboloid_script.py", - "AnalysisTool": "Default" -} - - - - - sum_arrays - - Task - - - - - - 161,112 - - - - - MGA.Decorator.Workflow - - - MGA.Interpreter.CyPhyPython - - - { - "automation": "true", - "do_config": "true", - "name": "CyPhyPython", - "output_dir": "", - "runCommand": "", - "script_file": "sum_arrays.py", - "AnalysisTool": "Default" -} - - - - - analysis_tool_count_components - - Task - - - - - - 168,70 - - - - - MGA.Decorator.Workflow - - - MGA.Interpreter.CyPhyDesignExporter - - - { - "AnalysisTool": "ExamplePythonCountComponents" -} - - - - - CAD - - Task - - - - - - 56,28 - - - - - MGA.Decorator.Workflow - - - MGA.Interpreter.CyPhy2CAD_CSharp - - - - - - - - file_passing_TestBenchScript - - Task - - - - - - 161,112 - - - - - MGA.Decorator.Workflow - - - MGA.Interpreter.CyPhyPython - - - { - "automation": "true", - "do_config": "true", - "name": "CyPhyPython", - "output_dir": "", - "runCommand": "", - "script_file": "file_passing.py", - "AnalysisTool": "Default" -} - - - - - - ParametricExploration - - existing - - PETDynamics - - WeightStudy - - - - - - 308,63 - - - - - - - - Central Composite - - - Response Surface - - - NoseMass - - - - - - 70,126 - - - - - 5,50 - - - - BodyMass - - - - - - 70,266 - - - - - 100,300 - - - - MaxSpeed - - - - - - 224,196 - - - - - - - StraightFlight - - - - - - 224,182 - - - - - 0 - - - - - PETSeekerPerf_ - - SeekerStudy - - - - - - 392,112 - - - - - - - - Central Composite - - - Response Surface - - - FOV - - - - - - 70,126 - - - - - 0.05236,0.192 - - - - Aperature - - - - - - 70,266 - - - - - 12.7,50.8 - - - - DetRange - - - - - - 322,175 - - - - - - SeekerCost - - - - - - 322,273 - - - - - - - StraightFlight - - - - - - 406,245 - - - - - 0 - - - - - PETSeekerPerf_uniform - - SeekerStudy - - - - - - 273,77 - - - - - 0 - - - num_samples=10 - - - Uniform - - - None - - - fov - - - - - - 119,133 - - - - - 0.05236,0.192 - - - - t_int - - - - - - 112,287 - - - - - 0.3,10 - - - - SeekerCost - - - - - - 546,609 - - - - - - SeekerDiameter - - - - - - 539,238 - - - - - - SeekerMass - - - - - - 539,322 - - - - - - TrackerAngleArea - - - - - - 546,525 - - - - - - DetectionRange - - - - - - 539,140 - - - - - - aperture - - - - - - 112,196 - - - - - 12.7,50.8 - - - - SeekerLength - - - - - - 504,28 - - - - - - IFOV - - - - - - 532,406 - - - - - - forg - - - - - - 105,28 - - - - - 0.349,1.22172 - - - - - StraightFlight - - - - - - 322,231 - - - - - 0 - - - - - PetCAD - - WeightStudy - - - - - - 301,77 - - - - - - - - Central Composite - - - Response Surface - - - Thickness - - - - - - 189,70 - - - - - 1,5 - - - - Diameter - - - - - - 189,154 - - - - - 50,80 - - - - Length - - - - - - 196,245 - - - - - 1000,1300 - - - - Mass - - - - - - 49,238 - - - - - - - MakeCAD - - - - - - 364,231 - - - - - 0 - - - - - - TestOptimizer - - Optimizer - - - - - - 385,126 - - - - - 0x8b0000 - - - 0xff6820 - - - true - - - 0 - - - 0x666666 - - - 12 - - - - - - - - - COBYLA - - - y - - - - - - 105,154 - - - - - -50,50 - - - - fxy - - - - - - 546,105 - - - - - - x - - - - - - 105,63 - - - - - -50,50 - - - - - paraboloid_TestBench - - - - - - 406,301 - - - - - 0 - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - - TestPET_paraboloid - - ParameterStudy - - - - - - 364,140 - - - - - num_samples=10 - - - Uniform - - - None - - - x - - - - - - 105,63 - - - - - -50,50 - - - - fxy - - - - - - 546,105 - - - - - - y - - - - - - 105,154 - - - - - -50,50 - - - - - paraboloid_TestBench - - - - - - 406,301 - - - - - 0 - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - - TestDOE - - ParameterStudy - - - - - - 364,140 - - - - - num_samples=2 - - - Uniform - - - None - - - x - - - - - - 105,63 - - - - - -50,50 - - - - fxy - - - - - - 546,105 - - - - - - y - - - - - - 105,154 - - - - - -50,50 - - - - - add2_TestBench - - - - - - 399,322 - - - - - 0 - - - - paraboloid_TestBench - - - - - - 581,329 - - - - - 0 - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - ResultFlow - - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - - TestExcel - - ParameterStudy - - - - - - 364,140 - - - - - num_samples=5 - - - Uniform - - - None - - - x - - - - - - 105,63 - - - - - -50,50 - - - - fxy - - - - - - 546,105 - - - - - - sout - - - - - - 574,280 - - - - - - s - - - - - - 63,238 - - - - - "Four";"Three" - - - - - ExcelWrapper - - - - - - 350,294 - - - - - ..\..\bin\Python27\Lib\site-packages\excel_wrapper\test\excel_wrapper_test.xlsx - - - Macro5 - - - b - - - - - - 84,154 - - - - - Addition - - - String - - - - - - =Sheet1!$B$3 - - - - - - false - - - - - - - - - -inf..inf - - - - - - True - - - - bout - - - - - - 763,329 - - - - - =Sheet1!$F$3 - - - - - - - - - - macroVar_in - - - - - - 119,189 - - - - - Addition - - - String - - - - - - =Sheet1!$B$7 - - - - - - false - - - - - - - - - -inf..inf - - - - - - kl.; - - - - s - - - - - - 189,224 - - - - - Addition - - - String - - - - - - =Sheet1!$B$4 - - - - - - false - - - - - - - - - -inf..inf - - - - - - Hello - - - - sout - - - - - - 763,259 - - - - - =Sheet1!$F$4 - - - - - - - - - - x - - Addition - - - String - - - - - - =Sheet1!$B$2 - - - - - - false - - - - - - - - - -inf..inf - - - - - - 12 - - - - y - - - - - - 800,300 - - - - - =Sheet1!$F$2 - - - - - - - - - - macroVar_out - - - - - - 100,59 - - - - - Addition - - - String - - - - - - =Sheet1!$F$7 - - - - - - false - - - - - - - - - -inf..inf - - - - - - kl.; - - - - - - - 0xff80c0 - - - arrow - - - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - - TestOptimizer_add2 - - Optimizer - - - - - - 140,84 - - - - - 0x8b0000 - - - 0xff6820 - - - true - - - 0 - - - 0x666666 - - - 12 - - - - - - - - - COBYLA - - - x - - - - - - 105,63 - - - - - -50,50 - - - - fxy - - - - - - 546,105 - - - - - - y - - - - - - 105,154 - - - - - -50,50 - - - - - add2_TestBench - - - - - - 399,322 - - - - - 0 - - - - paraboloid_TestBench - - - - - - 581,329 - - - - - 0 - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - ResultFlow - - - - - - TestCADDOE - - ParameterStudy - - - - - - 707,252 - - - - - - - - Full Factorial - - - None - - - fxy - - - - - - 546,105 - - - - - - x - - - - - - 105,63 - - - - - 0,50 - - - - - add2_TestBench - - - - - - 644,392 - - - - - 0 - - - - CAD_TestBench - - - - - - 833,392 - - - - - 0 - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - ResultFlow - - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - - TestDOESort - - ParameterStudy - - - - - - 364,140 - - - - - num_samples=10 - - - Uniform - - - None - - - x - - - - - - 105,63 - - - - - -50,50 - - - - fxy - - - - - - 546,105 - - - - - - y - - - - - - 105,154 - - - - - -50,50 - - - - - add2_TestBench7 - - - - - - 770,490 - - - - - 0 - - - - add2_TestBench8 - - - - - - 952,490 - - - - - 0 - - - - add2_TestBencha - - - - - - 1295,490 - - - - - 0 - - - - add2_TestBench9 - - - - - - 1127,490 - - - - - 0 - - - - add2_TestBench3 - - - - - - 56,490 - - - - - 0 - - - - add2_TestBench5 - - - - - - 413,490 - - - - - 0 - - - - add2_TestBench6 - - - - - - 588,490 - - - - - 0 - - - - add2_TestBench4 - - - - - - 231,490 - - - - - 0 - - - - add2_TestBench - - - - - - 399,322 - - - - - 0 - - - - paraboloid_TestBench - - - - - - 581,329 - - - - - 0 - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - ResultFlow - - - - - ResultFlow - - - - - ResultFlow - - - - - ResultFlow - - - - - ResultFlow - - - - - ResultFlow - - - - - ResultFlow - - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - ResultFlow - - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - - TestDOECache - - ParameterStudy - - - - - - 364,140 - - - - - num_samples=2 - - - Uniform - - - None - - - x - - - - - - 105,63 - - - - - -50,-50 - - - - fxy - - - - - - 546,105 - - - - - - y - - - - - - 105,154 - - - - - -50,50 - - - - x2 - - - - - - 581,504 - - - - - - x1 - - - - - - 588,357 - - - - - - - sum_arrays - - - - - - 595,322 - - - - - 0 - - - - add2_TestBench - - - - - - 399,322 - - - - - 0 - - - - paraboloid_TestBench - - - - - - 882,329 - - - - - 0 - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - ResultFlow - - - - - ResultFlow - - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - - Test_analysis_tool - - Optimizer - - - - - - 140,84 - - - - - 0x8b0000 - - - 0xff6820 - - - true - - - 0 - - - 0x666666 - - - 12 - - - - - - - - - COBYLA - - - fxy - - - - - - 546,105 - - - - - - y - - - - - - 105,154 - - - - - -50,50 - - - - - paraboloid_TestBench - - - - - - 581,329 - - - - - 0 - - - - count_components - - - - - - 175,252 - - - - - 0 - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - ResultFlow - - - - - - TestPET_add2 - - ParameterStudy - - - - - - 364,140 - - - - - num_samples=1 - - - Uniform - - - None - - - x - - - - - - 105,63 - - - - - -50,50 - - - - fxy - - - - - - 546,105 - - - - - - - add2_TestBench - - - - - - 406,315 - - - - - 0 - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - - TestPython - - ParameterStudy - - - - - - 364,140 - - - - - num_samples=1 - - - Uniform - - - None - - - x - - - - - - 105,63 - - - - - 1,10 - - - - fxy - - - - - - 546,105 - - - - - - - PythonWrapper - - - - - - 644,322 - - - - - paraboloid.py - - - x - - - - - - 20,65 - - - - - False - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - f_xy - - - - - - 800,65 - - - - - False - - - - - - - - - 0.0 - - - - y - - - - - - 20,130 - - - - - False - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - asdf - - - - - add2_TestBench - - - - - - 406,315 - - - - - 0 - - - - ResultFlow - - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - - - 0xff80c0 - - - arrow - - - - - - - TestMATLAB - - ParameterStudy - - - - - - 364,140 - - - - - num_samples=1 - - - Uniform - - - None - - - x - - - - - - 105,63 - - - - - 1,10 - - - - fxy - - - - - - 546,105 - - - - - - - MATLABWrapper - - - - - - 742,357 - - - - - C:\Users\kevin\Documents\matlab_wrapper\matlab_wrapper\test\stat2.m - - - m - - - - - - 800,300 - - - - - - - - - - - - - - - s - - - - - - 800,300 - - - - - - - - - - - - - - - a - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - b - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - c - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - - add2_TestBench - - - - - - 406,315 - - - - - 0 - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - ResultFlow - - - - - ResultFlow - - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - - TestConstants - - ParameterStudy - - - - - - 252,154 - - - - - num_samples = 1 - - - Uniform - - - None - - - Float - - - - - - 301,175 - - - - - - String - - - - - - 301,252 - - - - - - Int - - - - - - 301,343 - - - - - - Array - - - - - - 301,91 - - - - - - _dummy - - - - - - 301,7 - - - - - - x - - - - - - 56,84 - - - - - 1 - - - - y - - - - - - 56,161 - - - - - 2 - - - - - Constants - - - - - - 252,287 - - - - - String - - - - - - 210,105 - - - - - - - - - - - "AString" - - - - Integer - - - - - - 210,49 - - - - - - - - - - - 4 - - - - Float - - - - - - 210,161 - - - - - - - - - - - 3.2 - - - - Array - - - - - - 210,210 - - - - - - - - - - - [1.0, 2.2, 3.3] - - - - - paraboloid_TestBench - - - - - - 294,35 - - - - - 0 - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - - TestConstants_fail_array - - ParameterStudy - - - - - - 252,154 - - - - - num_samples = 1 - - - Uniform - - - None - - - Float - - - - - - 301,175 - - - - - - String - - - - - - 301,252 - - - - - - Int - - - - - - 301,343 - - - - - - Array - - - - - - 301,91 - - - - - - _dummy - - - - - - 301,7 - - - - - - x - - - - - - 56,84 - - - - - 1 - - - - y - - - - - - 56,161 - - - - - 2 - - - - - Constants - - - - - - 252,287 - - - - - Array - - - - - - 210,210 - - - - - - - - - - - [1.0, 2.2, 3.3) - - - - - paraboloid_TestBench - - - - - - 294,35 - - - - - 0 - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - - TestConstants_fail_string - - ParameterStudy - - - - - - 252,154 - - - - - num_samples = 1 - - - Uniform - - - None - - - Float - - - - - - 301,175 - - - - - - String - - - - - - 301,252 - - - - - - Int - - - - - - 301,343 - - - - - - Array - - - - - - 301,91 - - - - - - _dummy - - - - - - 301,7 - - - - - - x - - - - - - 56,84 - - - - - 1 - - - - y - - - - - - 56,161 - - - - - 2 - - - - - Constants - - - - - - 252,287 - - - - - String - - - - - - 210,105 - - - - - - - - - - - AString - - - - - paraboloid_TestBench - - - - - - 294,35 - - - - - 0 - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - - TestConstants_fail_float - - ParameterStudy - - - - - - 252,154 - - - - - num_samples = 1 - - - Uniform - - - None - - - Float - - - - - - 301,175 - - - - - - String - - - - - - 301,252 - - - - - - Int - - - - - - 301,343 - - - - - - Array - - - - - - 301,91 - - - - - - _dummy - - - - - - 301,7 - - - - - - x - - - - - - 56,84 - - - - - 1 - - - - y - - - - - - 56,161 - - - - - 2 - - - - - Constants - - - - - - 252,287 - - - - - Float - - - - - - 210,161 - - - - - - - - - - - 3.2.2 - - - - - paraboloid_TestBench - - - - - - 294,35 - - - - - 0 - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - - TestFEA - - ParameterStudy - - - - - - 105,63 - - - - - num_samples = 1 - - - Uniform - - - None - - - ignore - - - - - - 126,203 - - - - - 5,10 - - - - objective - - - - - - 385,189 - - - - - - - FEA_Box_CircleTest - - - - - - 147,189 - - - - - 0 - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - - TestFileRecorder - - FileGenerator - - - - - - 266,294 - - - - - file_player.py - - - File - - - - - - 800,65 - - - - - - - - - - - - - - - Number - - - - - - 20,65 - - - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - - ParameterStudy - - - - - - 238,140 - - - - - 0 - - - num_samples=3 - - - Uniform - - - None - - - x - - - - - - 182,105 - - - - - 1,10 - - - - file_x.txt - - - - - - 546,105 - - - - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - - TestTestBench_With_Files - - ParameterStudy - - - - - - 546,182 - - - - - 30 - - - num_samples = 1 - - - Full Factorial - - - None - - - DV - - - - - - 259,182 - - - - - 1,100 - - - - Z - - - - - - 882,175 - - - - - - output.py - - - - - - 875,301 - - - - - - - TestBench_With_Files - - - - - - 546,399 - - - - - 0 - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - FileResultFlow - - - - - - NoDesignVariables - - ParameterStudy - - - - - - 364,140 - - - - - - - - Opt Latin Hypercube - - - None - - - fxy - - - - - - 546,105 - - - - - - - add2_TestBench - - - - - - 406,315 - - - - - 0 - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - - UnitsMatch - - ParameterStudyDriver - - - - - - 203,91 - - - - - - - - Full Factorial - - - None - - - Objective - - - - - - 350,140 - - - - - - - PythonWrapper - - - - - - 182,238 - - - - - buffer_float.py - - - output - - - - - - 800,65 - - - - - False - - - - - - - - - 0.0 - - - - input - - - - - - 20,65 - - - - - False - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - - UnitsDoNotMatch - - ParameterStudyDriver - - - - - - 203,91 - - - - - - - - Full Factorial - - - None - - - Objective - - - - - - 350,140 - - - - - - - PythonWrapper - - - - - - 182,238 - - - - - buffer_float.py - - - input - - - - - - 20,65 - - - - - False - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - output - - - - - - 800,65 - - - - - False - - - - - - - - - 0.0 - - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - - TestFileCopy - - ParameterStudy - - - - - - 364,140 - - - - - num_samples=1 - - - Uniform - - - None - - - fxy - - - - - - 546,105 - - - - - - x - - - - - - 105,63 - - - - - 1,10 - - - - - PythonWrapper - - - - - - 644,322 - - - - - ..\..\bin\Python27\Lib\site-packages\openmdao\test\paraboloid.py - - - CopyFiles - - - - - - 329,308 - - - - - component_files - - - components/23kc5zsm - - - - x - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - y - - - - - - 42,42 - - - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - f_xy - - - - - - 800,300 - - - - - - - - - - - - - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - - TestOptimizerIntermediateValueConstraint - - Optimizer - - - - - - 140,84 - - - - - 0x8b0000 - - - 0xff6820 - - - true - - - 0 - - - 0x666666 - - - 12 - - - - - - - - - COBYLA - - - x - - - - - - 105,63 - - - - - -50,50 - - - - f_xy - - - - - - 350,245 - - - - - - y - - - - - - 105,154 - - - - - -50,50 - - - - z - - - - - - 350,63 - - - - - - constraint - - - - - - 350,154 - - - - - 0 - - - - - - - - Add2 - - - - - - 350,259 - - - - - add2.py - - - y - - - - - - 800,65 - - - - - False - - - - - - - - - 0.0 - - - - x - - - - - - 20,65 - - - - - False - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - - Paraboloid - - - - - - 588,343 - - - - - paraboloid.py - - - f_xy - - - - - - 800,65 - - - - - False - - - - - - - - - 0.0 - - - - x - - - - - - 20,65 - - - - - False - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - y - - - - - - 20,130 - - - - - False - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - ResultFlow - - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - IntermediateVariableMapping - - - - - ConstraintMapping - - - - - - TestExcelArray - - - - This is to test using the same Excel file twice in a PET. - - 777,269 - - DefaultVisibility - - - 158,447 - - - - e8 ff ff ff 00 00 00 00 00 00 00 00 00 00 00 00 90 01 00 00 00 00 00 00 03 02 01 22 41 00 72 00 69 00 61 00 6c 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 - - - - - ParameterStudy - - - - - - 182,84 - - - - - num_samples=2 - - - Full Factorial - - - None - - - Array - - - - - - 546,189 - - - - - - Number - - - - - - 112,105 - - - - - 5,10 - - - - Average - - - - - - 546,105 - - - - - - FourthValue - - - - - - 546,266 - - - - - - Sentence - - - - - - 546,336 - - - - - - StrArray - - - - - - 546,406 - - - - - - - GenerateArray - - - - - - 175,210 - - - - - GenerateArray.xlsx - - - - - - array - - - - - - 800,60 - - - - - =Sheet1!$A$2:$D$2 - - - - - - - - - - num - - - - - - 100,60 - - - - - Addition - - - String - - - - - - =Sheet1!$A$1 - - - - - - false - - - id-30c82dc9-443a-4a4c-af1e-65afc369573f - - - - - - -inf..inf - - - - - - 6 - - - - strArray - - - - - - 800,120 - - - - - =Sheet1!$A$5:$B$5 - - - - - - - - - - - MakeSentence - - - - - - 448,329 - - - - - MakeSentence.xlsx - - - - - - sentence - - - - - - 800,60 - - - - - =Sheet1!$A$2 - - - - - - - - - - words - - - - - - 100,60 - - - - - Addition - - - String - - - - - - =Sheet1!$A$1:$B$1 - - - - - - false - - - id-e3a2dd8a-5169-467e-9817-3cfa18b22b15 - - - - - - -inf..inf - - - - - - System.Object[,] - - - - - AverageArray - - - - - - 448,203 - - - - - AverageArray.xlsx - - - - - - array - - - - - - 100,60 - - - - - Addition - - - String - - - - - - =Sheet1!$A$1:$D$1 - - - - - - false - - - id-e7ac1f93-3595-4257-b3cc-d6d1003e7a72 - - - - - - -inf..inf - - - - - - System.Object[,] - - - - average - - - - - - 800,60 - - - - - =Sheet1!$A$2 - - - - - - - - - - fourth_value - - - - - - 800,120 - - - - - =Sheet1!$B$2 - - - - - - - - - - - GenerateArray2 - - - - - - 168,490 - - - - - GenerateArray.xlsx - - - - - - strArray - - - - - - 800,120 - - - - - =Sheet1!$A$5:$B$5 - - - - - - - - - - num - - - - - - 100,60 - - - - - Addition - - - String - - - - - - =Sheet1!$A$1 - - - - - - false - - - id-ca9fa76a-f005-45ec-a8fe-49bfd7621d02 - - - - - - -inf..inf - - - - - - 6 - - - - array - - - - - - 800,60 - - - - - =Sheet1!$A$2:$D$2 - - - - - - - - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - ResultFlow - - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - ResultFlow - - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - - TestAnalysis - - ParameterStudy - - - - - - 364,140 - - - - - num_samples=1 - - - Uniform - - - None - - - fxy - - - - - - 546,105 - - - - - - x - - - - - - 105,63 - - - - - 100 - - - - - AnalysisBlock - - - - - - 350,294 - - - - - sample_analysis.py - - - config1 - - - - - - 300,65 - - - - - 2 - - - - config2 - - - - - - 300,130 - - - - - 3 - - - - opt1 - - - - - - 300,195 - - - - - 4 - - - - x - - - - - - 20,65 - - - - - False - - - Addition - - - String - - - - - - - - - - - - false - - - id-081ce7bc-9a9b-4fd6-a525-6bf2fb037874 - - - - - - -inf..inf - - - - - - - - - - output - - - - - - 800,130 - - - - - False - - - - - - - - - 0.0 - - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - - TestTwoPythonInterpreter - - ParameterStudy - - - - - - 364,140 - - - - - num_samples=1 - - - Uniform - - - None - - - fxy - - - - - - 546,105 - - - - - - x - - - - - - 105,63 - - - - - 508 - - - - - add2_TestBench - - - - - - 406,315 - - - - - 0 - - - - add2_TestBench_again - - - - - - 623,315 - - - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - ResultFlow - - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - - - PETHierarchy - - StringEnumDriver - - ParametricExploration - - - - - - 399,210 - - - - - PythonWrapper - - - - - - 406,161 - - - - - string_doubler.py - - - x_doubled - - - - - - 800,65 - - - - - True - - - - - - - - - u'' - - - - y_doubled - - - - - - 800,130 - - - - - True - - - - - - - - - u'' - - - - x - - - - - - 20,65 - - - - - True - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - y - - - - - - 20,130 - - - - - True - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - - ProblemInput - - - - - - 182,175 - - - - - - - - - ProblemOutput - - - - - - 721,175 - - - - - - ProblemInputFlowTargetConnection - - - - - ProblemOutputFlowSourceConnection - - - - - - ParameterStudyDriver - - - - - - 399,84 - - - - - num_samples=2 - - - - Full Factorial - - - None - - - DesignVariable - - - - - - 168,126 - - - - - "one";"two" - - - - Objective - - - - - - 532,119 - - - - - - - ProblemInputFlowSourceConnection - - - - - ProblemOutputFlowTargetConnection - - - - - - MultiplePETNestingExample - - ParameterStudyDriver - - - - - - 140,7 - - - - - num_samples=3 - - - Full Factorial - - - None - - - x - - - - - - 63,14 - - - - - -50,+50 - - - - y - - - - - - 63,98 - - - - - -50,+50 - - - - f_xy - - - - - - 308,56 - - - - - - - sub - - - - - - 140,126 - - - - - subsub - - - - - - 168,56 - - - - - Paraboloid - - - - - - 252,147 - - - - - paraboloid.py - - - f_xy - - - - - - 800,65 - - - - - False - - - - - - - - - 0.0 - - - - x - - - - - - 20,65 - - - - - False - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - y - - - - - - 20,130 - - - - - False - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - - x - - - - - - 133,119 - - - - - - - - - y - - - - - - 133,203 - - - - - - - - - f_xy - - - - - - 455,168 - - - - - - ProblemInputFlowTargetConnection - - E - - - - - - ProblemInputFlowTargetConnection - - E - - - - - - ProblemOutputFlowSourceConnection - - w - - - - - - - x - - - - - - 70,35 - - - - - - - - - y - - - - - - 70,119 - - - - - - - - - f_xy - - - - - - 364,77 - - - - - - ProblemInputFlowSourceConnection - - E - - - - - - ProblemInputFlowSourceConnection - - E - - - - - - ProblemOutputFlowSourceConnection - - w - - - - - - - ProblemInputFlowSourceConnection - - - - - ProblemInputFlowSourceConnection - - - - - ProblemOutputFlowTargetConnection - - - - - - TestBenchInputFromSubproblem - - ParameterStudyDriver - - - - - - 595,98 - - - - - num_samples=2 - - - Full Factorial - - - None - - - a - - - - - - 371,63 - - - - - 1,10 - - - - result - - - - - - 931,63 - - - - - - b - - - - - - 371,196 - - - - - 1,10 - - - - - ParaboloidSubproblem - - - - - - 434,343 - - - - - PythonWrapper - - - - - - 721,273 - - - - - paraboloid.py - - - f_xy - - - - - - 800,65 - - - - - False - - - - - - - - - 0.0 - - - - x - - - - - - 20,65 - - - - - False - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - y - - - - - - 20,130 - - - - - False - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - - a - - - - - - 385,210 - - - - - - - - - b - - - - - - 392,364 - - - - - - - - - parab - - - - - - 1036,294 - - - - - - ProblemInputFlowTargetConnection - - E - - - - - - ProblemInputFlowTargetConnection - - E - - - - - - ProblemOutputFlowSourceConnection - - w - - - - - - - add2_TestBench - - - - - - 728,350 - - - - - - ProblemInputFlowSourceConnection - - - - - ProblemInputFlowSourceConnection - - - - - ProblemOutputFlowTargetConnection - - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - - TestBenchInputFromProblemInput - - ParameterStudyDriver - - - - - - 301,154 - - - - - num_samples=2 - - - Full Factorial - - - None - - - a - - - - - - 371,63 - - - - - 1,10 - - - - result - - - - - - 931,63 - - - - - - b - - - - - - 371,196 - - - - - 1,10 - - - - - TBSubproblem - - - - - - 427,406 - - - - - a - - - - - - 196,350 - - - - - 0.0 - - - - res - - - - - - 1134,350 - - - - - - add2_TestBench - - - - - - 637,329 - - - - - - ProblemInputFlowTargetConnection - - E - - - - - - ProblemOutputFlowSourceConnection - - w - - - - - - - PythonWrapper - - - - - - 182,406 - - - - - paraboloid.py - - - f_xy - - - - - - 800,65 - - - - - False - - - - - - - - - 0.0 - - - - x - - - - - - 20,65 - - - - - False - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - y - - - - - - 20,130 - - - - - False - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - ProblemInputFlowSourceConnection - - - - - ProblemOutputFlowTargetConnection - - - - - - SubproblemConnectedToSubproblem - - ParameterStudyDriver - - - - - - 651,105 - - - - - num_samples=2 - - - Full Factorial - - - None - - - a - - - - - - 455,154 - - - - - 0,10 - - - - x - - - - - - 931,154 - - - - - - - sub2 - - - - - - 889,364 - - - - - Paraboloid - - - - - - 588,315 - - - - - paraboloid.py - - - f_xy - - - - - - 800,65 - - - - - False - - - - - - - - - 0.0 - - - - x - - - - - - 20,65 - - - - - False - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - y - - - - - - 20,130 - - - - - False - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - - Constants - - - - - - 189,441 - - - - - C - - - - - - 322,175 - - - - - - - - - - - 0.0 - - - - - in - - - - - - 224,329 - - - - - - - - - out - - - - - - 1106,336 - - - - - - ProblemInputFlowTargetConnection - - E - - - - - - ProblemOutputFlowSourceConnection - - w - - - - - - ResultFlow - - - - - - sub1 - - - - - - 420,364 - - - - - Paraboloid - - - - - - 588,315 - - - - - paraboloid.py - - - f_xy - - - - - - 800,65 - - - - - False - - - - - - - - - 0.0 - - - - x - - - - - - 20,65 - - - - - False - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - y - - - - - - 20,130 - - - - - False - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - - Constants - - - - - - 189,441 - - - - - C - - - - - - 322,175 - - - - - - - - - - - 0.0 - - - - - in - - - - - - 224,329 - - - - - - - - - out - - - - - - 1106,336 - - - - - - ProblemInputFlowTargetConnection - - E - - - - - - ProblemOutputFlowSourceConnection - - w - - - - - - ResultFlow - - - - - - ProblemInputFlowSourceConnection - - - - - ProblemOutputFlowTargetConnection - - - - - ProblemOutputFlowTargetConnection - - - - - - DuplicatePETNamesExample - - ParameterStudyDriver - - - - - - 147,21 - - - - - num_samples=3 - - - - Full Factorial - - - None - - - x - - - - - - 63,63 - - - - - -50,+50 - - - - y - - - - - - 63,133 - - - - - -50,+50 - - - - f_xy_1 - - - - - - 504,63 - - - - - - f_xy_2 - - - - - - 504,133 - - - - - - - ParametricExploration - - - - - - 154,217 - - - - - BufferFloat - - - - - - 196,63 - - - - - buffer_float.py - - - output - - - - - - 800,65 - - - - - False - - - - - - - - - 0.0 - - - - input - - - - - - 20,65 - - - - - False - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - - x - - - - - - 84,84 - - - - - - - - - f_x - - - - - - 434,84 - - - - - - ProblemInputFlowTargetConnection - - E - - - - - - ProblemOutputFlowSourceConnection - - w - - - - - - - ParametricExploration - - - - - - 154,119 - - - - - BufferFloat - - - - - - 196,63 - - - - - buffer_float.py - - - output - - - - - - 800,65 - - - - - False - - - - - - - - - 0.0 - - - - input - - - - - - 20,65 - - - - - False - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - - x - - - - - - 84,84 - - - - - - - - - f_x - - - - - - 434,84 - - - - - - ProblemInputFlowTargetConnection - - E - - - - - - ProblemOutputFlowSourceConnection - - w - - - - - - - ProblemInputFlowSourceConnection - - - - - ProblemInputFlowSourceConnection - - - - - ProblemOutputFlowTargetConnection - - - - - ProblemOutputFlowTargetConnection - - - - - - OptimizationInitialConditionProfiling - - OptimizationProblem - - - - - - 364,231 - - - - - Optimizer - - - - - - 364,126 - - - - - 0 - - - - - - - - - COBYLA - - - x - - - - - - 154,154 - - - - - -50,50 - - - - y - - - - - - 154,231 - - - - - -50,50 - - - - f_xy - - - - - - 525,175 - - - - - - - Paraboloid - - - - - - 364,350 - - - - - paraboloid.py - - - f_xy - - - - - - 800,65 - - - - - - - - - - - - - - - x - - - - - - 20,65 - - - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - y - - - - - - 20,130 - - - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - - y_0 - - - - - - 273,259 - - - - - 6 - - - - - - - y_f - - - - - - 658,259 - - - - - 2 - - - - f_xy - - - - - - 658,371 - - - - - 2 - - - - x_0 - - - - - - 182,217 - - - - - 6 - - - - - - - x_f - - - - - - 574,217 - - - - - 2 - - - - ProblemInputFlowTargetConnection - - S - - - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - ProblemInputFlowSourceConnection - - n - - - - - - ProblemInputFlowTargetConnection - - S - - - - - - ProblemOutputFlowSourceConnection - - Ew - - - - - - ProblemOutputFlowSourceConnection - - w - - - - - - ProblemOutputFlowSourceConnection - - Ew - - - - - - ProblemInputFlowSourceConnection - - n - - - - - - - ParameterStudy - - - - - - 413,91 - - - - - num_samples = 2 - - - Full Factorial - - - None - - - x_0 - - - - - - 126,147 - - - - - -50,50 - - - - Time - - - - - - 546,147 - - - - - - y_0 - - - - - - 126,224 - - - - - -50,50 - - - - f_xy - - - - - - 546,217 - - - - - - x_f - - - - - - 546,294 - - - - - - y_f - - - - - - 546,364 - - - - - - - SaveTime - - - - - - 98,224 - - - - - savetime.py - - - pass_out - - - - - - 800,65 - - - - - - - - - - - - - - - pass_in - - - - - - 20,65 - - - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - - MeasureTime - - - - - - 588,245 - - - - - measuretime.py - - - time - - - - - - 800,65 - - - - - - - - - - - - - - - finished - - - - - - 20,65 - - - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - - ProblemInputFlowSourceConnection - - - - - ProblemOutputFlowTargetConnection - - - - - ProblemOutputFlowTargetConnection - - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - ProblemInputFlowSourceConnection - - - - - - OptimizationInitialConditionProfilingRepeat - - ParametricExploration - - - - - - 252,231 - - - - - ParameterStudy - - - - - - 448,119 - - - - - num_samples = 25 - - - Full Factorial - - - None - - - x_0 - - - - - - 126,147 - - - - - -50,50 - - - - Time - - - - - - 546,147 - - - - - - y_0 - - - - - - 126,224 - - - - - -50,50 - - - - f_xy - - - - - - 546,217 - - - - - - x_f - - - - - - 546,294 - - - - - - y_f - - - - - - 546,364 - - - - - - - SaveTime - - - - - - 182,252 - - - - - savetime.py - - - pass_out - - - - - - 800,65 - - - - - - - - - - - - - - - pass_in - - - - - - 20,65 - - - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - - MeasureTime - - - - - - 672,273 - - - - - measuretime.py - - - time - - - - - - 800,65 - - - - - - - - - - - - - - - finished - - - - - - 20,65 - - - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - - OptimizationProblem - - - - - - 448,259 - - - - - Optimizer - - - - - - 364,126 - - - - - 0 - - - - - - - - - COBYLA - - - x - - - - - - 154,154 - - - - - -50,50 - - - - y - - - - - - 154,231 - - - - - -50,50 - - - - f_xy - - - - - - 525,175 - - - - - - - PythonWrapper - - - - - - 364,350 - - - - - paraboloid.py - - - f_xy - - - - - - 800,65 - - - - - - - - - - - - - - - x - - - - - - 20,65 - - - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - y - - - - - - 20,130 - - - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - - y_0 - - - - - - 273,259 - - - - - 6 - - - - - - - y_f - - - - - - 658,259 - - - - - 2 - - - - f_xy - - - - - - 658,371 - - - - - - x_0 - - - - - - 182,217 - - - - - 6 - - - - - - - x_f - - - - - - 574,217 - - - - - 2 - - - - ProblemInputFlowTargetConnection - - S - - - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - ProblemInputFlowSourceConnection - - n - - - - - - ProblemInputFlowTargetConnection - - S - - - - - - ProblemOutputFlowSourceConnection - - Ew - - - - - - ProblemOutputFlowSourceConnection - - w - - - - - - ProblemOutputFlowSourceConnection - - Ew - - - - - - ProblemInputFlowSourceConnection - - n - - - - - - - n - - - - - - 77,56 - - - - - - - - - Time - - - - - - 1001,28 - - - - - - f_xy - - - - - - 1001,91 - - - - - - x_f - - - - - - 1001,154 - - - - - - y_f - - - - - - 1001,217 - - - - - - ProblemOutputFlowTargetConnection - - - - - ProblemOutputFlowTargetConnection - - - - - ProblemOutputFlowSourceConnection - - w - - - - - - ProblemOutputFlowSourceConnection - - w - - - - - - ProblemOutputFlowSourceConnection - - w - - - - - - ProblemOutputFlowSourceConnection - - w - - - - - - ProblemOutputFlowTargetConnection - - - - - ProblemInputFlowSourceConnection - - - - - ProblemOutputFlowTargetConnection - - - - - ProblemInputFlowSourceConnection - - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - - ParameterStudy - - - - - - 427,91 - - - - - num_samples = 2 - - - Full Factorial - - - None - - - Time - - - - - - 546,147 - - - - - - n - - - - - - 126,224 - - - - - -50,50 - - - - f_xy - - - - - - 546,217 - - - - - - x_f - - - - - - 546,294 - - - - - - y_f - - - - - - 546,364 - - - - - - - ProblemInputFlowSourceConnection - - - - - ProblemOutputFlowTargetConnection - - - - - ProblemOutputFlowTargetConnection - - - - - ProblemOutputFlowTargetConnection - - - - - ProblemOutputFlowTargetConnection - - - - - - OptimizationProblemWithExposedInitialConditions - - - - - - 364,231 - - - - - Optimizer - - - - - - 364,98 - - - - - 0 - - - - - - - - - COBYLA - - - x - - - - - - 154,154 - - - - - -50,50 - - - - y - - - - - - 154,231 - - - - - -50,50 - - - - f_xy - - - - - - 525,175 - - - - - - - Paraboloid - - - - - - 364,308 - - - - - paraboloid.py - - - f_xy - - - - - - 800,65 - - - - - - - - - - - - - - - x - - - - - - 20,65 - - - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - y - - - - - - 20,130 - - - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - - y_0 - - - - - - 231,245 - - - - - 6 - - - - - - - y_f - - - - - - 630,245 - - - - - 2 - - - - f_xy - - - - - - 630,329 - - - - - 2 - - - - x_0 - - - - - - 175,203 - - - - - 6 - - - - - - - x_f - - - - - - 574,203 - - - - - 2 - - - - ProblemInputFlowTargetConnection - - S - - - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - ProblemInputFlowSourceConnection - - n - - - - - - ProblemInputFlowTargetConnection - - S - - - - - - ProblemOutputFlowSourceConnection - - Ew - - - - - - ProblemOutputFlowSourceConnection - - w - - - - - - ProblemOutputFlowSourceConnection - - Ew - - - - - - ProblemInputFlowSourceConnection - - n - - - - - - - ParaboloidOptimization - - ParaboloidProblem - - - - - - 266,259 - - - - - 0 - - - Paraboloid - - - - - - 266,126 - - - - - paraboloid.py - - - f_xy - - - - - - 800,65 - - - - - - - - - - - - - - - x - - - - - - 20,65 - - - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - y - - - - - - 20,130 - - - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - - x - - - - - - 112,91 - - - - - 6 - - - - - - - y - - - - - - 112,189 - - - - - 6 - - - - - - - f_xy - - - - - - 497,147 - - - - - 2 - - - - ProblemInputFlowTargetConnection - - S - - - - - - ProblemOutputFlowSourceConnection - - w - - - - - - ProblemInputFlowTargetConnection - - N - - - - - - - Optimizer - - - - - - 420,119 - - - - - 0 - - - - - - - - - COBYLA - - - x - - - - - - 154,154 - - - - - -50,50 - - - - y - - - - - - 154,231 - - - - - -50,50 - - - - f_xy - - - - - - 525,175 - - - - - - - ProblemInputFlowSourceConnection - - - - - ProblemInputFlowSourceConnection - - - - - ProblemOutputFlowTargetConnection - - - - - - ParaboloidParameterStudy - - ParaboloidProblem - - - - - - 266,259 - - - - - 0 - - - Paraboloid - - - - - - 266,126 - - - - - paraboloid.py - - - f_xy - - - - - - 800,65 - - - - - - - - - - - - - - - x - - - - - - 20,65 - - - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - y - - - - - - 20,130 - - - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - - x - - - - - - 112,91 - - - - - 6 - - - - - - - y - - - - - - 112,189 - - - - - 6 - - - - - - - f_xy - - - - - - 497,147 - - - - - 2 - - - - ProblemInputFlowTargetConnection - - S - - - - - - ProblemOutputFlowSourceConnection - - w - - - - - - ProblemInputFlowTargetConnection - - N - - - - - - - ParameterStudy - - - - - - 420,119 - - - - - num_samples = 11 - - - Full Factorial - - - None - - - x - - - - - - 126,147 - - - - - -50,50 - - - - y - - - - - - 126,224 - - - - - -50,50 - - - - f_xy - - - - - - 525,182 - - - - - - - ProblemInputFlowSourceConnection - - - - - ProblemInputFlowSourceConnection - - - - - ProblemOutputFlowTargetConnection - - - - - - ParaboloidProblem - - Paraboloid - - - - - - 371,126 - - - - - paraboloid.py - - - f_xy - - - - - - 800,65 - - - - - - - - - - - - - - - x - - - - - - 20,65 - - - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - y - - - - - - 20,130 - - - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - - x - - - - - - 217,91 - - - - - 6 - - - - - - - y - - - - - - 217,189 - - - - - 6 - - - - - - - f_xy - - - - - - 602,147 - - - - - 2 - - - - ProblemInputFlowTargetConnection - - S - - - - - - ProblemOutputFlowSourceConnection - - w - - - - - - ProblemInputFlowTargetConnection - - N - - - - - - - OptimizationInitialConditionProfilingOutputConnectedToObjective - - OptimizationProblem - - - - - - 364,231 - - - - - Optimizer - - - - - - 364,126 - - - - - 0 - - - - - - - - - COBYLA - - - x - - - - - - 154,154 - - - - - -50,50 - - - - y - - - - - - 154,231 - - - - - -50,50 - - - - f_xy - - - - - - 525,175 - - - - - - - Paraboloid - - - - - - 364,350 - - - - - paraboloid.py - - - f_xy - - - - - - 800,65 - - - - - - - - - - - - - - - x - - - - - - 20,65 - - - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - y - - - - - - 20,130 - - - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - - y_0 - - - - - - 273,259 - - - - - 6 - - - - - - - y_f - - - - - - 658,259 - - - - - 2 - - - - f_xy - - - - - - 672,147 - - - - - 2 - - - - x_0 - - - - - - 182,217 - - - - - 6 - - - - - - - x_f - - - - - - 574,217 - - - - - 2 - - - - ProblemInputFlowTargetConnection - - S - - - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - ProblemInputFlowSourceConnection - - n - - - - - - ProblemInputFlowTargetConnection - - S - - - - - - ProblemOutputFlowSourceConnection - - Ew - - - - - - ProblemOutputFlowSourceConnection - - w - - - - - - ProblemOutputFlowSourceConnection - - Ew - - - - - - ProblemInputFlowSourceConnection - - n - - - - - - - ParameterStudy - - - - - - 413,91 - - - - - num_samples = 2 - - - Full Factorial - - - None - - - x_0 - - - - - - 126,147 - - - - - -50,50 - - - - Time - - - - - - 546,147 - - - - - - y_0 - - - - - - 126,224 - - - - - -50,50 - - - - f_xy - - - - - - 546,217 - - - - - - x_f - - - - - - 546,294 - - - - - - y_f - - - - - - 546,364 - - - - - - - SaveTime - - - - - - 98,224 - - - - - savetime.py - - - pass_out - - - - - - 800,65 - - - - - - - - - - - - - - - pass_in - - - - - - 20,65 - - - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - - MeasureTime - - - - - - 588,245 - - - - - measuretime.py - - - time - - - - - - 800,65 - - - - - - - - - - - - - - - finished - - - - - - 20,65 - - - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - - ProblemInputFlowSourceConnection - - - - - ProblemOutputFlowTargetConnection - - - - - ProblemOutputFlowTargetConnection - - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - ProblemInputFlowSourceConnection - - - - - - ConstantStrings - - Constants - - - - - - 98,56 - - - - - AString - - - - - - 371,119 - - - - - - - - - - - "Constant" - - - - AnArray - - - - - - 371,182 - - - - - - - - - - - [1,2,3] - - - - - SubPET - - - - - - 63,175 - - - - - PythonWrapper - - - - - - 301,77 - - - - - ConsumeStrings.py - - - Result - - - - - - 800,65 - - - - - True - - - - - - - - - True - - - - Str - - - - - - 20,65 - - - - - True - - - Addition - - - String - - - - - - - - - - - - false - - - id-9d3c8fbe-2fad-409a-8d72-f8a151250e6a - - - - - - -inf..inf - - - - - - - - - - Arr - - - - - - 20,130 - - - - - True - - - Addition - - - String - - - - - - - - - - - - false - - - id-b4c76e64-b1d3-4889-9923-a1b01988b28e - - - - - - -inf..inf - - - - - - - - - - - MATLABWrapper - - - - - - 315,210 - - - - - ConsumeStrings.m - - - Str - - - - - - 20,65 - - - - - True - - - Addition - - - String - - - - - - - - - - - - false - - - id-bcdd9a33-7fd3-435f-912e-19e58ece1e7f - - - - - - -inf..inf - - - - - - - - - - - ProblemInput - - - - - - 105,147 - - - - - - - - - ArrProblemInput - - - - - - 105,238 - - - - - - - - - ProblemInputFlowTargetConnection - - - - - ProblemInputFlowTargetConnection - - - - - ProblemInputFlowTargetConnection - - - - - - ProblemInputFlowSourceConnection - - - - - ProblemInputFlowSourceConnection - - - - - - PythonMetricSyntax - - ParameterStudyDriver - - - - - - 364,77 - - - - - num_samples=2 - - - Full Factorial - - - None - - - a - - - - - - 371,63 - - - - - "one";"two" - - - - result - - - - - - 931,63 - - - - - - - Subproblem - - - - - - 476,196 - - - - - PythonWrapper - - - - - - 399,147 - - - - - string_doubler.py - - - y_doubled - - - - - - 800,130 - - - - - True - - - - - - - - - u'' - - - - x_doubled - - - - - - 800,65 - - - - - True - - - - - - - - - u'' - - - - x - - - - - - 20,65 - - - - - True - - - Addition - - - String - - - - - - - - - - - - false - - - id-f7c44fcf-fe12-4b9d-879c-599703da5f8e - - - - - - -inf..inf - - - - - - - - - - y - - - - - - 20,130 - - - - - True - - - Addition - - - String - - - - - - - - - - - - false - - - id-79ab570b-fd01-4d09-8ba6-ab19cf0a9186 - - - - - - -inf..inf - - - - - - - - - - - a - - - - - - 140,70 - - - - - - - - - b - - - - - - 147,224 - - - - - - - - - parab - - - - - - 637,161 - - - - - - ProblemInputFlowTargetConnection - - - - - ProblemInputFlowTargetConnection - - - - - ProblemOutputFlowSourceConnection - - - - - - PythonWrapper - - - - - - 210,196 - - - - - string_doubler.py - - - x_doubled - - - - - - 800,65 - - - - - True - - - - - - - - - u'' - - - - y_doubled - - - - - - 800,130 - - - - - True - - - - - - - - - u'' - - - - x - - - - - - 20,65 - - - - - True - - - Addition - - - String - - - - - - - - - - - - false - - - id-8b3ba0c4-72bb-41a8-934f-678cd31e5a0b - - - - - - -inf..inf - - - - - - - - - - y - - - - - - 20,130 - - - - - True - - - Addition - - - String - - - - - - - - - - - - false - - - id-9037c001-cd57-4459-b701-7064dfab602e - - - - - - -inf..inf - - - - - - - - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - ProblemOutputFlowTargetConnection - - - - - ProblemInputFlowSourceConnection - - - - - ProblemInputFlowSourceConnection - - - - - - - - TypeSpecifications - - Units - - meter1 - - m - - - - - - m - - - - - - 0 - - - 0 - - - 1 - - - 0 - - - 0 - - - metre - - - 0 - - - 0 - - - - meter2 - - m - - - - - - m - - - - - - 0 - - - 0 - - - 1 - - - 0 - - - 0 - - - metre - - - 0 - - - 0 - - - - second - - s - - - - - - s - - - - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - second - - - 0 - - - 1 - - - - - - UnitLibrary QUDT - - TypeSpecifications - - Units - - Newton per Meter Second - - N/(m-s) - - - Newton per Meter Second - - - N/(m-s) - - - - - - Second - - - - - - 455,273 - - - - - -1 - - - - Meter - - - - - - 91,378 - - - - - -1 - - - - Newton - - - - - - 77,77 - - - - - 1 - - - - - Newton per Millimeter - - N/mm - - - Newton per Meter - - - N/mm - - - - - - Millimeter - - - - - - 63,224 - - - - - -1 - - - - Newton - - - - - - 98,70 - - - - - 1 - - - - - US Gallon - - galUS - - - US Gallon - - - galUS - - - - - - Meter - - - - - - 28,21 - - - - - 0.0037854117839999997 - - - 0 - - - - - Megapascal - - MPa - - - Megapascal - - - MPa - - - - - - Pascal - - 1000000 - - - 0 - - - - - Millimeter - - mm - - - Millimeter - - - mm - - - - - - Meter - - - - - - 224,84 - - - - - 0.001 - - - 0 - - - - - Radian per Minute - - rad/min - - - Radian per Minute - - - rad/min - - - - - - Radian per Second - - 0.016666666666666666 - - - 0 - - - - - Newton Second per Meter - - (N-s)/m - - - Newton Second per Meter - - - (N-s)/m - - - - - - Second - - - - - - 203,28 - - - - - 1 - - - - Meter - - - - - - 133,154 - - - - - -1 - - - - Newton - - - - - - 28,28 - - - - - 1 - - - - - Liter - - L - - - Liter - - - L - - - - - - Stere - - - - - - 161,203 - - - - - 0.001 - - - 0 - - - - - Watt per Square Meter Celcius - - W/(m^2-C) - - - Watt per Square Meter Celcius - - - W/(m^2-C) - - - - - - Second - - - - - - 147,567 - - - - - -3 - - - - Kilogram - - - - - - 147,385 - - - - - 1 - - - - Degree Celsius - - - - - - 63,224 - - - - - -1 - - - - - Watt per Degree Celcius - - W/C - - - Watt per Degree Celcius - - - W/C - - - - - - Degree Celsius - - - - - - 63,385 - - - - - -1 - - - - Watt - - - - - - 105,161 - - - - - 1 - - - - - Newton Meter per Degree Angle - - (N-m)/deg - - - Newton Meter per Degree Angle - - - (N-m)/deg - - - - - - Meter - - - - - - 112,238 - - - - - 1 - - - - Degree Angle - - - - - - 147,518 - - - - - -1 - - - - Newton - - - - - - 98,70 - - - - - 1 - - - - - Newton per Meter - - N/m - - - Newton per Meter - - - N/m - - - - - - Meter - - - - - - 147,329 - - - - - -1 - - - - Newton - - - - - - 98,70 - - - - - 1 - - - - - Newton Meter - - N-m - - - Newton Meter - - - N-m - - - - - - Meter - - - - - - 147,329 - - - - - 1 - - - - Newton - - - - - - 98,70 - - - - - 1 - - - - - Degree Angle - - deg - - - Degree Angle - - - deg - - - - - - Radian - - - - - - 91,77 - - - - - 0.017453292519943295 - - - 0 - - - - - Farad per Meter - - F/m - - - Farad per Meter - - - F m^-1 - - - - - - Second - - 4 - - - - Kilogram - - -1 - - - - Meter - - -3 - - - - Ampere - - 2 - - - - - Square Coulomb Meter per Joule - - C^2 m^2 J^-1 - - - Square Coulomb Meter per Joule - - - C^2 m^2 J^-1 - - - - - - Second - - 4 - - - - Kilogram - - -1 - - - - Ampere - - 2 - - - - - Gray per Second - - Gy/s - - - Gray per Second - - - Gy/s - - - - - - Second - - -3 - - - - Meter - - 2 - - - - - Pascal per Second - - Pa/s - - - Pascal per Second - - - Pa/s - - - - - - Second - - -3 - - - - Kilogram - - 1 - - - - Meter - - -1 - - - - - Kilogram Meter Squared - - kg-m^2 - - - Kilogram Meter Squared - - - kg-m^2 - - - - - - Kilogram - - 1 - - - - Meter - - 2 - - - - - Cubic Meter per Kilogram Second Squared - - m^3 kg^-1 s^-2 - - - Cubic Meter per Kilogram Second Squared - - - m^3 kg^-1 s^-2 - - - - - - Second - - -2 - - - - Kilogram - - -1 - - - - Meter - - 3 - - - - - Coulomb per Cubic Meter - - C/m^3 - - - Coulomb per Cubic Meter - - - C m^-3 - - - - - - Second - - 1 - - - - Meter - - -3 - - - - Ampere - - 1 - - - - - Cubic Meter per Kelvin - - - - - Cubic Meter per Kelvin - - - m^3/K - - - - - - Kelvin - - -1 - - - - Meter - - 3 - - - - - Meter per Farad - - - - - Meter per Farad - - - m/F - - - - - - Second - - -4 - - - - Kilogram - - 1 - - - - Meter - - 3 - - - - Ampere - - -2 - - - - - Tesla Meter - - m T - - - Tesla Meter - - - m T - - - - - - Second - - -2 - - - - Kilogram - - 1 - - - - Meter - - 1 - - - - Ampere - - -1 - - - - - Kilogram Meter Per Second - - kg-m/s - - - Kilogram Meter Per Second - - - kg m s^-1 - - - - - - Second - - -1 - - - - Kilogram - - 1 - - - - Meter - - 1 - - - - - Per Cubic Meter - - /m^3 - - - Per Cubic Meter - - - m^-3 - - - - - - Meter - - -3 - - - - - Kelvin per Watt - - K/W - - - Kelvin per Watt - - - K/W - - - - - - Second - - 3 - - - - Kelvin - - 1 - - - - Kilogram - - -1 - - - - Meter - - -2 - - - - - LengthEnergy - - - - - - - - - - - - - - Second - - -2 - - - - Kilogram - - 1 - - - - Meter - - 3 - - - - - Coulomb per Kilogram - - C/kg - - - Coulomb per Kilogram - - - C kg^-1 - - - - - - Second - - 1 - - - - Kilogram - - -1 - - - - Ampere - - 1 - - - - - Hertz - - Hz - - - Hertz - - - Hz - - - - - - Second - - -1 - - - - - Mole per Cubic Meter - - mol/m^3 - - - Mole per Cubic Meter - - - mol/m^3 - - - - - - Meter - - -3 - - - - Mole - - 1 - - - - - Watt per Steradian - - W sr^-1 - - - Watt per Steradian - - - - - - - - - Second - - -3 - - - - Kilogram - - 1 - - - - Meter - - 2 - - - - Unitless - - -1 - - - - - Watt Square Meter - - W m^2 - - - Watt Square Meter - - - W m^2 - - - - - - Second - - -3 - - - - Kilogram - - 1 - - - - Meter - - 4 - - - - - Joule per Mole Kelvin - - J/(mol-K) - - - Joule per Mole Kelvin - - - J mol^-1 K^-1 - - - - - - Second - - -2 - - - - Kelvin - - -1 - - - - Kilogram - - 1 - - - - Meter - - 2 - - - - Mole - - -1 - - - - - Joule Second - - J s - - - Joule Second - - - J s - - - - - - Second - - -1 - - - - Kilogram - - - - - - 98,98 - - - - - 1 - - - - Meter - - - - - - 105,7 - - - - - 2 - - - - - Radian per Second - - rad/s - - - Radian per Second - - - rad/s - - - - - - Second - - -1 - - - - Radian - - - - - - 98,98 - - - - - 1 - - - - - Watt per Square Meter Kelvin - - W/(m^2-K) - - - Watt per Square Meter Kelvin - - - W/(m^2-K) - - - - - - Second - - -3 - - - - Kelvin - - -1 - - - - Kilogram - - 1 - - - - - TimeTemperature - - - - - - - - - - - - - - Second - - 1 - - - - Kelvin - - 1 - - - - - Per Tesla Meter Unit - - m^-1 T^-1 - - - Per Tesla Meter Unit - - - m^-1 T^-1 - - - - - - Second - - 2 - - - - Kilogram - - -1 - - - - Meter - - -1 - - - - Ampere - - 1 - - - - - Square Meter - - m^2 - - - Square Meter - - - m^2 - - - - - - Meter - - 2 - - - - - Cubic Meter per Second - - m^3/s - - - Cubic Meter per Second - - - m^3/s - - - - - - Second - - -1 - - - - Meter - - 3 - - - - - Hertz per Kelvin - - Hz K^-1 - - - Hertz per Kelvin - - - Hz K^-1 - - - - - - Second - - -1 - - - - Kelvin - - -1 - - - - - Watt per Square Meter - - W/m^2 - - - Watt per Square Meter - - - W/m^2 - - - - - - Second - - -3 - - - - Kilogram - - 1 - - - - - Meter Kelvin - - m K - - - Meter Kelvin - - - m K - - - - - - Kelvin - - 1 - - - - Meter - - 1 - - - - - Henry per Meter - - H/m - - - Henry per Meter - - - H/m - - - - - - Second - - -2 - - - - Kilogram - - 1 - - - - Meter - - 1 - - - - Ampere - - -2 - - - - - Ampere per Square Meter - - A/m^2 - - - Ampere per Square Meter - - - A/m^2 - - - - - - Meter - - -2 - - - - Ampere - - 1 - - - - - Newton - - N - - - Newton - - - N - - - - - - Second - - -2 - - - - Kilogram - - 1 - - - - Meter - - 1 - - - - - Per Mole Unit - - mol^-1 - - - Per Mole Unit - - - mol^-1 - - - - - - Mole - - -1 - - - - - Kilogram per Meter - - kg/m - - - Kilogram per Meter - - - kg/m - - - - - - Kilogram - - 1 - - - - Meter - - -1 - - - - - Volt per Square Meter - - V m^-2 - - - Volt per Square Meter - - - V m^-2 - - - - - - Second - - -3 - - - - Kilogram - - 1 - - - - Ampere - - -1 - - - - - Pascal Second - - Pa-s - - - Pascal Second - - - Pa-s - - - - - - Second - - -1 - - - - Kilogram - - 1 - - - - Meter - - -1 - - - - - ElectricCurrentPerUnitLength - - - - - - - - - - - - - - Meter - - -1 - - - - Ampere - - 1 - - - - - Square Meter Kelvin per Watt - - K-m^2/W - - - Square Meter Kelvin per Watt - - - K-m^2/W - - - - - - Second - - 3 - - - - Kelvin - - 1 - - - - Kilogram - - -1 - - - - - Cubic Meter per Kilogram - - m^3/kg - - - Cubic Meter per Kilogram - - - m^3/kg - - - - - - Kilogram - - -1 - - - - Meter - - 3 - - - - - InverseEnergy - - - - - - - - - - - - - - Second - - 2 - - - - Kilogram - - -1 - - - - Meter - - -2 - - - - - Radian per Second Squared - - rad/s^2 - - - Radian per Second Squared - - - rad/s^2 - - - - - - Second - - -2 - - - - Radian - - - - - - 98,98 - - - - - 1 - - - - - Watt per Square Meter Steradian - - W/(m^2-sr) - - - Watt per Square Meter Steradian - - - W/(m^2-sr) - - - - - - Second - - -3 - - - - Kilogram - - 1 - - - - Unitless - - -1 - - - - - Stere - - st - - - Stere - - - st - - - - - - Meter - - 3 - - - - - Watt per Square Meter Quartic Kelvin - - W m^-2 K^-4 - - - Watt per Square Meter Quartic Kelvin - - - W m^-2 K^-4 - - - - - - Second - - -3 - - - - Kelvin - - -4 - - - - Kilogram - - 1 - - - - - Cubic Meter per Mole - - m^3 mol^-1 - - - Cubic Meter per Mole - - - m^3 mol^-1 - - - - - - Meter - - 3 - - - - Mole - - -1 - - - - - Cubic Meter per Second Squared - - - - - Cubic Meter per Second Squared - - - m^3/s^2 - - - - - - Second - - -2 - - - - Meter - - 3 - - - - - Joule Second per Mole - - J s mol^-1 - - - Joule Second per Mole - - - J s mol^-1 - - - - - - Second - - -1 - - - - Kilogram - - 1 - - - - Meter - - 2 - - - - Mole - - -1 - - - - - AreaTime - - - - - - - - - - - - - - Second - - 1 - - - - Meter - - - - - - 98,98 - - - - - 2 - - - - - EnergyPerTemperature - - - - - - - - - - - - - - Second - - -2 - - - - Kelvin - - -1 - - - - Kilogram - - 1 - - - - Meter - - 2 - - - - - Joule per Tesla - - - - - Joule per Tesla - - - J T^-1 - - - - - - Meter - - 2 - - - - Ampere - - 1 - - - - - Katal - - kat - - - Katal - - - kat - - - - - - Second - - -1 - - - - Mole - - 1 - - - - - Square Meter per Second - - m^2 s^-1 - - - Square Meter per Second - - - m^2 s^-1 - - - - - - Second - - -1 - - - - Meter - - 2 - - - - - Volt - - V - - - Volt - - - V - - - - - - Second - - -3 - - - - Kilogram - - 1 - - - - Meter - - 2 - - - - Ampere - - -1 - - - - - Candela per Square Meter - - cd/m^2 - - - Candela per Square Meter - - - cd/m^2 - - - - - - Candela - - 1 - - - - Meter - - -2 - - - - - Kelvin per Tesla - - K T^-1 - - - Kelvin per Tesla - - - K T^-1 - - - - - - Second - - 2 - - - - Kelvin - - 1 - - - - Kilogram - - -1 - - - - Ampere - - 1 - - - - - Lumen per Watt - - - - - Lumen per Watt - - - - - - - - - Second - - 3 - - - - Kilogram - - -1 - - - - Candela - - 1 - - - - Meter - - -2 - - - - Unitless - - 1 - - - - - MassPerAreaTime - - - - - - - - - - - - - - Second - - -1 - - - - Kilogram - - 1 - - - - Meter - - -2 - - - - - Joule per Cubic Meter Kelvin - - J/(m^3 K) - - - Joule per Cubic Meter Kelvin - - - J/(m^3 K) - - - - - - Second - - -2 - - - - Kelvin - - -1 - - - - Kilogram - - 1 - - - - Meter - - -1 - - - - - Meter Kelvin per Watt - - K-m/W - - - Meter Kelvin per Watt - - - K-m/W - - - - - - Second - - 3 - - - - Kelvin - - - - - - 98,98 - - - - - 1 - - - - Kilogram - - - - - - 105,7 - - - - - -1 - - - - Meter - - - - - - 189,189 - - - - - -1 - - - - - Second Time Squared - - s^2 - - - Second Time Squared - - - s^2 - - - - - - Second - - 2 - - - - - Per Meter Unit - - /m - - - Per Meter Unit - - - m^-1 - - - - - - Meter - - -1 - - - - - Pascal - - Pa - - - Pascal - - - Pa - - - - - - Second - - -2 - - - - Kilogram - - 1 - - - - Meter - - -1 - - - - - Coulomb - - C - - - Coulomb - - - C - - - - - - Second - - 1 - - - - Ampere - - 1 - - - - - QuarticElectricDipoleMomentPerCubicEnergy - - - - - - - - - - - - - - Second - - 10 - - - - Kilogram - - -3 - - - - Meter - - -2 - - - - Ampere - - 4 - - - - - Tesla - - T - - - Tesla - - - T - - - - - - Second - - -2 - - - - Kilogram - - 1 - - - - Ampere - - -1 - - - - - Square Meter Steradian - - m^2-sr - - - Square Meter Steradian - - - m^2-sr - - - - - - Meter - - 2 - - - - Unitless - - 1 - - - - - Coulomb Meter - - C m - - - Coulomb Meter - - - C m - - - - - - Second - - 1 - - - - Meter - - 1 - - - - Ampere - - 1 - - - - - Meter Kilogram - - m-kg - - - Meter Kilogram - - - m-kg - - - - - - Kilogram - - 1 - - - - Meter - - 1 - - - - - Joule per Square Tesla - - J T^-2 - - - Joule per Square Tesla - - - J T^-2 - - - - - - Second - - 2 - - - - Kilogram - - -1 - - - - Meter - - 2 - - - - Ampere - - 2 - - - - - Ampere per Joule - - A/J - - - Ampere per Joule - - - A J^-1 - - - - - - Second - - 2 - - - - Kilogram - - -1 - - - - Meter - - -2 - - - - Ampere - - 1 - - - - - Per Meter Kelvin Unit - - m^-1 K^-1 - - - Per Meter Kelvin Unit - - - m^-1 K^-1 - - - - - - Kelvin - - -1 - - - - Meter - - -1 - - - - - LengthPerUnitElectricCurrent - - - - - - - - - - - - - - Meter - - 1 - - - - Ampere - - -1 - - - - - Coulomb per Mole - - - - - Coulomb per Mole - - - C mol^-1 - - - - - - Second - - 1 - - - - Ampere - - 1 - - - - Mole - - -1 - - - - - Volt per second - - V/sec - - - Volt per second - - - V/s - - - - - - Second - - -4 - - - - Kilogram - - 1 - - - - Meter - - 2 - - - - Ampere - - -1 - - - - - Watt - - W - - - Watt - - - W - - - - - - Second - - -3 - - - - Kilogram - - 1 - - - - Meter - - 2 - - - - - Meter per Second - - m/s - - - Meter per Second - - - m s^-1 - - - - - - Second - - -1 - - - - Meter - - 1 - - - - - Volt Meter - - m V - - - Volt Meter - - - m V - - - - - - Second - - -3 - - - - Kilogram - - 1 - - - - Meter - - 3 - - - - Ampere - - -1 - - - - - Ampere per Radian - - - - - Ampere per Radian - - - A/rad - - - - - - Ampere - - 1 - - - - Radian - - - - - - 98,98 - - - - - -1 - - - - - Square Meter per Kelvin - - - - - Square Meter per Kelvin - - - m^2/K - - - - - - Kelvin - - -1 - - - - Meter - - 2 - - - - - Hertz per Volt - - Hz V^-1 - - - Hertz per Volt - - - Hz V^-1 - - - - - - Second - - 2 - - - - Kilogram - - -1 - - - - Meter - - -2 - - - - Ampere - - 1 - - - - - Weber - - Wb - - - Weber - - - Wb - - - - - - Second - - -2 - - - - Kilogram - - 1 - - - - Meter - - 2 - - - - Ampere - - -1 - - - - - Watt per Meter Kelvin - - W/(m*K) - - - Watt per Meter Kelvin - - - W/(m*K) - - - - - - Second - - -3 - - - - Kelvin - - -1 - - - - Kilogram - - 1 - - - - Meter - - 1 - - - - - InverseSquareEnergy - - - - - - - - - - - - - - Second - - 4 - - - - Kilogram - - -2 - - - - Meter - - -4 - - - - - Cubic Coulomb Meter per Square Joule - - C^3 m^3 J^-2 - - - Cubic Coulomb Meter per Square Joule - - - C^3 m^3 J^-2 - - - - - - Second - - 7 - - - - Kilogram - - -2 - - - - Meter - - -1 - - - - Ampere - - 3 - - - - - Coulomb per Meter - - C/m - - - Coulomb per Meter - - - C/m - - - - - - Second - - 1 - - - - Meter - - -1 - - - - Ampere - - 1 - - - - - Coulomb Square Meter - - C m^2 - - - Coulomb Square Meter - - - C m^2 - - - - - - Second - - 1 - - - - Meter - - 2 - - - - Ampere - - 1 - - - - - Joule per Kilogram - - J/kg - - - Joule per Kilogram - - - J/kg - - - - - - Second - - -2 - - - - Meter - - 2 - - - - - Ohm - - Ohm - - - Ohm - - - ohm - - - - - - Second - - -3 - - - - Kilogram - - 1 - - - - Meter - - 2 - - - - Ampere - - -2 - - - - - Kilogram Kelvin - - kg-K - - - Kilogram Kelvin - - - kg-K - - - - - - Kelvin - - 1 - - - - Kilogram - - 1 - - - - - Kelvin per Second - - K/s - - - Kelvin per Second - - - K/s - - - - - - Second - - -1 - - - - Kelvin - - 1 - - - - - Siemens - - S - - - Siemens - - - S - - - - - - Second - - 3 - - - - Kilogram - - -1 - - - - Meter - - -2 - - - - Ampere - - 2 - - - - - Kilogram per Square Meter - - kg/m^2 - - - Kilogram per Square Meter - - - kg/m^2 - - - - - - Kilogram - - 1 - - - - Meter - - -2 - - - - - Kilogram per Second - - kg/s - - - Kilogram per Second - - - kg/s - - - - - - Second - - -1 - - - - Kilogram - - 1 - - - - - Tesla Second - - s T - - - Tesla Second - - - s T - - - - - - Second - - -1 - - - - Kilogram - - 1 - - - - Ampere - - -1 - - - - - Coulomb per Square Meter - - C/m^2 - - - Coulomb per Square Meter - - - C m^-2 - - - - - - Second - - 1 - - - - Meter - - -2 - - - - Ampere - - 1 - - - - - Lux - - lx - - - Lux - - - lx - - - - - - Candela - - 1 - - - - Meter - - -2 - - - - Unitless - - 1 - - - - - Kilogram per Mole - - kg mol^-1 - - - Kilogram per Mole - - - kg mol^-1 - - - - - - Kilogram - - 1 - - - - Mole - - -1 - - - - - Meter per Kelvin - - - - - Meter per Kelvin - - - m/K - - - - - - Kelvin - - -1 - - - - Meter - - 1 - - - - - Farad - - F - - - Farad - - - F - - - - - - Second - - 4 - - - - Kilogram - - -1 - - - - Meter - - -2 - - - - Ampere - - 2 - - - - - Joule per Kilogram Kelvin - - J/(kg-K) - - - Joule per Kilogram Kelvin - - - J/(kg-K) - - - - - - Second - - -2 - - - - Kelvin - - -1 - - - - Meter - - 2 - - - - - Ampere Turn - - At - - - Ampere Turn - - - At - - - - - - Ampere - - 1 - - - - Unitless - - 1 - - - - - Joule Meter per Mole - - J m mol^-1 - - - Joule Meter per Mole - - - J m mol^-1 - - - - - - Second - - -2 - - - - Kilogram - - 1 - - - - Meter - - 3 - - - - Mole - - -1 - - - - - Watt Square Meter per Steradian - - W m^2 sr^-1 - - - Watt Square Meter per Steradian - - - W m^2 sr^-1 - - - - - - Second - - -3 - - - - Kilogram - - 1 - - - - Meter - - 4 - - - - Unitless - - -1 - - - - - Kilogram per Cubic Meter - - kg/m^3 - - - Kilogram per Cubic Meter - - - kg/m^3 - - - - - - Kilogram - - 1 - - - - Meter - - -3 - - - - - Mole Kelvin - - mol-K - - - Mole Kelvin - - - mol-K - - - - - - Kelvin - - 1 - - - - Mole - - 1 - - - - - Joule per Kilogram Kelvin per Cubic Meter - - - - - Joule per Kilogram Kelvin per Cubic Meter - - - J/(kg-K-m^3) - - - - - - Second - - -2 - - - - Kelvin - - -1 - - - - Meter - - -1 - - - - - Joule per Mole - - J/mol - - - Joule per Mole - - - J/mol - - - - - - Second - - -2 - - - - Kilogram - - 1 - - - - Meter - - 2 - - - - Mole - - -1 - - - - - Lumen - - lm - - - Lumen - - - lm - - - - - - Candela - - 1 - - - - Unitless - - 1 - - - - - Square Meter Kelvin - - m^2-K - - - Square Meter Kelvin - - - m^2-K - - - - - - Kelvin - - 1 - - - - Meter - - 2 - - - - - Henry - - H - - - Henry - - - H - - - - - - Second - - -2 - - - - Kilogram - - 1 - - - - Meter - - 2 - - - - Ampere - - -2 - - - - - SquareEnergy - - - - - - - - - - - - - - Second - - -4 - - - - Kilogram - - 2 - - - - Meter - - 4 - - - - - Joule per Kilogram Kelvin per Pascal - - - - - Joule per Kilogram Kelvin per Pascal - - - J/(kg-K-Pa) - - - - - - Kelvin - - -1 - - - - Kilogram - - -1 - - - - Meter - - 3 - - - - - Mole per Kilogram - - - - - Mole per Kilogram - - - mol/kg - - - - - - Kilogram - - -1 - - - - Mole - - 1 - - - - - Farad per Meter - - F/m - - - Farad per Meter - - - F m^-1 - - - - - - Farad per Meter - - 1 - - - 0 - - - - - Relative Permittivity - - - - - Relative Permittivity - - - εr - - - - - - Farad per Meter - - 8.8541878170000005e-12 - - - 0 - - - - - Abfarad per Centimeter - - - - - Abfarad per Centimeter - - - abF/cm - - - - - - Farad per Meter - - 100000000000 - - - 0 - - - - - Square Coulomb Meter per Joule - - C^2 m^2 J^-1 - - - Square Coulomb Meter per Joule - - - C^2 m^2 J^-1 - - - - - - Square Coulomb Meter per Joule - - 1 - - - 0 - - - - - Gray per Second - - Gy/s - - - Gray per Second - - - Gy/s - - - - - - Gray per Second - - 1 - - - 0 - - - - - Pascal per Hour - - Pa/hr - - - Pascal per Hour - - - Pa/h - - - - - - Pascal per Second - - 0.00027777777799999997 - - - 0 - - - - - Pascal per Minute - - Pa/min - - - Pascal per Minute - - - Pa/min - - - - - - Pascal per Second - - 0.016666666666666666 - - - 0 - - - - - Pascal per Second - - Pa/s - - - Pascal per Second - - - Pa/s - - - - - - Pascal per Second - - 1 - - - 0 - - - - - Pound Force per Square Inch Second - - lbf / (in^2-s) - - - Pound Force per Square Inch Second - - - lbf / (in^2-s) - - - - - - Pascal per Second - - 6894.7572931683608 - - - 0 - - - - - Kilogram Meter Squared - - kg-m^2 - - - Kilogram Meter Squared - - - kg-m^2 - - - - - - Kilogram Meter Squared - - 1 - - - 0 - - - - - Cubic Meter per Kilogram Second Squared - - m^3 kg^-1 s^-2 - - - Cubic Meter per Kilogram Second Squared - - - m^3 kg^-1 s^-2 - - - - - - Cubic Meter per Kilogram Second Squared - - 1 - - - 0 - - - - - Coulomb per Cubic Meter - - C/m^3 - - - Coulomb per Cubic Meter - - - C m^-3 - - - - - - Coulomb per Cubic Meter - - 1 - - - 0 - - - - - Cubic Meter per Kelvin - - - - - Cubic Meter per Kelvin - - - m^3/K - - - - - - Cubic Meter per Kelvin - - 1 - - - 0 - - - - - Meter per Farad - - - - - Meter per Farad - - - m/F - - - - - - Meter per Farad - - 1 - - - 0 - - - - - Tesla Meter - - m T - - - Tesla Meter - - - m T - - - - - - Tesla Meter - - 1 - - - 0 - - - - - Kilogram Meter Per Second - - kg-m/s - - - Kilogram Meter Per Second - - - kg m s^-1 - - - - - - Kilogram Meter Per Second - - 1 - - - 0 - - - - - Planck Momentum - - - - - Planck Momentum - - - - - - - - - Kilogram Meter Per Second - - 6.5248499999999998 - - - 0 - - - - - Per Cubic Meter - - /m^3 - - - Per Cubic Meter - - - m^-3 - - - - - - Per Cubic Meter - - 1 - - - 0 - - - - - Kelvin per Watt - - K/W - - - Kelvin per Watt - - - K/W - - - - - - Kelvin per Watt - - 1 - - - 0 - - - - - Mega Electron Volt Femtometer - - MeV fm - - - Mega Electron Volt Femtometer - - - MeV fm - - - - - - LengthEnergy - - 1.60217653e-28 - - - 0 - - - - - Coulomb per Kilogram - - C/kg - - - Coulomb per Kilogram - - - C kg^-1 - - - - - - Coulomb per Kilogram - - 1 - - - 0 - - - - - Hertz per Tesla - - Hz T^-1 - - - Hertz per Tesla - - - Hz T^-1 - - - - - - Coulomb per Kilogram - - 1 - - - 0 - - - - - Mega Hertz per Tesla - - MHz T^-1 - - - Mega Hertz per Tesla - - - MHz T^-1 - - - - - - Coulomb per Kilogram - - 1000000 - - - 0 - - - - - Per Tesla Second Unit - - s^-1 T^-1 - - - Per Tesla Second Unit - - - s^-1 T^-1 - - - - - - Coulomb per Kilogram - - 1 - - - 0 - - - - - Kilohertz - - kHz - - - Kilohertz - - - kHz - - - - - - Hertz - - 1000 - - - 0 - - - - - Megahertz - - MHz - - - Megahertz - - - MHz - - - - - - Hertz - - 1000000 - - - 0 - - - - - Hertz - - Hz - - - Hertz - - - Hz - - - - - - Hertz - - 1 - - - 0 - - - - - Gigahertz - - GHz - - - Gigahertz - - - GHz - - - - - - Hertz - - 1000000000 - - - 0 - - - - - Planck Frequency - - - - - Planck Frequency - - - - - - - - - Hertz - - 1.8548700000000001e+43 - - - 0 - - - - - Inverse Second - - s^-1 - - - Inverse Second - - - s^-1 - - - - - - Hertz - - 1 - - - 0 - - - - - Mole per Cubic Meter - - mol/m^3 - - - Mole per Cubic Meter - - - mol/m^3 - - - - - - Mole per Cubic Meter - - 1 - - - 0 - - - - - US Survey Foot - - ftUS - - - US Survey Foot - - - ft - - - - - - Meter - - 0.30480000000000002 - - - 0 - - - - - Fermi - - fm - - - Fermi - - - fm - - - - - - Meter - - 1.0000000000000001e-15 - - - 0 - - - - - Meter - - m - - - Meter - - - m - - - - - - Meter - - 1 - - - 0 - - - - - Centimeter - - cm - - - Centimeter - - - cm - - - - - - Meter - - 0.01 - - - 0 - - - - - Mile - International Standard - - miINT - - - Mile - International Standard - - - mi - - - - - - Meter - - 1609.3440000000001 - - - 0 - - - - - Planck Length - - - - - Planck Length - - - l_P - - - - - - Meter - - 1.616252e-35 - - - 0 - - - - - Fathom - - fath - - - Fathom - - - fath - - - - - - Meter - - 1.8288 - - - 0 - - - - - Chain - - ch - - - Chain - - - ch - - - - - - Meter - - 20.116800000000001 - - - 0 - - - - - Foot - - ft - - - Foot - - - ft - - - - - - Meter - - 0.30480000000000002 - - - 0 - - - - - Microinch - - µinch - - - Microinch - - - µinch - - - - - - Meter - - 2.5399999999999999e-08 - - - 0 - - - - - Inch - - in - - - Inch - - - in - - - - - - Meter - - 0.025399999999999999 - - - 0 - - - - - Astronomical Unit - - au - - - Astronomical Unit - - - au - - - - - - Meter - - 149597870000 - - - 0 - - - - - Femtometer - - fm - - - Femtometer - - - fm - - - - - - Meter - - 1.0000000000000001e-15 - - - 0 - - - - - Point - - pt - - - Point - - - pt - - - - - - Meter - - 2.5400000000000001e-05 - - - 0 - - - - - Rod - - rd - - - Rod - - - rd - - - - - - Meter - - 5.02921 - - - 0 - - - - - Furlong - - fur - - - Furlong - - - fur - - - - - - Meter - - 201.16800000000001 - - - 0 - - - - - Micrometer - - µm - - - Micrometer - - - µm - - - - - - Meter - - 9.9999999999999995e-07 - - - 0 - - - - - Mile US Statute - - miUS - - - Mile US Statute - - - mi - - - - - - Meter - - 1609.3440000000001 - - - 0 - - - - - Light Year - - ly - - - Light Year - - - ly - - - - - - Meter - - 9460730472580800 - - - 0 - - - - - Yard - - yd - - - Yard - - - yd - - - - - - Meter - - 0.91439999999999999 - - - 0 - - - - - Kilometer - - km - - - Kilometer - - - km - - - - - - Meter - - 1000 - - - 0 - - - - - Nautical Mile - - nmi - - - Nautical Mile - - - nmi - - - - - - Meter - - 1852 - - - 0 - - - - - Angstrom - - Å - - - Angstrom - - - Å - - - - - - Meter - - 1e-10 - - - 0 - - - - - Watt per Steradian - - W sr^-1 - - - Watt per Steradian - - - - - - - - - Watt per Steradian - - 1 - - - 0 - - - - - Watt Square Meter - - W m^2 - - - Watt Square Meter - - - W m^2 - - - - - - Watt Square Meter - - 1 - - - 0 - - - - - Joule per Mole Kelvin - - J/(mol-K) - - - Joule per Mole Kelvin - - - J mol^-1 K^-1 - - - - - - Joule per Mole Kelvin - - 1 - - - 0 - - - - - Electron Volt Second - - eV s - - - Electron Volt Second - - - eV s - - - - - - Joule Second - - 1.6021765313999999e-19 - - - 0 - - - - - Erg Second - - - - - Erg Second - - - erg s - - - - - - Joule Second - - 9.9999999999999995e-08 - - - 0 - - - - - Joule Second - - J s - - - Joule Second - - - J s - - - - - - Joule Second - - 1 - - - 0 - - - - - Degree per Hour - - deg/h - - - Degree per Hour - - - deg/h - - - - - - Radian per Second - - 4.8481368110953598e-06 - - - 0 - - - - - Degree per Second - - deg/s - - - Degree per Second - - - deg/s - - - - - - Radian per Second - - 0.0174532925199 - - - 0 - - - - - Radian per Second - - rad/s - - - Radian per Second - - - rad/s - - - - - - Radian per Second - - 1 - - - 0 - - - - - Radian per Hour - - rad/h - - - Radian per Hour - - - rad/h - - - - - - Radian per Second - - 0.00027777777777799998 - - - 0 - - - - - Revolution per Hour - - rev/h - - - Revolution per Hour - - - rev/h - - - - - - Radian per Second - - 0.0017453292519943296 - - - 0 - - - - - Degree per Minute - - - - - Degree per Minute - - - - - - - - - Radian per Second - - 0.00029088820899999998 - - - 0 - - - - - Revolution per Minute - - rev/min - - - Revolution per Minute - - - rev/min - - - - - - Radian per Second - - 0.10471975511965977 - - - 0 - - - - - Revolution per Second - - rev/s - - - Revolution per Second - - - rev/s - - - - - - Radian per Second - - 6.2831853100000004 - - - 0 - - - - - Radian per second - - rad/s - - - Radian per second - - - rad/s - - - - - - Radian per Second - - 1 - - - 0 - - - - - Planck Mass - - - - - Planck Mass - - - m_P - - - - - - Kilogram - - 2.1764400000000001e-08 - - - 0 - - - - - Pound Troy - - lbm - - - Pound Troy - - - lbm - - - - - - Kilogram - - 0.37324172160000002 - - - 0 - - - - - Ton - Long - - ton - - - Ton - Long - - - ton - - - - - - Kilogram - - 1016.0469088 - - - 0 - - - - - Ton - Short - - ton - - - Ton - Short - - - ton - - - - - - Kilogram - - 907.18474000000003 - - - 0 - - - - - Pound Mass - - lbm - - - Pound Mass - - - lbm - - - - - - Kilogram - - 0.45359237000000002 - - - 0 - - - - - Unified Atomic Mass Unit - - u - - - Unified Atomic Mass Unit - - - u - - - - - - Kilogram - - 9.1093821499999992e-31 - - - 0 - - - - - Carat - - Nm/ct - - - Carat - - - Nm/ct - - - - - - Kilogram - - 0.00020000000000000001 - - - 0 - - - - - Slug - - slug - - - Slug - - - slug - - - - - - Kilogram - - 14.593902937206366 - - - 0 - - - - - Ton Assay - - AT - - - Ton Assay - - - AT - - - - - - Kilogram - - 0.032666667000000003 - - - 0 - - - - - Kilogram - - kg - - - Kilogram - - - kg - - - - - - Kilogram - - 1 - - - 0 - - - - - Metric Ton - - mT - - - Metric Ton - - - mT - - - - - - Kilogram - - 1000 - - - 0 - - - - - Ounce Mass - - ozm - - - Ounce Mass - - - ozm - - - - - - Kilogram - - 0.028349523125000001 - - - 0 - - - - - Penny Weight - - dwt - - - Penny Weight - - - dwt - - - - - - Kilogram - - 0.0015551738400000001 - - - 0 - - - - - Hundred Weight - Short - - cwt - - - Hundred Weight - Short - - - cwt - - - - - - Kilogram - - 45.359237 - - - 0 - - - - - Gram - - g - - - Gram - - - g - - - - - - Kilogram - - 0.001 - - - 0 - - - - - Ounce Troy - - oz - - - Ounce Troy - - - oz - - - - - - Kilogram - - 0.031103476800000002 - - - 0 - - - - - Grain - - gr - - - Grain - - - gr - - - - - - Kilogram - - 6.4798909999999995e-05 - - - 0 - - - - - Watt per Square Meter Kelvin - - W/(m^2-K) - - - Watt per Square Meter Kelvin - - - W/(m^2-K) - - - - - - Watt per Square Meter Kelvin - - 1 - - - 0 - - - - - Per Tesla Meter Unit - - m^-1 T^-1 - - - Per Tesla Meter Unit - - - m^-1 T^-1 - - - - - - Per Tesla Meter Unit - - 1 - - - 0 - - - - - Square Foot - - ft^2 - - - Square Foot - - - ft^2 - - - - - - Square Meter - - 0.092903040000000006 - - - 0 - - - - - Acre - - ac - - - Acre - - - ac - - - - - - Square Meter - - 4046.8564224000002 - - - 0 - - - - - Square Inch - - in^2 - - - Square Inch - - - in^2 - - - - - - Square Meter - - 0.00064515999999999998 - - - 0 - - - - - Barn - - b - - - Barn - - - b - - - - - - Square Meter - - 9.9999999999999997e-29 - - - 0 - - - - - Hectare - - ha - - - Hectare - - - ha - - - - - - Square Meter - - 10000 - - - 0 - - - - - Are - - a - - - Are - - - a - - - - - - Square Meter - - 100 - - - 0 - - - - - Square Yard - - yd^2 - - - Square Yard - - - yd^2 - - - - - - Square Meter - - 0.83612735999999999 - - - 0 - - - - - Square Centimeter - - cm^2 - - - Square Centimeter - - - cm^2 - - - - - - Square Meter - - 0.0001 - - - 0 - - - - - Square Mile - - mi^2 - - - Square Mile - - - mi^2 - - - - - - Square Meter - - 2589988.1099999999 - - - 0 - - - - - Planck Area - - - - - Planck Area - - - - - - - - - Square Meter - - 2.61223e-70 - - - 0 - - - - - Square Meter - - m^2 - - - Square Meter - - - m^2 - - - - - - Square Meter - - 1 - - - 0 - - - - - Cubic Inch per Minute - - in^3/min - - - Cubic Inch per Minute - - - in^3/min - - - - - - Cubic Meter per Second - - 2.7311773333333333e-07 - - - 0 - - - - - US Gallon per Minute - - galUS/min - - - US Gallon per Minute - - - galUS/min - - - - - - Cubic Meter per Second - - 6.3090183333333331e-05 - - - 0 - - - - - Cubic Meter per Hour - - m^3/h - - - Cubic Meter per Hour - - - m^3/h - - - - - - Cubic Meter per Second - - 0.00027777777777777778 - - - 0 - - - - - Cubic Foot per Minute - - ft^3/min - - - Cubic Foot per Minute - - - ft^3/min - - - - - - Cubic Meter per Second - - 0.0004719474432000001 - - - 0 - - - - - Cubic Yard per Minute - - yd^3/min - - - Cubic Yard per Minute - - - yd^3/min - - - - - - Cubic Meter per Second - - 0.0127425809664 - - - 0 - - - - - Cubic Foot per Second - - ft^3/s - - - Cubic Foot per Second - - - ft^3/s - - - - - - Cubic Meter per Second - - 0.028316846592000004 - - - 0 - - - - - US Gallon per Day - - galUS/d - - - US Gallon per Day - - - galUS/d - - - - - - Cubic Meter per Second - - 4.381262731481481e-08 - - - 0 - - - - - Cubic Meter per Second - - m^3/s - - - Cubic Meter per Second - - - m^3/s - - - - - - Cubic Meter per Second - - 1 - - - 0 - - - - - Hertz per Kelvin - - Hz K^-1 - - - Hertz per Kelvin - - - Hz K^-1 - - - - - - Hertz per Kelvin - - 1 - - - 0 - - - - - Mega Hertz per Kelvin - - MHz K^-1 - - - Mega Hertz per Kelvin - - - MHz K^-1 - - - - - - Hertz per Kelvin - - 1000000 - - - 0 - - - - - BTU per Hour Square Foot - - Btu/(h-ft^2) - - - BTU per Hour Square Foot - - - Btu/(h-ft^2) - - - - - - Watt per Square Meter - - 3.1545907450630484 - - - 0 - - - - - Kilocalorie per Square Centimeter Second - - kcal/(cm^2-s) - - - Kilocalorie per Square Centimeter Second - - - kcal/(cm^2-s) - - - - - - Watt per Square Meter - - 4.1839999999999999e-07 - - - 0 - - - - - Watt per Square Centimeter - - W/cm^2 - - - Watt per Square Centimeter - - - W/cm^2 - - - - - - Watt per Square Meter - - 10000 - - - 0 - - - - - Watt per Square Foot - - W/ft^2 - - - Watt per Square Foot - - - W/ft^2 - - - - - - Watt per Square Meter - - 10.763910416709722 - - - 0 - - - - - Erg per Square Centimeter Second - - erg/(cm^2-s) - - - Erg per Square Centimeter Second - - - erg/(cm^2-s) - - - - - - Watt per Square Meter - - 0.001 - - - 0 - - - - - Watt per Square Meter - - W/m^2 - - - Watt per Square Meter - - - W/m^2 - - - - - - Watt per Square Meter - - 1 - - - 0 - - - - - BTU per Second Square Foot - - Btu/(s-ft^2) - - - BTU per Second Square Foot - - - Btu/(s-ft^2) - - - - - - Watt per Square Meter - - 11356.526682226975 - - - 0 - - - - - Foot Pound Force per Square Foot Second - - ft-lbf/(ft^2-s) - - - Foot Pound Force per Square Foot Second - - - ft-lbf/(ft^2-s) - - - - - - Watt per Square Meter - - 14.593902937206364 - - - 0 - - - - - Kilocalorie per Square Centimeter Minute - - kcal/(cm^2-min) - - - Kilocalorie per Square Centimeter Minute - - - kcal/(cm^2-min) - - - - - - Watt per Square Meter - - 6.9733333300000004e-05 - - - 0 - - - - - Watt per Square Inch - - W/in^2 - - - Watt per Square Inch - - - W/in^2 - - - - - - Watt per Square Meter - - 1550.0030999999999 - - - 0 - - - - - Meter Kelvin - - m K - - - Meter Kelvin - - - m K - - - - - - Meter Kelvin - - 1 - - - 0 - - - - - Stathenry per Centimeter - - - - - Stathenry per Centimeter - - - statH/cm - - - - - - Henry per Meter - - 89876000000000 - - - 0 - - - - - Relative Permeability - - - - - Relative Permeability - - - µr - - - - - - Henry per Meter - - 1.2566370599999999e-06 - - - 0 - - - - - Henry per Meter - - H/m - - - Henry per Meter - - - H/m - - - - - - Henry per Meter - - 1 - - - 0 - - - - - Ampere per Square Meter - - A/m^2 - - - Ampere per Square Meter - - - A/m^2 - - - - - - Ampere per Square Meter - - 1 - - - 0 - - - - - Abampere per Square Centimeter - - abA / cm^2 - - - Abampere per Square Centimeter - - - - - - - - - Ampere per Square Meter - - 100000 - - - 0 - - - - - Statampere per Square Centimeter - - statA / cm^2 - - - Statampere per Square Centimeter - - - - - - - - - Ampere per Square Meter - - 3.335641e-06 - - - 0 - - - - - Planck Current Density - - - - - Planck Current Density - - - - - - - - - Ampere per Square Meter - - 1.3317740000000001e+95 - - - 0 - - - - - Dyne - - dyn - - - Dyne - - - dyn - - - - - - Newton - - 1.0000000000000001e-05 - - - 0 - - - - - Kilopond - - kp - - - Kilopond - - - kp - - - - - - Newton - - 9.8066499999999994 - - - 0 - - - - - Pound Force - - lbf - - - Pound Force - - - lbf - - - - - - Newton - - 4.4482216152604996 - - - 0 - - - - - Poundal - - pdl - - - Poundal - - - pdl - - - - - - Newton - - 0.13825495437599999 - - - 0 - - - - - Planck Force - - - - - Planck Force - - - - - - - - - Newton - - 1.2102699999999999e+44 - - - 0 - - - - - Newton - - N - - - Newton - - - N - - - - - - Newton - - 1 - - - 0 - - - - - Kilogram Force - - kgf - - - Kilogram Force - - - kgf - - - - - - Newton - - 9.8066499999999994 - - - 0 - - - - - Ounce Force - - ozf - - - Ounce Force - - - ozf - - - - - - Newton - - 0.27801387500000002 - - - 0 - - - - - Kip - - kip - - - Kip - - - kip - - - - - - Newton - - 4448.2219999999998 - - - 0 - - - - - Per Mole Unit - - mol^-1 - - - Per Mole Unit - - - mol^-1 - - - - - - Per Mole Unit - - 1 - - - 0 - - - - - Pound per Inch - - lb/in - - - Pound per Inch - - - lb/in - - - - - - Kilogram per Meter - - 17.857967322834646 - - - 0 - - - - - Slug per Foot - - slug/ft - - - Slug per Foot - - - slug/ft - - - - - - Kilogram per Meter - - 47.880258980335846 - - - 0 - - - - - Tex - - tex - - - Tex - - - tex - - - - - - Kilogram per Meter - - 9.9999999999999995e-07 - - - 0 - - - - - Denier - - - - - Denier - - - - - - - - - Kilogram per Meter - - 1.1000000000000001e-07 - - - 0 - - - - - Pound per Foot - - lb/ft - - - Pound per Foot - - - lb/ft - - - - - - Kilogram per Meter - - 1.4881639435695537 - - - 0 - - - - - Kilogram per Meter - - kg/m - - - Kilogram per Meter - - - kg/m - - - - - - Kilogram per Meter - - 1 - - - 0 - - - - - Volt per Square Meter - - V m^-2 - - - Volt per Square Meter - - - V m^-2 - - - - - - Volt per Square Meter - - 1 - - - 0 - - - - - Pascal Second - - Pa-s - - - Pascal Second - - - Pa-s - - - - - - Pascal Second - - 1 - - - 0 - - - - - Poise - - P - - - Poise - - - P - - - - - - Pascal Second - - 0.10000000000000001 - - - 0 - - - - - Slug per Foot Second - - slug/(ft-s) - - - Slug per Foot Second - - - slug/(ft-s) - - - - - - Pascal Second - - 47.880258980335846 - - - 0 - - - - - Pound Force Second per Square Inch - - lbf-s/in^2 - - - Pound Force Second per Square Inch - - - lbf-s/in^2 - - - - - - Pascal Second - - 6894.7572931683608 - - - 0 - - - - - Centipoise - - cP - - - Centipoise - - - cP - - - - - - Pascal Second - - 0.001 - - - 0 - - - - - Pound per Foot Second - - lb/(ft-s) - - - Pound per Foot Second - - - lb/(ft-s) - - - - - - Pascal Second - - 1.4881639435695537 - - - 0 - - - - - Pound Force Second per Square Foot - - lbf-s/ft^2 - - - Pound Force Second per Square Foot - - - lbf-s/ft^2 - - - - - - Pascal Second - - 47.880258980335839 - - - 0 - - - - - Pound per Foot Hour - - lb/(ft-h) - - - Pound per Foot Hour - - - lb/(ft-h) - - - - - - Pascal Second - - 0.00041337887321376491 - - - 0 - - - - - Clo - - clo - - - Clo - - - clo - - - - - - Square Meter Kelvin per Watt - - 0.155 - - - 0 - - - - - Square Meter Kelvin per Watt - - K-m^2/W - - - Square Meter Kelvin per Watt - - - K-m^2/W - - - - - - Square Meter Kelvin per Watt - - 1 - - - 0 - - - - - Cubic Meter per Kilogram - - m^3/kg - - - Cubic Meter per Kilogram - - - m^3/kg - - - - - - Cubic Meter per Kilogram - - 1 - - - 0 - - - - - Microsecond - - µs - - - Microsecond - - - µs - - - - - - Second - - 9.9999999999999995e-07 - - - 0 - - - - - Day - - d - - - Day - - - d - - - - - - Second - - 86400 - - - 0 - - - - - Planck Time - - - - - Planck Time - - - t_P - - - - - - Second - - 5.3912399999999998e-44 - - - 0 - - - - - Shake - - Sh - - - Shake - - - Sh - - - - - - Second - - 1e-08 - - - 0 - - - - - Millisecond - - ms - - - Millisecond - - - ms - - - - - - Second - - 0.001 - - - 0 - - - - - Year (365 Day) - - yr - - - Year (365 Day) - - - yr - - - - - - Second - - 31536000 - - - 0 - - - - - Hour - - h - - - Hour - - - h - - - - - - Second - - 3600 - - - 0 - - - - - Year Sidereal - - yr - - - Year Sidereal - - - yr - - - - - - Second - - 31558149.7632 - - - 0 - - - - - Second - - s - - - Second - - - s - - - - - - Second - - 1 - - - 0 - - - - - Minute Time - - min - - - Minute Time - - - min - - - - - - Second - - 60 - - - 0 - - - - - Planck Current - - - - - Planck Current - - - - - - - - - Ampere - - 3.4789000000000002e+25 - - - 0 - - - - - Biot - - Bi - - - Biot - - - Bi - - - - - - Ampere - - 3.335641e-10 - - - 0 - - - - - Statampere - - statA - - - Statampere - - - statA - - - - - - Ampere - - 3.335641e-10 - - - 0 - - - - - Abampere - - abA - - - Abampere - - - abA - - - - - - Ampere - - 10 - - - 0 - - - - - Ampere - - A - - - Ampere - - - A - - - - - - Ampere - - 1 - - - 0 - - - - - Radian per Second Squared - - rad/s^2 - - - Radian per Second Squared - - - rad/s^2 - - - - - - Radian per Second Squared - - 1 - - - 0 - - - - - Degree per Second Squared - - deg/(s^2) - - - Degree per Second Squared - - - deg/(s^2) - - - - - - Radian per Second Squared - - 0.017453292519943295 - - - 0 - - - - - Revolution per Second Squared - - - - - Revolution per Second Squared - - - - - - - - - Radian per Second Squared - - 6.2831853100000004 - - - 0 - - - - - Mole - - mol - - - Mole - - - mol - - - - - - Mole - - 1 - - - 0 - - - - - Watt per Square Meter Steradian - - W/(m^2-sr) - - - Watt per Square Meter Steradian - - - W/(m^2-sr) - - - - - - Watt per Square Meter Steradian - - 1 - - - 0 - - - - - Imperial Pint - - pi - - - Imperial Pint - - - pi - - - - - - Stere - - 0.0056826124999999998 - - - 0 - - - - - Cubic Centimeter - - cm^3 - - - Cubic Centimeter - - - cm^3 - - - - - - Stere - - 9.9999999999999995e-07 - - - 0 - - - - - Planck Volume - - - - - Planck Volume - - - - - - - - - Stere - - 4.2241899999999998e-105 - - - 0 - - - - - Board Foot - - Bf - - - Board Foot - - - Bf - - - - - - Stere - - 0.0023600000000000001 - - - 0 - - - - - Cubic Inch - - in^3 - - - Cubic Inch - - - in^3 - - - - - - Stere - - 1.6387063999999999e-05 - - - 0 - - - - - Cubic Mile - - mi^3 - - - Cubic Mile - - - mi^3 - - - - - - Stere - - 4168181825.4405799 - - - 0 - - - - - Stere - - st - - - Stere - - - st - - - - - - Stere - - 1 - - - 0 - - - - - Cubic Meter - - m^3 - - - Cubic Meter - - - m^3 - - - - - - Stere - - 1 - - - 0 - - - - - Tablespoon - - tbsp - - - Tablespoon - - - tbsp - - - - - - Stere - - 1.4786764781249999e-05 - - - 0 - - - - - Register Ton - - RT - - - Register Ton - - - RT - - - - - - Stere - - 2.8316846592 - - - 0 - - - - - Teaspoon - - tsp - - - Teaspoon - - - tsp - - - - - - Stere - - 4.9289215937499996e-06 - - - 0 - - - - - Acre Foot - - ac-ft - - - Acre Foot - - - ac-ft - - - - - - Stere - - 1233.4818375475202 - - - 0 - - - - - Cubic Foot - - ft^3 - - - Cubic Foot - - - ft^3 - - - - - - Stere - - 0.028316846592000001 - - - 0 - - - - - Cubic Yard - - yd^3 - - - Cubic Yard - - - yd^3 - - - - - - Stere - - 0.76455485798400002 - - - 0 - - - - - Watt per Square Meter Quartic Kelvin - - W m^-2 K^-4 - - - Watt per Square Meter Quartic Kelvin - - - W m^-2 K^-4 - - - - - - Watt per Square Meter Quartic Kelvin - - 1 - - - 0 - - - - - Cubic Meter per Mole - - m^3 mol^-1 - - - Cubic Meter per Mole - - - m^3 mol^-1 - - - - - - Cubic Meter per Mole - - 1 - - - 0 - - - - - Cubic Kilometer per Second Squared - - - - - Cubic Kilometer per Second Squared - - - km^3/s^2 - - - - - - Cubic Meter per Second Squared - - 1000000000 - - - 0 - - - - - Cubic Meter per Second Squared - - - - - Cubic Meter per Second Squared - - - m^3/s^2 - - - - - - Cubic Meter per Second Squared - - 1 - - - 0 - - - - - Joule Second per Mole - - J s mol^-1 - - - Joule Second per Mole - - - J s mol^-1 - - - - - - Joule Second per Mole - - 1 - - - 0 - - - - - Hour Square Foot - - h-ft^2 - - - Hour Square Foot - - - h-ft^2 - - - - - - AreaTime - - 334.45094399999999 - - - 0 - - - - - Square Centimeter Second - - - - - Square Centimeter Second - - - cm^2-s - - - - - - AreaTime - - 0.0001 - - - 0 - - - - - Square Centimeter Minute - - cm^2-min - - - Square Centimeter Minute - - - cm^2-min - - - - - - AreaTime - - 0.0060000000000000001 - - - 0 - - - - - Second Square Foot - - s-ft^2 - - - Second Square Foot - - - s-ft^2 - - - - - - AreaTime - - 0.092903040000000006 - - - 0 - - - - - Electron Volt per Tesla - - eV T^-1 - - - Electron Volt per Tesla - - - eV T^-1 - - - - - - Joule per Tesla - - 1.6021765313999999e-19 - - - 0 - - - - - Joule per Tesla - - - - - Joule per Tesla - - - J T^-1 - - - - - - Joule per Tesla - - 1 - - - 0 - - - - - Katal - - kat - - - Katal - - - kat - - - - - - Katal - - 1 - - - 0 - - - - - Square Meter per Second - - m^2 s^-1 - - - Square Meter per Second - - - m^2 s^-1 - - - - - - Square Meter per Second - - 1 - - - 0 - - - - - Abvolt - - abV - - - Abvolt - - - abV - - - - - - Volt - - 1e-08 - - - 0 - - - - - Volt - - V - - - Volt - - - V - - - - - - Volt - - 1 - - - 0 - - - - - Planck Volt - - - - - Planck Volt - - - - - - - - - Volt - - 1.04295e+27 - - - 0 - - - - - Statvolt - - statV - - - Statvolt - - - statV - - - - - - Volt - - 299.79245800000001 - - - 0 - - - - - Candela per Square Inch - - cd/in^2 - - - Candela per Square Inch - - - cd/in^2 - - - - - - Candela per Square Meter - - 1550.0031000062002 - - - 0 - - - - - Candela per Square Meter - - cd/m^2 - - - Candela per Square Meter - - - cd/m^2 - - - - - - Candela per Square Meter - - 1 - - - 0 - - - - - Foot Lambert - - ft-L - - - Foot Lambert - - - ft-L - - - - - - Candela per Square Meter - - 3.4262590999999998 - - - 0 - - - - - Lambert - - L - - - Lambert - - - L - - - - - - Candela per Square Meter - - 3183.0988600000001 - - - 0 - - - - - Stilb - - sb - - - Stilb - - - sb - - - - - - Candela per Square Meter - - 10000 - - - 0 - - - - - Kelvin per Tesla - - K T^-1 - - - Kelvin per Tesla - - - K T^-1 - - - - - - Kelvin per Tesla - - 1 - - - 0 - - - - - Lumen per Watt - - - - - Lumen per Watt - - - - - - - - - Lumen per Watt - - 1 - - - 0 - - - - - Joule per Cubic Meter Kelvin - - J/(m^3 K) - - - Joule per Cubic Meter Kelvin - - - J/(m^3 K) - - - - - - Joule per Cubic Meter Kelvin - - 1 - - - 0 - - - - - Meter Kelvin per Watt - - K-m/W - - - Meter Kelvin per Watt - - - K-m/W - - - - - - Meter Kelvin per Watt - - 1 - - - 0 - - - - - Second Time Squared - - s^2 - - - Second Time Squared - - - s^2 - - - - - - Second Time Squared - - 1 - - - 0 - - - - - Per Meter Unit - - /m - - - Per Meter Unit - - - m^-1 - - - - - - Per Meter Unit - - 1 - - - 0 - - - - - Kilopascal - - kPa - - - Kilopascal - - - kPa - - - - - - Pascal - - 1000 - - - 0 - - - - - Pound Force per Square Inch - - psi - - - Pound Force per Square Inch - - - psi - - - - - - Pascal - - 6894.7572931699997 - - - 0 - - - - - Poundal per Square Foot - - pdl/ft^2 - - - Poundal per Square Foot - - - pdl/ft^2 - - - - - - Pascal - - 1.4881644300000001 - - - 0 - - - - - Kilogram Force per Square Centimeter - - kgf/cm^2 - - - Kilogram Force per Square Centimeter - - - kgf/cm^2 - - - - - - Pascal - - 98066.5 - - - 0 - - - - - Technical Atmosphere - - at - - - Technical Atmosphere - - - at - - - - - - Pascal - - 98066.5 - - - 0 - - - - - Standard Atmosphere - - atm - - - Standard Atmosphere - - - atm - - - - - - Pascal - - 101325 - - - 0 - - - - - Centimeter of Water - - cmH2O - - - Centimeter of Water - - - cmH2O - - - - - - Pascal - - 98.063001600000007 - - - 0 - - - - - Bar - - bar - - - Bar - - - bar - - - - - - Pascal - - 100000 - - - 0 - - - - - Inch of Mercury - - inHg - - - Inch of Mercury - - - inHg - - - - - - Pascal - - 3386.3890000000001 - - - 0 - - - - - Pascal - - Pa - - - Pascal - - - Pa - - - - - - Pascal - - 1 - - - 0 - - - - - Pound Force per Square Foot - - lbf/ft^2 - - - Pound Force per Square Foot - - - lbf/ft^2 - - - - - - Pascal - - 47.880258980335839 - - - 0 - - - - - Inch of Water - - inAq - - - Inch of Water - - - inAq - - - - - - Pascal - - 249.08002400000001 - - - 0 - - - - - Millibar - - mbar - - - Millibar - - - mbar - - - - - - Pascal - - 100 - - - 0 - - - - - Millimeter of Mercury - - mmHg - - - Millimeter of Mercury - - - mmHg - - - - - - Pascal - - 86014.280599999998 - - - 0 - - - - - MilliTorr - - mtorr - - - MilliTorr - - - mtorr - - - - - - Pascal - - 0.13332236842099998 - - - 0 - - - - - Planck Pressure - - - - - Planck Pressure - - - - - - - - - Pascal - - 4.6330899999999999e+113 - - - 0 - - - - - Dyne per Square Centimeter - - dyn/cm^2 - - - Dyne per Square Centimeter - - - dyn/cm^2 - - - - - - Pascal - - 0.10000000000000001 - - - 0 - - - - - Torr - - torr - - - Torr - - - torr - - - - - - Pascal - - 133.32236842105263 - - - 0 - - - - - MicroTorr - - µtorr - - - MicroTorr - - - µtorr - - - - - - Pascal - - 0.00013332236842105263 - - - 0 - - - - - Kip per Square Inch - - kip/in^2 - - - Kip per Square Inch - - - kip/in^2 - - - - - - Pascal - - 6894757.8899999997 - - - 0 - - - - - Kilopascal Absolute - - kPaA - - - Kilopascal Absolute - - - kPaA - - - - - - Pascal - - 1 - - - 0 - - - - - Ampere Hour - - A-h - - - Ampere Hour - - - A-h - - - - - - Coulomb - - 3600 - - - 0 - - - - - Statcoulomb - - statC - - - Statcoulomb - - - statC - - - - - - Coulomb - - 3.3356400000000002e-10 - - - 0 - - - - - Planck Charge - - Q_p - - - Planck Charge - - - Q_p - - - - - - Coulomb - - 1.87554587e-18 - - - 0 - - - - - Coulomb - - C - - - Coulomb - - - C - - - - - - Coulomb - - 1 - - - 0 - - - - - Abcoulomb - - abC - - - Abcoulomb - - - abC - - - - - - Coulomb - - 10 - - - 0 - - - - - Faraday - - F - - - Faraday - - - F - - - - - - Coulomb - - 96485.339900000006 - - - 0 - - - - - Quartic Coulomb Meter per Cubic Energy - - C^4 m^4 J^-3 - - - Quartic Coulomb Meter per Cubic Energy - - - C^4 m^4 J^-3 - - - - - - QuarticElectricDipoleMomentPerCubicEnergy - - 1 - - - 1 - - - - - Abtesla - - - - - Abtesla - - - abT - - - - - - Tesla - - 0.0001 - - - 0 - - - - - Gauss - - G - - - Gauss - - - G - - - - - - Tesla - - 0.0001 - - - 0 - - - - - Tesla - - T - - - Tesla - - - T - - - - - - Tesla - - 1 - - - 0 - - - - - Square Meter Steradian - - m^2-sr - - - Square Meter Steradian - - - m^2-sr - - - - - - Square Meter Steradian - - 1 - - - 0 - - - - - Coulomb Meter - - C m - - - Coulomb Meter - - - C m - - - - - - Coulomb Meter - - 1 - - - 0 - - - - - Debye - - D - - - Debye - - - D - - - - - - Coulomb Meter - - 3.33564e-30 - - - 0 - - - - - Meter Kilogram - - m-kg - - - Meter Kilogram - - - m-kg - - - - - - Meter Kilogram - - 1 - - - 0 - - - - - Joule per Square Tesla - - J T^-2 - - - Joule per Square Tesla - - - J T^-2 - - - - - - Joule per Square Tesla - - 1 - - - 0 - - - - - Ampere per Joule - - A/J - - - Ampere per Joule - - - A J^-1 - - - - - - Ampere per Joule - - 1 - - - 0 - - - - - Per Meter Kelvin Unit - - m^-1 K^-1 - - - Per Meter Kelvin Unit - - - m^-1 K^-1 - - - - - - Per Meter Kelvin Unit - - 1 - - - 0 - - - - - Exbi - - - - - Exbi - - - Ei - - - - - - Unitless - - 1.5292150460684698e+17 - - - 0 - - - - - Kibi - - - - - Kibi - - - Ki - - - - - - Unitless - - 1024 - - - 0 - - - - - Yotta - - - - - Yotta - - - Y - - - - - - Unitless - - 9.9999999999999998e+23 - - - 0 - - - - - Yobi - - - - - Yobi - - - Yi - - - - - - Unitless - - 1.2089258196146292e+24 - - - 0 - - - - - Unitless - - unitless - - - Unitless - - - U - - - - - - Unitless - - 1 - - - 0 - - - - - Gibi - - - - - Gibi - - - Gi - - - - - - Unitless - - 1073741824 - - - 0 - - - - - Mebi - - - - - Mebi - - - Mi - - - - - - Unitless - - 1048576 - - - 0 - - - - - Tebi - - - - - Tebi - - - Ti - - - - - - Unitless - - 1099511627776 - - - 0 - - - - - Zebi - - - - - Zebi - - - Zi - - - - - - Unitless - - 1.1805916207174113e+21 - - - 0 - - - - - Pebi - - - - - Pebi - - - Pi - - - - - - Unitless - - 125899906842624 - - - 0 - - - - - Coulomb per Mole - - - - - Coulomb per Mole - - - C mol^-1 - - - - - - Coulomb per Mole - - 1 - - - 0 - - - - - Statcoulomb per Mole - - statC/mol - - - Statcoulomb per Mole - - - statC/mol - - - - - - Coulomb per Mole - - 3.3356400000000002e-10 - - - 0 - - - - - Candela - - cd - - - Candela - - - cd - - - - - - Candela - - 1 - - - 0 - - - - - Volt per second - - V/s - - - Volt per second - - - V/s - - - - - - Volt per second - - 1 - - - 0 - - - - - Foot Pound Force per Minute - - ft-lbf/min - - - Foot Pound Force per Minute - - - ft-lbf/min - - - - - - Watt - - 0.022596965805523339 - - - 0 - - - - - BTU per Hour - - Btu/h - - - BTU per Hour - - - Btu/h - - - - - - Watt - - 0.29307106999999999 - - - 0 - - - - - Planck Power - - - - - Planck Power - - - - - - - - - Watt - - 3.6283099999999998e+52 - - - 0 - - - - - Horsepower - - hp - - - Horsepower - - - hp - - - - - - Watt - - 745.70000000000005 - - - 0 - - - - - Kilocalorie per Minute - - kcal/min - - - Kilocalorie per Minute - - - kcal/min - - - - - - Watt - - 69.733333299999998 - - - 0 - - - - - Foot Pound Force per Second - - ft-lbf/s - - - Foot Pound Force per Second - - - ft-lbf/s - - - - - - Watt - - 1.3558179483314003 - - - 0 - - - - - Erg per Second - - erg/s - - - Erg per Second - - - erg/s - - - - - - Watt - - 9.9999999999999995e-08 - - - 0 - - - - - Watt - - W - - - Watt - - - W - - - - - - Watt - - 1 - - - 0 - - - - - Kilocalorie per Second - - kcal/s - - - Kilocalorie per Second - - - kcal/s - - - - - - Watt - - 4184 - - - 0 - - - - - Ton of Refrigeration - - t/fg - - - Ton of Refrigeration - - - t/fg - - - - - - Watt - - 3517 - - - 0 - - - - - BTU per Second - - Btu/s - - - BTU per Second - - - Btu/s - - - - - - Watt - - 1055.05585262 - - - 0 - - - - - Kilowatt - - kW - - - Kilowatt - - - kW - - - - - - Watt - - 1000 - - - 0 - - - - - Foot Pound Force per Hour - - ft-lbf/h - - - Foot Pound Force per Hour - - - ft-lbf/h - - - - - - Watt - - 0.00037661609675899998 - - - 0 - - - - - Centimeter per Second - - - - - Centimeter per Second - - - cm/s - - - - - - Meter per Second - - 0.01 - - - 0 - - - - - Foot per Minute - - ft/min - - - Foot per Minute - - - ft/min - - - - - - Meter per Second - - 0.0050800000000000003 - - - 0 - - - - - Inch per Second - - - - - Inch per Second - - - - - - - - - Meter per Second - - 0.025399999999999999 - - - 0 - - - - - Mile per Minute - - mi/min - - - Mile per Minute - - - mi/min - - - - - - Meter per Second - - 26.822399999999998 - - - 0 - - - - - Kilometer per Hour - - km/h - - - Kilometer per Hour - - - km/hr - - - - - - Meter per Second - - 0.27777777777777779 - - - 0 - - - - - Foot per Hour - - ft/h - - - Foot per Hour - - - ft/h - - - - - - Meter per Second - - 8.4666666666666674e-05 - - - 0 - - - - - Knot - - kn - - - Knot - - - kn - - - - - - Meter per Second - - 0.51444444444444448 - - - 0 - - - - - Foot per Second - - ft/s - - - Foot per Second - - - ft/s - - - - - - Meter per Second - - 0.30480000000000002 - - - 0 - - - - - Meter per Minute - - m/min - - - Meter per Minute - - - m min^-1 - - - - - - Meter per Second - - 0.016666666666666666 - - - 0 - - - - - Kilometer per Second - - km/s - - - Kilometer per Second - - - km/s - - - - - - Meter per Second - - 1000 - - - 0 - - - - - Mile per Hour - - mi/h - - - Mile per Hour - - - mi/h - - - - - - Meter per Second - - 0.44703999999999999 - - - 0 - - - - - Meter per Hour - - m/h - - - Meter per Hour - - - m h^-1 - - - - - - Meter per Second - - 0.00027777777799999997 - - - 0 - - - - - Meter per Second - - m/s - - - Meter per Second - - - m s^-1 - - - - - - Meter per Second - - 1 - - - 0 - - - - - Abvolt Centimeter - - abV cm - - - Abvolt Centimeter - - - abV cm - - - - - - Volt Meter - - 1e-10 - - - 0 - - - - - Statvolt Centimeter - - statV cm - - - Statvolt Centimeter - - - statV cm - - - - - - Volt Meter - - 2.9979245799999998 - - - 0 - - - - - Volt Meter - - m V - - - Volt Meter - - - m V - - - - - - Volt Meter - - 1 - - - 0 - - - - - Ampere per Degree - - A/deg - - - Ampere per Degree - - - A/deg - - - - - - Ampere per Radian - - - - - - 7,14 - - - - - 57.295779500000002 - - - 0 - - - - - Ampere per Radian - - - - - Ampere per Radian - - - A/rad - - - - - - Ampere per Radian - - 1 - - - 0 - - - - - Degree Fahrenheit - - degF - - - Degree Fahrenheit - - - degF - - - - - - Kelvin - - 0.55555555555555558 - - - 255.37037037037038 - - - - - Kelvin - - K - - - Kelvin - - - K - - - - - - Kelvin - - 1 - - - 0 - - - - - Degree Rankine - - degR - - - Degree Rankine - - - degR - - - - - - Kelvin - - 0.55555555555555558 - - - 0 - - - - - Degree Celsius - - degC - - - Degree Celsius - - - degC - - - - - - Kelvin - - 1 - - - 273.14999999999998 - - - - - Planck Temperature - - - - - Planck Temperature - - - Θ_P - - - - - - Kelvin - - 1.416785e+32 - - - 0 - - - - - Square Meter per Kelvin - - - - - Square Meter per Kelvin - - - m^2/K - - - - - - Square Meter per Kelvin - - 1 - - - 0 - - - - - Hertz per Volt - - Hz V^-1 - - - Hertz per Volt - - - Hz V^-1 - - - - - - Hertz per Volt - - 1 - - - 0 - - - - - Abvolt Second - - - - - Abvolt Second - - - abV-s - - - - - - Weber - - 1e-08 - - - 0 - - - - - Maxwell - - Mx - - - Maxwell - - - Mx - - - - - - Weber - - 1e-08 - - - 0 - - - - - Unit Pole - - U/nWb - - - Unit Pole - - - U/nWb - - - - - - Weber - - 1.256637e-07 - - - 0 - - - - - Weber - - Wb - - - Weber - - - Wb - - - - - - Weber - - 1 - - - 0 - - - - - Watt per Meter Kelvin - - W/(m*K) - - - Watt per Meter Kelvin - - - W/(m*K) - - - - - - Watt per Meter Kelvin - - 1 - - - 0 - - - - - Per Square Giga Electron Volt Unit - - GeV^-2 - - - Per Square Giga Electron Volt Unit - - - GeV^-2 - - - - - - InverseSquareEnergy - - 3.895644058403301e+19 - - - 0 - - - - - Cubic Coulomb Meter per Square Joule - - C^3 m^3 J^-2 - - - Cubic Coulomb Meter per Square Joule - - - C^3 m^3 J^-2 - - - - - - Cubic Coulomb Meter per Square Joule - - 1 - - - 0 - - - - - Coulomb per Meter - - C/m - - - Coulomb per Meter - - - C/m - - - - - - Coulomb per Meter - - 1 - - - 0 - - - - - Coulomb Square Meter - - C m^2 - - - Coulomb Square Meter - - - C m^2 - - - - - - Coulomb Square Meter - - 1 - - - 0 - - - - - Joule per Kilogram - - J/kg - - - Joule per Kilogram - - - J/kg - - - - - - Joule per Kilogram - - 1 - - - 0 - - - - - Kilocalorie per Gram - - kcal/gm - - - Kilocalorie per Gram - - - kcal/gm - - - - - - Joule per Kilogram - - 4184000 - - - 0 - - - - - BTU per Pound - - Btu/lb - - - BTU per Pound - - - Btu/lb - - - - - - Joule per Kilogram - - 2326 - - - 0 - - - - - Erg per Gram - - - - - Erg per Gram - - - - - - - - - Joule per Kilogram - - 0.0001 - - - 0 - - - - - Planck Resistance - - - - - Planck Resistance - - - - - - - - - Ohm - - 29.979245800000001 - - - 0 - - - - - Statohm - - statOhm - - - Statohm - - - statOhm - - - - - - Ohm - - 898760000000 - - - 0 - - - - - Abohm - - abOhm - - - Abohm - - - abOhm - - - - - - Ohm - - 1.0000000000000001e-09 - - - 0 - - - - - Ohm - - Ohm - - - Ohm - - - ohm - - - - - - Ohm - - 1 - - - 0 - - - - - Kilogram Kelvin - - kg-K - - - Kilogram Kelvin - - - kg-K - - - - - - Kilogram Kelvin - - 1 - - - 0 - - - - - Kelvin per Minute - - K/min - - - Kelvin per Minute - - - K/min - - - - - - Kelvin per Second - - 0.016666666666666666 - - - 0 - - - - - Kelvin per Second - - K/s - - - Kelvin per Second - - - K/s - - - - - - Kelvin per Second - - 1 - - - 0 - - - - - Kelvin per Hour - - K/h - - - Kelvin per Hour - - - K/h - - - - - - Kelvin per Second - - 0.00027777777777799998 - - - 0 - - - - - Absiemen - - aS - - - Absiemen - - - aS - - - - - - Siemens - - 1000000000 - - - 0 - - - - - Siemens - - S - - - Siemens - - - S - - - - - - Siemens - - 1 - - - 0 - - - - - Kilogram per Square Meter - - kg/m^2 - - - Kilogram per Square Meter - - - kg/m^2 - - - - - - Kilogram per Square Meter - - 1 - - - 0 - - - - - Slug per Square Foot - - slug/ft^2 - - - Slug per Square Foot - - - slug/ft^2 - - - - - - Kilogram per Square Meter - - 157.08746384624621 - - - 0 - - - - - Pound per Square Foot - - lb/ft^2 - - - Pound per Square Foot - - - lb/ft^2 - - - - - - Kilogram per Square Meter - - 4.8824276363830501 - - - 0 - - - - - Ounce per Square Yard - - oz/yd^2 - - - Ounce per Square Yard - - - oz/yd^2 - - - - - - Kilogram per Square Meter - - 0.0339057474748823 - - - 0 - - - - - Ounce per Square Foot - - oz/ft^2 - - - Ounce per Square Foot - - - oz/ft^2 - - - - - - Kilogram per Square Meter - - 0.30515172727394063 - - - 0 - - - - - Kilogram per Second - - kg/s - - - Kilogram per Second - - - kg/s - - - - - - Kilogram per Second - - 1 - - - 0 - - - - - Slug per Second - - slug/s - - - Slug per Second - - - slug/s - - - - - - Kilogram per Second - - 14.593902937206366 - - - 0 - - - - - Kilogram per Hour - - kg/h - - - Kilogram per Hour - - - kg/h - - - - - - Kilogram per Second - - 0.00027777777799999997 - - - 0 - - - - - Pound per Hour - - lb/h - - - Pound per Hour - - - lb/h - - - - - - Kilogram per Second - - 0.00012599788055555556 - - - 0 - - - - - Short Ton per Hour - - ton/h - - - Short Ton per Hour - - - ton/h - - - - - - Kilogram per Second - - 0.25199576099999998 - - - 0 - - - - - Pound per Minute - - lb/min - - - Pound per Minute - - - lb/min - - - - - - Kilogram per Second - - 0.0075598728333333334 - - - 0 - - - - - Tesla Second - - s T - - - Tesla Second - - - s T - - - - - - Tesla Second - - 1 - - - 0 - - - - - Coulomb per Square Meter - - C/m^2 - - - Coulomb per Square Meter - - - C m^-2 - - - - - - Coulomb per Square Meter - - 1 - - - 0 - - - - - Statcoulomb per Square Centimeter - - - - - Statcoulomb per Square Centimeter - - - statC/cm^2 - - - - - - Coulomb per Square Meter - - 3.3356400000000001e-06 - - - 0 - - - - - Abcoulomb per Square Centimeter - - - - - Abcoulomb per Square Centimeter - - - abC/cm^2 - - - - - - Coulomb per Square Meter - - 0.001 - - - 0 - - - - - Lux - - lx - - - Lux - - - lx - - - - - - Lux - - 1 - - - 0 - - - - - Phot - - ph - - - Phot - - - ph - - - - - - Lux - - 10000 - - - 0 - - - - - Kilogram per Mole - - kg mol^-1 - - - Kilogram per Mole - - - kg mol^-1 - - - - - - Kilogram per Mole - - 1 - - - 0 - - - - - Meter per Kelvin - - - - - Meter per Kelvin - - - m/K - - - - - - Meter per Kelvin - - 1 - - - 0 - - - - - Abfarad - - abF - - - Abfarad - - - abF - - - - - - Farad - - 1000000000 - - - 0 - - - - - Microfarad - - µF - - - Microfarad - - - µF - - - - - - Farad - - 9.9999999999999995e-07 - - - 0 - - - - - Picofarad - - pF - - - Picofarad - - - pF - - - - - - Farad - - 9.9999999999999998e-13 - - - 0 - - - - - Farad - - F - - - Farad - - - F - - - - - - Farad - - 1 - - - 0 - - - - - Nanofarad - - nF - - - Nanofarad - - - nF - - - - - - Farad - - 1.0000000000000001e-09 - - - 0 - - - - - Statfarad - - statF - - - Statfarad - - - statF - - - - - - Farad - - 1.113e-12 - - - 0 - - - - - Joule per Kilogram Kelvin - - J/(kg-K) - - - Joule per Kilogram Kelvin - - - J/(kg-K) - - - - - - Joule per Kilogram Kelvin - - 1 - - - 0 - - - - - Gilbert - - Gi - - - Gilbert - - - Gi - - - - - - Ampere Turn - - 0.79577471499999997 - - - 0 - - - - - Oersted Centimeter - - Oe-cm - - - Oersted Centimeter - - - Oe-cm - - - - - - Ampere Turn - - 0.79577471499999997 - - - 0 - - - - - Ampere Turn - - At - - - Ampere Turn - - - At - - - - - - Ampere Turn - - 1 - - - 0 - - - - - Joule Meter per Mole - - J m mol^-1 - - - Joule Meter per Mole - - - J m mol^-1 - - - - - - Joule Meter per Mole - - 1 - - - 0 - - - - - Watt Square Meter per Steradian - - W m^2 sr^-1 - - - Watt Square Meter per Steradian - - - W m^2 sr^-1 - - - - - - Watt Square Meter per Steradian - - 1 - - - 0 - - - - - Pound per Cubic Meter - - lb/m^3 - - - Pound per Cubic Meter - - - lbm/m^3 - - - - - - Kilogram per Cubic Meter - - 0.45359237000000002 - - - 0 - - - - - Ounce per Cubic Inch - - oz/in^3 - - - Ounce per Cubic Inch - - - oz/in^3 - - - - - - Kilogram per Cubic Meter - - 1729.9940443876953 - - - 0 - - - - - Grain per Gallon - - gr/gal - - - Grain per Gallon - - - gr/gal - - - - - - Kilogram per Cubic Meter - - 0.0142537675 - - - 0 - - - - - Kilogram per Cubic Meter - - kg/m^3 - - - Kilogram per Cubic Meter - - - kg/m^3 - - - - - - Kilogram per Cubic Meter - - 1 - - - 0 - - - - - Pound per Cubic Foot - - lb/ft^3 - - - Pound per Cubic Foot - - - lb/ft^3 - - - - - - Kilogram per Cubic Meter - - 16.018463373960138 - - - 0 - - - - - Ounce per Gallon - - oz/gal - - - Ounce per Gallon - - - oz/gal - - - - - - Kilogram per Cubic Meter - - 6.2360232900000003 - - - 0 - - - - - Ton Short per Cubic Yard - - ton/yd - - - Ton Short per Cubic Yard - - - ton/yd - - - - - - Kilogram per Cubic Meter - - 1186.552842515566 - - - 0 - - - - - Slug per Cubic Foot - - slug/ft^3 - - - Slug per Cubic Foot - - - slug/ft^3 - - - - - - Kilogram per Cubic Meter - - 515.37881839319618 - - - 0 - - - - - Pound per Cubic Yard - - lb/yd^3 - - - Pound per Cubic Yard - - - lb/yd^3 - - - - - - Kilogram per Cubic Meter - - 0.5932764212577829 - - - 0 - - - - - Pound per Cubic Inch - - lb/in^3 - - - Pound per Cubic Inch - - - lb/in^3 - - - - - - Kilogram per Cubic Meter - - 27679.904710203125 - - - 0 - - - - - Pound per Gallon - - lb/gal - - - Pound per Gallon - - - lb/gal - - - - - - Kilogram per Cubic Meter - - 99.776372699999996 - - - 0 - - - - - Ton Long per Cubic Yard - - ton/yd^3 - - - Ton Long per Cubic Yard - - - ton/yd^3 - - - - - - Kilogram per Cubic Meter - - 1328.9391836174336 - - - 0 - - - - - Planck Density - - - - - Planck Density - - - - - - - - - Kilogram per Cubic Meter - - 5.1550000000000003e+96 - - - 0 - - - - - Mole Kelvin - - mol-K - - - Mole Kelvin - - - mol-K - - - - - - Mole Kelvin - - 1 - - - 0 - - - - - Joule per Kilogram Kelvin per Cubic Meter - - - - - Joule per Kilogram Kelvin per Cubic Meter - - - J/(kg-K-m^3) - - - - - - Joule per Kilogram Kelvin per Cubic Meter - - 1 - - - 0 - - - - - Joule per Mole - - J/mol - - - Joule per Mole - - - J/mol - - - - - - Joule per Mole - - 1 - - - 0 - - - - - Lumen - - lm - - - Lumen - - - lm - - - - - - Lumen - - 1 - - - 0 - - - - - Kilogram Millimeter Squared - - kg-mm^2 - - - Kilogram Millimeter Squared - - - kg-mm^2 - - - - - - Kilogram - - - - - - 336,175 - - - - - 1 - - - - Millimeter - - - - - - 749,224 - - - - - 2 - - - - - Square Meter Kelvin - - m^2-K - - - Square Meter Kelvin - - - m^2-K - - - - - - Square Meter Kelvin - - 1 - - - 0 - - - - - Watt per Kelvin - - W/K - - - Watt per Kelvin - - - W/K - - - - - - Kelvin - - - - - - 231,280 - - - - - -1 - - - - Watt - - - - - - 147,154 - - - - - 1 - - - - - Henry - - H - - - Henry - - - H - - - - - - Henry - - 1 - - - 0 - - - - - Pascal per Meter to the Sixth Second Square - - Pa/(m^6 s^2) - - - Pascal per Meter to the Sixth Second Square - - - Pa/(m^6 s^2) - - - - - - Second - - - - - - 455,70 - - - - - -2 - - - - Meter - - - - - - 399,252 - - - - - -6 - - - - Pascal - - - - - - 203,112 - - - - - 1 - - - - - Abhenry - - abH - - - Abhenry - - - abH - - - - - - Henry - - 1.0000000000000001e-09 - - - 0 - - - - - Pascal per Cubic Meter Second - - - - - Pascal per Cubic Meter Second - - - Pa/(m^3 s) - - - - - - Second - - - - - - 434,322 - - - - - -1 - - - - Meter - - - - - - 259,322 - - - - - -3 - - - - Pascal - - - - - - 238,147 - - - - - 1 - - - - - Millihenry - - mH - - - Millihenry - - - mH - - - - - - Henry - - 0.001 - - - 0 - - - - - Joule per Kelvin - - J/K - - - Joule per Kelvin - - - J/K - - - - - - Second - - -2 - - - - Meter - - 2 - - - - Kilogram - - 1 - - - - Kelvin - - -1 - - - - - Stathenry - - statH - - - Stathenry - - - statH - - - - - - Henry - - 898760000000 - - - 0 - - - - - Cubic Millimeter - - mm^3 - - - Cubic Millimeter - - - mm^3 - - - - - - Stere - - 1.0000000000000001e-09 - - - 0 - - - - - Microhenry - - µH - - - Microhenry - - - µH - - - - - - Henry - - 9.9999999999999995e-07 - - - 0 - - - - - Kilogram per Cubic Millimeter - - kg/mm^3 - - - Kilogram per Cubic Millimeter - - - kg/mm^3 - - - - - - Cubic Millimeter - - - - - - 70,63 - - - - - -1 - - - - Kilogram - - - - - - 84,182 - - - - - 1 - - - - - Joule per Kilogram Kelvin per Pascal - - - - - Joule per Kilogram Kelvin per Pascal - - - J/(kg-K-Pa) - - - - - - Joule per Kilogram Kelvin per Pascal - - 1 - - - 0 - - - - - Kilogram per Millimeter - - kg/mm - - - Kilogram per Millimeter - - - kg/mm - - - - - - Kilogram - - 1 - - - - Millimeter - - - - - - 126,119 - - - - - -1 - - - - - Mole per Kilogram - - - - - Mole per Kilogram - - - mol/kg - - - - - - Mole per Kilogram - - 1 - - - 0 - - - - - Radian - - rad - - - Plane Angle - - - rad - - - - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - radian - - - 0 - - - 0 - - - - Ampere - - A - - - Ampere - - - A - - - - - - 0 - - - 1 - - - 0 - - - 0 - - - 0 - - - ampere - - - 0 - - - 0 - - - - Candela - - cd - - - Candela - - - cd - - - - - - 0 - - - 0 - - - 0 - - - 1 - - - 0 - - - candela - - - 0 - - - 0 - - - - Mole - - mol - - - Mole - - - mol - - - - - - 1 - - - 0 - - - 0 - - - 0 - - - 0 - - - mole - - - 0 - - - 0 - - - - Second - - s - - - Second - - - s - - - - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - second - - - 0 - - - 1 - - - - Meter - - m - - - Meter - - - m - - - - - - 0 - - - 0 - - - 1 - - - 0 - - - 0 - - - metre - - - 0 - - - 0 - - - - Kelvin - - K - - - Kelvin - - - K - - - - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - kelvin - - - 1 - - - 0 - - - - Unitless - - unitless - - - Unitless - - - U - - - - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - radian - - - 0 - - - 0 - - - - Kilogram - - kg - - - Kilogram - - - kg - - - - - - 0 - - - 0 - - - 0 - - - 0 - - - 1 - - - kilogram - - - 0 - - - 0 - - - - - - 131872867893511718 - - - - PortLibrary CyPhy_PortLib - - Interface and Port Definitions - - Ports - - Modelica Ports - - FlowPort - - thermo_fluid_a.png - - - thermo_fluid_a.png - - - Modelica.Thermal.FluidHeatFlow.Interfaces.FlowPort_a - - - - - - - - - - - - - - - - - - medium - - - - - - - - - - - - - AtmosphericEnvironmentBus - - C2M2L_Ext.Interfaces.Context_Interfaces.Atmospheric_Environment.Atmospheric_Environment_Bus - - - - - - - - - - - - - - - - - - - BrakeControlBus - - bus.png - - - bus_icon.png - - - C2M2L_Ext.C2M2L_Component_Building_Blocks.Drive_Line.Brakes_Clutch.Common_Controls.Brake_Control_Bus - - - - - - - - - - - - - - - - - - - TorqueConverterControlBus - - bus.png - - - bus_icon.png - - - C2M2L_Ext.C2M2L_Component_Building_Blocks.Drive_Line.Torque_Converters.Common_Controls.Torque_Converter_Control_Bus - - - - - - - - - - - - - - - - - - - BatteryBus - - bus.png - - - bus_icon.png - - - C2M2L_Ext.Electrical.Interfaces.Battery_Bus - - - - - - - - - - - - - - - - - - - DriverBus - - bus.png - - - bus_icon.png - - - C2M2L_Ext.Interfaces.Context_Interfaces.Driver.Driver_Bus - - - - - - - - - - - - - - - - - - - ElectricMachineBus - - bus.png - - - bus_icon.png - - - C2M2L_Ext.Electrical.Interfaces.Electric_Machine_Bus - - - - - - - - - - - - - - - - - - - SteeringControlBus - - bus.png - - - bus_icon.png - - - C2M2L_Ext.C2M2L_Component_Building_Blocks.Drive_Line.Cross_Drive_Steering.Common_Controls.Steering_Control_Bus - - - - - - - - - - - - - - - - - - - RangePackControlBus - - bus.png - - - bus_icon.png - - - C2M2L_Ext.C2M2L_Component_Building_Blocks.Drive_Line.Range_Packs.Common_Controls.Range_Pack_Control_Bus - - - - - - - - - - - - - - - - - - - EngineControlBus - - bus.png - - - bus_icon.png - - - C2M2L_Ext.C2M2L_Component_Building_Blocks.Prime_Movers.Common_Controls.Engine_Control_Bus - - - - - - - - - - - - - - - - - - - IntegerInput - - Modelica_IntegerInput.png - - - Modelica_IntegerInput_port.png - - - Modelica.Blocks.Interfaces.IntegerInput - - - - - - - - - - - - - - - - - - - IntegerOutput - - Modelica_IntegerOutput.png - - - Modelica_IntegerOutput_port.png - - - Modelica.Blocks.Interfaces.IntegerOutput - - - - - - - - - - - - - - - - - - - FluidPort - - simple_fluid_a.png - - - simple_fluid_a.png - - - - - - Modelica.Fluid.Interfaces.FluidPort_a - - - - - - - - - - - - - - - - - - Medium - - - - - - 364,245 - - - - - - - - Package - - - - - - Modelica.Media.Interfaces.PartialMedium - - - - - BooleanOutput - - Modelica_BooleanOutput.png - - - Modelica_BooleanOutput_port.png - - - Modelica.Blocks.Interfaces.BooleanOutput - - - - - - - - - - - - - - - - - - - RealInput - - Modelica_RealInput.png - - - Modelica_RealInput_port.png - - - Modelica.Blocks.Interfaces.RealInput - - - - - - - - - - - - - - - - - - - BooleanInput - - Modelica_BooleanInput.png - - - Modelica_BooleanInput_port.png - - - Modelica.Blocks.Interfaces.BooleanInput - - - - - - - - - - - - - - - - - - - HeatPort - - heat_transfer_a.png - - - heat_transfer_a.png - - - Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a - - - - - - - - - - - - - - - - - - - RealOutput - - Modelica_RealOutput.png - - - Modelica_RealOutput_port.png - - - Modelica.Blocks.Interfaces.RealOutput - - - - - - - - - - - - - - - - - - - MultibodyFrame - - 3D_a.png - - - 3D_a.png - - - Modelica.Mechanics.MultiBody.Interfaces.Frame - - - - - - - - - - - - - - - - - - - ElectricalPin - - electrical_analog_pos.png - - - electrical_analog_pos.png - - - Modelica.Electrical.Analog.Interfaces.Pin - - - - - - - - - - - - - - - - - - - HydraulicPower - - simple_fluid_a.png - - - simple_fluid_a.png - - - C2M2L_Ext.Fluid.Hydraulics_Simple.Interfaces.Hydraulic_Port - - - - - - - - - - - - - - - - - - - FlangeWithBearing - - RotationalPowerPort.png - - - RotationalPowerPort.png - - - Modelica.Mechanics.MultiBody.Interfaces.FlangeWithBearing - - - - - - - - - - - - - - - - - - includeBearingConnector - - - - - - 441,231 - - - - - - - - - - - false - - - - - TranslationalFlange - - Modelica_TranslationalFlange.png - - - Modelica_TranslationalFlange_port.png - - - Modelica.Mechanics.Translational.Interfaces.Flange_a - - - - - - - - - - - - - - - - - - - RotationalFlange - - Modelica_RotationalFlange.png - - - Modelica_RotationalFlange_port.png - - - Modelica.Mechanics.Rotational.Interfaces.Flange_a - - - - - - - - - - - - - - - - - - - - Abstract Ports - - Bus - - - - - - - - - - - - - - - InputSignal - - - - - - - - - - - - - - - OutputSignal - - - - - - - - - - - - - - - Signal - - - - - - - - - - - - - - - RotationalPower - - - - - - - - - - - - - - - ElectricalPower - - - - - - - - - - - - - - - - Taxonomy - - Signal - - - - - - 777,98 - - - - - 0 - - - - RealOutput - - - - - - 938,357 - - - - - - IntegerOutput - - - - - - 854,357 - - - - - - BooleanOutput - - - - - - 1022,357 - - - - - - OutputSignal - - - - - - 931,217 - - - - - 0 - - - - BooleanInput - - - - - - 728,357 - - - - - - RealInput - - - - - - 553,357 - - - - - - IntegerInput - - - - - - 637,357 - - - - - - InputSignal - - - - - - 630,217 - - - - - 0 - - - - ElectricalPin - - - - - - 336,217 - - - - - - ElectricalPower - - - - - - 336,98 - - - - - 0 - - - - SubtypeOf - - sW - - - - - - SubtypeOf - - sE - - - - - - SubtypeOf - - - - - SubtypeOf - - - - - SubtypeOf - - - - - SubtypeOf - - - - - SubtypeOf - - - - - SubtypeOf - - - - - SubtypeOf - - - - - - - - 131872867900508139 - + + + + + 202.01 + + + + - + MaterialLibrary CyPhy_MaterialLib - + MaterialDefinitions - + + steel_armor_cast_mil_a_11356cl2 + + + + + steel_armor_cast_mil_a_11356cl2 + + + + titanium_alloy_ti6al4v + + + + + titanium_alloy_ti6al4v + + + + aluminum_filler_weld_4043 + + + + + aluminum_filler_weld_4043 + + + + steel_low_carbon_1015_cold_draw + + + + + steel_low_carbon_1015_cold_draw + + + + steel_armor_armox_500 + + + + + steel_armor_armox_500 + + + + steel_stainless_316_annealed + + + + + steel_stainless_316_annealed + + + + steel_stainless_321_annealed + + + + + steel_stainless_321_annealed + + + + steel_low_carbon_1008_cold_draw + + + + + steel_low_carbon_1008_cold_draw + + + + aluminum_alloy_1100_annealed + + + + + aluminum_alloy_1100_annealed + + + + composite_fiber_dyneema_sk60 + + + + + composite_fiber_dyneema_sk60 + + + + steel_tool_s7_tempered + + + + + steel_tool_s7_tempered + + + + steel_filler_weld_100ksi + + + + + steel_filler_weld_100ksi + + + + titanium_alloy_ti6al4v_anneal + + + + + titanium_alloy_ti6al4v_anneal + + + + steel_armor_rha_mil_dtl_46177 + + + + + steel_armor_rha_mil_dtl_46177 + + + + steel_stainless_filler_weld_308 + + + + + steel_stainless_filler_weld_308 + + + + steel_bolt_metric_class_4p6 + + + + + steel_bolt_metric_class_4p6 + + + + aluminum_filler_weld_5183 + + + + + aluminum_filler_weld_5183 + + + + steel_stainless_304_half_hard + + + + + steel_stainless_304_half_hard + + + + aluminum_alloy_5083_h32 + + + + + aluminum_alloy_5083_h32 + + + + aluminum_alloy_7075_t651 + + + + + aluminum_alloy_7075_t651 + + + steel_armor_hha_mil_dtl_46100 @@ -32974,133 +3772,151 @@ steel_armor_hha_mil_dtl_46100 - - steel_bolt_metric_class_12p9 + + titanium_filler_weld_erti23 + + + + + titanium_filler_weld_erti23 + + + + aluminum_filler_weld_5556 + + + + + aluminum_filler_weld_5556 + + + + aluminum_alloy_7075_t6 - steel_bolt_metric_class_12p9 + aluminum_alloy_7075_t6 - - steel_stainless_304_annealed + + steel_med_carbon_1141_cold_draw - steel_stainless_304_annealed + steel_med_carbon_1141_cold_draw - - steel_armor_mars_300 + + steel_stainless_316_l - steel_armor_mars_300 + steel_stainless_316_l - - aluminum_alloy_1100_annealed + + steel_low_alloy_a572_gr50 - aluminum_alloy_1100_annealed + steel_low_alloy_a572_gr50 - - polymer_rubber_fkm_mil_r_83248 + + steel_high_alloy_hy100 - polymer_rubber_fkm_mil_r_83248 + steel_high_alloy_hy100 - - aluminum_filler_weld_5556 + + steel_stainless_filler_weld_317 - aluminum_filler_weld_5556 + steel_stainless_filler_weld_317 - - aluminum_filler_weld_5554 + + steel_low_carbon_1015_hot_roll - aluminum_filler_weld_5554 + steel_low_carbon_1015_hot_roll - - aluminum_alloy_2024_t361 + + steel_low_carbon_1117_hot_roll - aluminum_alloy_2024_t361 + steel_low_carbon_1117_hot_roll - - steel_med_carbon_1144_hot_roll + + titanium_pure_cp_gr1 - steel_med_carbon_1144_hot_roll + titanium_pure_cp_gr1 - - steel_high_alloy_hy80 + + aluminum_filler_weld_1100 - steel_high_alloy_hy80 + aluminum_filler_weld_1100 - - composite_fiber_kevlar_29 + + titanium_filler_weld_erti9 - composite_fiber_kevlar_29 + titanium_filler_weld_erti9 - - steel_filler_weld_080ksi + + titanium_pure_cp_gr2 - steel_filler_weld_080ksi + titanium_pure_cp_gr2 - - steel_low_carbon_1117_hot_roll + + steel_low_carbon_1006_cold_draw - steel_low_carbon_1117_hot_roll + steel_low_carbon_1006_cold_draw - - ceramic_transp_armor_spinel + + steel_stainless_321_h - ceramic_transp_armor_spinel + steel_stainless_321_h - + aluminum_filler_weld_4047 @@ -33109,52 +3925,52 @@ aluminum_filler_weld_4047 - - aluminum_filler_weld_4043 + + polymer_rubber_fkm_mil_r_83248 - aluminum_filler_weld_4043 + polymer_rubber_fkm_mil_r_83248 - - steel_low_carbon_1008_cold_draw + + aluminum_alloy_6061_t4 - steel_low_carbon_1008_cold_draw + aluminum_alloy_6061_t4 - - steel_bolt_metric_class_5p8 + + aluminum_alloy_2219_h31 - steel_bolt_metric_class_5p8 + aluminum_alloy_2219_h31 - - steel_bolt_metric_class_4p8 + + composite_fiber_kevlar_29 - steel_bolt_metric_class_4p8 + composite_fiber_kevlar_29 - - steel_high_alloy_hy130 + + steel_low_carbon_1018_cold_draw - steel_high_alloy_hy130 + steel_low_carbon_1018_cold_draw - + steel_stainless_201_annealed @@ -33163,178 +3979,178 @@ steel_stainless_201_annealed - - steel_low_carbon_1117_cold_draw + + ceramic_transp_armor_glass - steel_low_carbon_1117_cold_draw + ceramic_transp_armor_glass - - steel_bolt_metric_class_4p6 + + steel_low_carbon_1008_hot_roll - steel_bolt_metric_class_4p6 + steel_low_carbon_1008_hot_roll - - aluminum_alloy_6061_t6 + + steel_bolt_metric_class_9p8 - aluminum_alloy_6061_t6 + steel_bolt_metric_class_9p8 - - aluminum_alloy_6061_t4 + + ceramic_transp_armor_sapphire - aluminum_alloy_6061_t4 + ceramic_transp_armor_sapphire - - aluminum_armor_mil_dtl_46027cl1 + + steel_low_carbon_1006_hot_roll - aluminum_armor_mil_dtl_46027cl1 + steel_low_carbon_1006_hot_roll - - steel_stainless_304_l + + steel_med_carbon_1141_hot_roll - steel_stainless_304_l + steel_med_carbon_1141_hot_roll - - steel_filler_weld_110ksi + + steel_low_alloy_a36 - steel_filler_weld_110ksi + steel_low_alloy_a36 - - steel_stainless_321_h + + steel_armor_atralloy_v2 - steel_stainless_321_h + steel_armor_atralloy_v2 - - steel_armor_armox_500 + + steel_low_carbon_1117_cold_draw - steel_armor_armox_500 + steel_low_carbon_1117_cold_draw - - aluminum_filler_weld_2319 + + steel_tool_s7_annealed - aluminum_filler_weld_2319 + steel_tool_s7_annealed - - aluminum_alloy_7075_t651 + + aluminum_filler_weld_5554 - aluminum_alloy_7075_t651 + aluminum_filler_weld_5554 - - steel_filler_weld_100ksi + + aluminum_filler_weld_4643 - steel_filler_weld_100ksi + aluminum_filler_weld_4643 - - composite_fiber_kevlar_129 + + steel_stainless_304_l - composite_fiber_kevlar_129 + steel_stainless_304_l - - steel_low_alloy_a36 + + ceramic_transp_armor_spinel - steel_low_alloy_a36 + ceramic_transp_armor_spinel - - aluminum_alloy_2024 + + steel_bolt_metric_class_10p9 - aluminum_alloy_2024 + steel_bolt_metric_class_10p9 - - titanium_pure_cp_gr3 + + steel_bolt_metric_class_8p8 - titanium_pure_cp_gr3 + steel_bolt_metric_class_8p8 - - titanium_pure_cp_gr2 + + composite_fiber_kevlar_129 - titanium_pure_cp_gr2 + composite_fiber_kevlar_129 - - titanium_pure_cp_gr1 + + steel_stainless_filler_weld_316 - titanium_pure_cp_gr1 + steel_stainless_filler_weld_316 - - steel_high_alloy_hy100 + + aluminum_armor_5456_h131 - steel_high_alloy_hy100 + aluminum_armor_5456_h131 - + titanium_pure_cp_gr4 @@ -33343,726 +4159,29680 @@ titanium_pure_cp_gr4 - - aluminum_armor_5456_h131 + + titanium_filler_weld_erti5 - aluminum_armor_5456_h131 + titanium_filler_weld_erti5 - - aluminum_filler_weld_1100 + + steel_low_alloy_a515_gr70 - aluminum_filler_weld_1100 + steel_low_alloy_a515_gr70 - - steel_armor_cast_mil_a_11356cl2 + + steel_bolt_metric_class_4p8 - steel_armor_cast_mil_a_11356cl2 + steel_bolt_metric_class_4p8 - - steel_armor_cast_mil_a_11356cl1 + + steel_armor_rha_mildtl_12560cl1 - steel_armor_cast_mil_a_11356cl1 + steel_armor_rha_mildtl_12560cl1 - - steel_bolt_metric_class_8p8 + + steel_med_carbon_1144_hot_roll - steel_bolt_metric_class_8p8 + steel_med_carbon_1144_hot_roll - - steel_low_alloy_c250 + + titanium_filler_weld_erti2 - steel_low_alloy_c250 + titanium_filler_weld_erti2 - - aluminum_alloy_7075_t6 + + aluminum_alloy_1100_h16 - aluminum_alloy_7075_t6 + aluminum_alloy_1100_h16 - - aluminum_filler_weld_1188 + + steel_filler_weld_110ksi - aluminum_filler_weld_1188 + steel_filler_weld_110ksi - - aluminum_filler_weld_5356 + + steel_high_alloy_hy130 - aluminum_filler_weld_5356 + steel_high_alloy_hy130 - - steel_stainless_304_half_hard + + steel_stainless_321 - steel_stainless_304_half_hard + steel_stainless_321 - - steel_armor_atralloy_v2 + + titanium_filler_weld_erti3 - steel_armor_atralloy_v2 + titanium_filler_weld_erti3 - - titanium_filler_weld_erti23 + + steel_bolt_metric_class_12p9 - titanium_filler_weld_erti23 + steel_bolt_metric_class_12p9 - - steel_low_carbon_1015_hot_roll + + steel_filler_weld_070ksi - steel_low_carbon_1015_hot_roll + steel_filler_weld_070ksi - - steel_med_carbon_1141_cold_draw + + titanium_filler_weld_erti1 - steel_med_carbon_1141_cold_draw + titanium_filler_weld_erti1 - - steel_stainless_filler_weld_347 + + aluminum_armor_mil_dtl_46027cl1 - steel_stainless_filler_weld_347 + aluminum_armor_mil_dtl_46027cl1 - - aluminum_filler_weld_5183 + + steel_filler_weld_090ksi - aluminum_filler_weld_5183 + steel_filler_weld_090ksi - - steel_low_carbon_1006_cold_draw + + steel_bolt_metric_class_5p8 - steel_low_carbon_1006_cold_draw + steel_bolt_metric_class_5p8 - - composite_fiber_kevlar_km2 + + steel_stainless_304_annealed - composite_fiber_kevlar_km2 + steel_stainless_304_annealed - - steel_stainless_316_annealed + + polymer_rubber_hnbr - steel_stainless_316_annealed + polymer_rubber_hnbr - - steel_filler_weld_120ksi + + aluminum_filler_weld_2319 - steel_filler_weld_120ksi + aluminum_filler_weld_2319 - - steel_low_carbon_1006_hot_roll + + steel_low_alloy_4140_normalized - steel_low_carbon_1006_hot_roll + steel_low_alloy_4140_normalized - - titanium_alloy_ti6al4v + + steel_low_alloy_c250 - titanium_alloy_ti6al4v + steel_low_alloy_c250 - - composite_fiber_dyneema_sk60 + + steel_stainless_filler_weld_307 - composite_fiber_dyneema_sk60 + steel_stainless_filler_weld_307 - - steel_stainless_321_annealed + + aluminum_alloy_6061_t6 - steel_stainless_321_annealed + aluminum_alloy_6061_t6 - - aluminum_alloy_6063_t6 + + steel_stainless_filler_weld_347 - aluminum_alloy_6063_t6 + steel_stainless_filler_weld_347 - - steel_bolt_metric_class_10p9 + + steel_filler_weld_080ksi - steel_bolt_metric_class_10p9 + steel_filler_weld_080ksi - - steel_stainless_filler_weld_317 + + steel_armor_rha_mildtl_12560cl2 - steel_stainless_filler_weld_317 + steel_armor_rha_mildtl_12560cl2 - - steel_stainless_filler_weld_316 + + composite_fiber_kevlar_km2 - steel_stainless_filler_weld_316 + composite_fiber_kevlar_km2 - - titanium_filler_weld_erti9 + + aluminum_alloy_6063_t6 - titanium_filler_weld_erti9 + aluminum_alloy_6063_t6 - - aluminum_filler_weld_4643 + + titanium_pure_cp_gr3 - aluminum_filler_weld_4643 + titanium_pure_cp_gr3 - - titanium_filler_weld_erti1 + + aluminum_filler_weld_5356 - titanium_filler_weld_erti1 + aluminum_filler_weld_5356 - - ceramic_transp_armor_glass + + steel_high_alloy_hy80 - ceramic_transp_armor_glass + steel_high_alloy_hy80 - - titanium_filler_weld_erti3 + + aluminum_alloy_2024_t361 - titanium_filler_weld_erti3 + aluminum_alloy_2024_t361 - - titanium_filler_weld_erti2 + + steel_filler_weld_120ksi - titanium_filler_weld_erti2 + steel_filler_weld_120ksi - - titanium_filler_weld_erti5 + + aluminum_filler_weld_5654 - titanium_filler_weld_erti5 + aluminum_filler_weld_5654 - - ceramic_transp_armor_sapphire + + aluminum_filler_weld_1188 - ceramic_transp_armor_sapphire + aluminum_filler_weld_1188 - - aluminum_alloy_2219_h31 + + aluminum_alloy_2024 - aluminum_alloy_2219_h31 + aluminum_alloy_2024 - - steel_armor_rha_mildtl_12560cl1 + + steel_armor_cast_mil_a_11356cl1 - steel_armor_rha_mildtl_12560cl1 + steel_armor_cast_mil_a_11356cl1 - - steel_armor_rha_mildtl_12560cl2 + + steel_low_carbon_1018_hot_roll - steel_armor_rha_mildtl_12560cl2 + steel_low_carbon_1018_hot_roll - - steel_low_carbon_1018_hot_roll + + steel_stainless_filler_weld_309 - steel_low_carbon_1018_hot_roll + steel_stainless_filler_weld_309 - - steel_low_alloy_4140_normalized + + steel_armor_mars_300 - steel_low_alloy_4140_normalized + steel_armor_mars_300 - - steel_low_carbon_1015_cold_draw - + + + 132322508004418578 + + + + Testing + + ParametricExploration + + existing + + PETSeekerPerf_uniform + + SeekerStudy + + + + + + 273,77 + + + + + 0 + + + num_samples=10 + + + Uniform + + + None + + + SeekerLength + + + + + + 504,28 + + + + + + forg + + + + + + 105,28 + + + + + 0.349,1.22172 + + + + t_int + + + + + + 112,287 + + + + + 0.3,10 + + + + SeekerCost + + + + + + 546,609 + + + + + + aperture + + + + + + 112,196 + + + + + 12.7,50.8 + + + + SeekerDiameter + + + + + + 539,238 + + + + + + DetectionRange + + + + + + 539,140 + + + + + + SeekerMass + + + + + + 539,322 + + + + + + TrackerAngleArea + + + + + + 546,525 + + + + + + IFOV + + + + + + 532,406 + + + + + + fov + + + + + + 119,133 + + + + + 0.05236,0.192 + + + + + StraightFlight + + + + + + 322,231 + + + + + 0 + + + + + PetCAD + + MakeCAD + + + + + + 364,231 + + + + + 0 + + + + WeightStudy + + + + + + 301,77 + + + + + + + + Central Composite + + + Response Surface + + + Thickness + + + + + + 189,70 + + + + + 1,5 + + + + Length + + + + + + 196,245 + + + + + 1000,1300 + + + + Mass + + + + + + 49,238 + + + + + + Diameter + + + + + + 189,154 + + + + + 50,80 + + + + + + PETSeekerPerf_ + + StraightFlight + + + + + + 406,245 + + + + + 0 + + + + SeekerStudy + + + + + + 392,112 + + + + + + + + Central Composite + + + Response Surface + + + Aperature + + + + + + 70,266 + + + + + 12.7,50.8 + + + + SeekerCost + + + + + + 322,273 + + + + + + DetRange + + + + + + 322,175 + + + + + + FOV + + + + + + 70,126 + + + + + 0.05236,0.192 + + + + + + PETDynamics + + StraightFlight + + + + + + 224,182 + + + + + 0 + + + + WeightStudy + + + + + + 308,63 + + + + + + + + Central Composite + + + Response Surface + + + NoseMass + + + + + + 70,126 + + + + + 5,50 + + + + MaxSpeed + + + + + + 224,196 + + + + + + BodyMass + + + + + + 70,266 + + + + + 100,300 + + + + + + + TestMATLAB + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + MATLABWrapper + + + + + + 742,357 + + + + + C:\Users\kevin\Documents\matlab_wrapper\matlab_wrapper\test\stat2.m + + + c + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + + + + + m + + + + + + 800,300 + + + + + + + + + + + + + + + s + + + + + + 800,300 + + + + + + + + + + + + + + + b + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + + + + + a + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + + + + + + add2_TestBench + + + + + + 406,315 + + + + + 0 + + + + ParameterStudy + + + + + + 364,140 + + + + + num_samples=1 + + + Uniform + + + None + + + fxy + + + + + + 546,105 + + + + + + x + + + + + + 105,63 + + + + + 1,10 + + + + + ResultFlow + + + + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + ResultFlow + + + + + + TestConstants + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + paraboloid_TestBench + + + + + + 294,35 + + + + + 0 + + + + ParameterStudy + + + + + + 252,154 + + + + + num_samples = 1 + + + Uniform + + + None + + + Array + + + + + + 301,91 + + + + + + Float + + + + + + 301,175 + + + + + + String + + + + + + 301,252 + + + + + + Int + + + + + + 301,343 + + + + + + y + + + + + + 56,161 + + + + + 2 + + + + _dummy + + + + + + 301,7 + + + + + + x + + + + + + 56,84 + + + + + 1 + + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + Constants + + + + + + 252,287 + + + + + const_Array + + + + + + 210,210 + + + + + + + + + + + [1.0, 2.2, 3.3] + + + + const_String + + + + + + 210,105 + + + + + + + + + + + "AString" + + + + const_Integer + + + + + + 210,49 + + + + + + + + + + + 4 + + + + const_Float + + + + + + 210,161 + + + + + + + + + + + 3.2 + + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + + TestDOE + + paraboloid_TestBench + + + + + + 581,329 + + + + + 0 + + + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + ParameterStudy + + + + + + 364,140 + + + + + num_samples=2 + + + Uniform + + + None + + + x + + + + + + 105,63 + + + + + -50,50 + + + + fxy + + + + + + 546,105 + + + + + + y + + + + + + 105,154 + + + + + -50,50 + + + + + ResultFlow + + + + + add2_TestBench + + + + + + 399,322 + + + + + 0 + + + + + UnitsMatch + + ParameterStudyDriver + + + + + + 203,91 + + + + + + + + Full Factorial + + + None + + + Objective + + + + + + 350,140 + + + + + + + PythonWrapper + + + + + + 182,238 + + + + + buffer_float.py + + + input + + + + + + 20,65 + + + + + False + + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + + + + + output + + + + + + 800,65 + + + + + False + + + + + + + + + 0.0 + + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + + TestOptimizer_add2 + + add2_TestBench + + + + + + 399,322 + + + + + 0 + + + + Optimizer + + + + + + 140,84 + + + + + 0x8b0000 + + + 0xff6820 + + + true + + + 0 + + + 0x666666 + + + 12 + + + + + + + + + COBYLA + + + x + + + + + + 105,63 + + + + + -50,50 + + + + fxy + + + + + + 546,105 + + + + + + y + + + + + + 105,154 + + + + + -50,50 + + + + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + paraboloid_TestBench + + + + + + 581,329 + + + + + 0 + + + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + ResultFlow + + + + + + TestOptimizer + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + Optimizer + + + + + + 385,126 + + + + + 0x8b0000 + + + 0xff6820 + + + true + + + 0 + + + 0x666666 + + + 12 + + + + + + + + + COBYLA + + + y + + + + + + 105,154 + + + + + -50,50 + + + + x + + + + + + 105,63 + + + + + -50,50 + + + + fxy + + + + + + 546,105 + + + + + + + paraboloid_TestBench + + + + + + 406,301 + + + + + 0 + + + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + + TestFileRecorder + + FileGenerator + + + + + + 266,294 + + + + + file_player.py + + + Number + + + + + + 20,65 + + + + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + + + + + File + + + + + + 800,65 + + + + + + + + + + + + + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + ParameterStudy + + + + + + 238,140 + + + + + 0 + + + num_samples=3 + + + Uniform + + + None + + + x + + + + + + 182,105 + + + + + 1,10 + + + + file_x.txt + + + + + + 546,105 + + + + + + + + TestCADDOE + + CAD_TestBench + + + + + + 833,392 + + + + + 0 + + + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + ParameterStudy + + + + + + 707,252 + + + + + + + + Full Factorial + + + None + + + fxy + + + + + + 546,105 + + + + + + x + + + + + + 105,63 + + + + + 0,50 + + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + add2_TestBench + + + + + + 644,392 + + + + + 0 + + + + ResultFlow + + + + + + TestFEA + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + ParameterStudy + + + + + + 105,63 + + + + + num_samples = 1 + + + Uniform + + + None + + + objective + + + + + + 385,189 + + + + + + ignore + + + + + + 126,203 + + + + + 5,10 + + + + + FEA_Box_CircleTest + + + + + + 147,189 + + + + + 0 + + + + + TestConstants_fail_string + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + ParameterStudy + + + + + + 252,154 + + + + + num_samples = 1 + + + Uniform + + + None + + + Array + + + + + + 301,91 + + + + + + Float + + + + + + 301,175 + + + + + + _dummy + + + + + + 301,7 + + + + + + Int + + + + + + 301,343 + + + + + + x + + + + + + 56,84 + + + + + 1 + + + + y + + + + + + 56,161 + + + + + 2 + + + + String + + + + + + 301,252 + + + + + + + Constants + + + + + + 252,287 + + + + + const_String + + + + + + 210,105 + + + + + + + + + + + AString + + + + + paraboloid_TestBench + + + + + + 294,35 + + + + + 0 + + + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + + TestTwoPythonInterpreter + + add2_TestBench + + + + + + 406,315 + + + + + 0 + + + + ParameterStudy + + + + + + 364,140 + + + + + num_samples=1 + + + Uniform + + + None + + + fxy + + + + + + 546,105 + + + + + + x + + + + + + 105,63 + + + + + 508 + + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + ResultFlow + + + + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + add2_TestBench_again + + + + + + 623,315 + + + + + + + TestPET_paraboloid + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + paraboloid_TestBench + + + + + + 406,301 + + + + + 0 + + + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + ParameterStudy + + + + + + 364,140 + + + + + num_samples=10 + + + Uniform + + + None + + + x + + + + + + 105,63 + + + + + -50,50 + + + + fxy + + + + + + 546,105 + + + + + + y + + + + + + 105,154 + + + + + -50,50 + + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + + Test_analysis_tool + + count_components + + + + + + 175,252 + + + + + 0 + + + + paraboloid_TestBench + + + + + + 581,329 + + + + + 0 + + + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + Optimizer + + + + + + 140,84 + + + + + 0x8b0000 + + + 0xff6820 + + + true + + + 0 + + + 0x666666 + + + 12 + + + + + + + + + COBYLA + + + y + + + + + + 105,154 + + + + + -50,50 + + + + fxy + + + + + + 546,105 + + + + + + + ResultFlow + + + + + + TestExcel + + ExcelWrapper + + + + + + 350,294 + + + + + ..\..\bin\Python27\Lib\site-packages\excel_wrapper\test\excel_wrapper_test.xlsx + + + Macro5 + + + macroVar_out + + + + + + 100,59 + + + + + Addition + + + String + + + + + + =Sheet1!$F$7 + + + + + + false + + + + + + + + + -inf..inf + + + + + + kl.; + + + + s + + + + + + 189,224 + + + + + Addition + + + String + + + + + + =Sheet1!$B$4 + + + + + + false + + + + + + + + + -inf..inf + + + + + + Hello + + + + b + + + + + + 84,154 + + + + + Addition + + + String + + + + + + =Sheet1!$B$3 + + + + + + false + + + + + + + + + -inf..inf + + + + + + True + + + + x + + Addition + + + String + + + + + + =Sheet1!$B$2 + + + + + + false + + + + + + + + + -inf..inf + + + + + + 12 + + + + bout + + + + + + 763,329 + + + + + =Sheet1!$F$3 + + + + + + + + + + macroVar_in + + + + + + 119,189 + + + + + Addition + + + String + + + + + + =Sheet1!$B$7 + + + + + + false + + + + + + + + + -inf..inf + + + + + + kl.; + + + + sout + + + + + + 763,259 + + + + + =Sheet1!$F$4 + + + + + + + + + + y + + + + + + 800,300 + + + + + =Sheet1!$F$2 + + + + + + + + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + + + 0xff80c0 + + + arrow + + + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + ParameterStudy + + + + + + 364,140 + + + + + num_samples=5 + + + Uniform + + + None + + + s + + + + + + 63,238 + + + + + "Four";"Three" + + + + x + + + + + + 105,63 + + + + + -50,50 + + + + sout + + + + + + 574,280 + + + + + + fxy + + + + + + 546,105 + + + + + + + + UnitsDoNotMatch + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + ParameterStudyDriver + + + + + + 203,91 + + + + + + + + Full Factorial + + + None + + + Objective + + + + + + 350,140 + + + + + + + PythonWrapper + + + + + + 182,238 + + + + + buffer_float.py + + + input + + + + + + 20,65 + + + + + False + + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + + + + + output + + + + + + 800,65 + + + + + False + + + + + + + + + 0.0 + + + + + + TestPython + + + + 0xff80c0 + + + arrow + + + + + + add2_TestBench + + + + + + 406,315 + + + + + 0 + + + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + ParameterStudy + + + + + + 364,140 + + + + + num_samples=1 + + + Uniform + + + None + + + fxy + + + + + + 546,105 + + + + + + x + + + + + + 105,63 + + + + + 1,10 + + + + + ResultFlow + + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + PythonWrapper + + + + + + 644,322 + + + + + paraboloid.py + + + f_xy + + + + + + 800,65 + + + + + False + + + + + + + + + 0.0 + + + + y + + + + + + 20,130 + + + + + False + + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + asdf + + + + x + + + + + + 20,65 + + + + + False + + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + + + + + + + TestPET_add2 + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + add2_TestBench + + + + + + 406,315 + + + + + 0 + + + + ParameterStudy + + + + + + 364,140 + + + + + num_samples=1 + + + Uniform + + + None + + + fxy + + + + + + 546,105 + + + + + + x + + + + + + 105,63 + + + + + -50,50 + + + + + + TestDOESort + + paraboloid_TestBench + + + + + + 581,329 + + + + + 0 + + + + add2_TestBench3 + + + + + + 56,490 + + + + + 0 + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + add2_TestBencha + + + + + + 1295,490 + + + + + 0 + + + + ResultFlow + + + + + add2_TestBench8 + + + + + + 952,490 + + + + + 0 + + + + add2_TestBench6 + + + + + + 588,490 + + + + + 0 + + + + add2_TestBench5 + + + + + + 413,490 + + + + + 0 + + + + ResultFlow + + + + + ResultFlow + + + + + ResultFlow + + + + + ResultFlow + + + + + ParameterStudy + + + + + + 364,140 + + + + + num_samples=10 + + + Uniform + + + None + + + x + + + + + + 105,63 + + + + + -50,50 + + + + fxy + + + + + + 546,105 + + + + + + y + + + + + + 105,154 + + + + + -50,50 + + + + + ResultFlow + + + + + add2_TestBench9 + + + + + + 1127,490 + + + + + 0 + + + + add2_TestBench7 + + + + + + 770,490 + + + + + 0 + + + + ResultFlow + + + + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + add2_TestBench + + + + + + 399,322 + + + + + 0 + + + + add2_TestBench4 + + + + + + 231,490 + + + + + 0 + + + + ResultFlow + + + + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + + TestConstants_fail_float + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + ParameterStudy + + + + + + 252,154 + + + + + num_samples = 1 + + + Uniform + + + None + + + Int + + + + + + 301,343 + + + + + + _dummy + + + + + + 301,7 + + + + + + x + + + + + + 56,84 + + + + + 1 + + + + String + + + + + + 301,252 + + + + + + Float + + + + + + 301,175 + + + + + + Array + + + + + + 301,91 + + + + + + y + + + + + + 56,161 + + + + + 2 + + + + + paraboloid_TestBench + + + + + + 294,35 + + + + + 0 + + + + Constants + + + + + + 252,287 + + + + + const_Float + + + + + + 210,161 + + + + + + + + + + + 3.2.2 + + + + + + TestTestBench_With_Files + + ParameterStudy + + + + + + 546,182 + + + + + 30 + + + num_samples = 1 + + + Full Factorial + + + None + + + Z + + + + + + 882,175 + + + + + + DV + + + + + + 259,182 + + + + + 1,100 + + + + output.py + + + + + + 875,301 + + + + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + FileResultFlow + + + + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + TestBench_With_Files + + + + + + 546,399 + + + + + 0 + + + + + TestAnalysis + + AnalysisBlock + + + + + + 350,294 + + + + + sample_analysis.py + + + x + + + + + + 20,65 + + + + + False + + + Addition + + + String + + + + + + + + + + + + false + + + id-081ce7bc-9a9b-4fd6-a525-6bf2fb037874 + + + + + + -inf..inf + + + + + + + + + + output + + + + + + 800,130 + + + + + False + + + + + + + + + 0.0 + + + + opt1 + + + + + + 300,195 + + + + + 4 + + + + config2 + + + + + + 300,130 + + + + + 3 + + + + config1 + + + + + + 300,65 + + + + + 2 + + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + ParameterStudy + + + + + + 364,140 + + + + + num_samples=1 + + + Uniform + + + None + + + fxy + + + + + + 546,105 + + + + + + x + + + + + + 105,63 + + + + + 100 + + + + + + TestDOECache + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + ResultFlow + + + + + ResultFlow + + + + + add2_TestBench + + + + + + 399,322 + + + + + 0 + + + + paraboloid_TestBench + + + + + + 882,329 + + + + + 0 + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + ParameterStudy + + + + + + 364,140 + + + + + num_samples=2 + + + Uniform + + + None + + + fxy + + + + + + 546,105 + + + + + + y + + + + + + 105,154 + + + + + -50,50 + + + + x1 + + + + + + 588,357 + + + + + + x + + + + + + 105,63 + + + + + -50,-50 + + + + x2 + + + + + + 581,504 + + + + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + sum_arrays + + + + + + 595,322 + + + + + 0 + + + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + + TestExcelArray + - - - steel_low_carbon_1015_cold_draw - - - - steel_armor_rha_mil_dtl_46177 - + + This is to test using the same Excel file twice in a PET. + + 777,269 + + DefaultVisibility + + + 158,447 + + + + e8 ff ff ff 00 00 00 00 00 00 00 00 00 00 00 00 90 01 00 00 00 00 00 00 03 02 01 22 41 00 72 00 69 00 61 00 6c 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 + + + + + GenerateArray + + + + + + 175,210 + + + + + GenerateArray.xlsx + + + + + + num + + + + + + 100,60 + + + + + Addition + + + String + + + + + + =Sheet1!$A$1 + + + + + + false + + + id-30c82dc9-443a-4a4c-af1e-65afc369573f + + + + + + -inf..inf + + + + + + 6 + + + + array + + + + + + 800,60 + + + + + =Sheet1!$A$2:$D$2 + + + + + + + + + + strArray + + + + + + 800,120 + + + + + =Sheet1!$A$5:$B$5 + + + + + + + + + + + ResultFlow + + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + AverageArray + + + + + + 448,203 + + + + + AverageArray.xlsx + + + + + + fourth_value + + + + + + 800,120 + + + + + =Sheet1!$B$2 + + + + + + + + + + average + + + + + + 800,60 + + + + + =Sheet1!$A$2 + + + + + + + + + + array + + + + + + 100,60 + + + + + Addition + + + String + + + + + + =Sheet1!$A$1:$D$1 + + + + + + false + + + id-e7ac1f93-3595-4257-b3cc-d6d1003e7a72 + + + + + + -inf..inf + + + + + + System.Object[,] + + + + + ResultFlow + + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + MakeSentence + + + + + + 448,329 + + + + + MakeSentence.xlsx + + + + + + sentence + + + + + + 800,60 + + + + + =Sheet1!$A$2 + + + + + + + + + + words + + + + + + 100,60 + + + + + Addition + + + String + + + + + + =Sheet1!$A$1:$B$1 + + + + + + false + + + id-e3a2dd8a-5169-467e-9817-3cfa18b22b15 + + + + + + -inf..inf + + + + + + System.Object[,] + + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + ParameterStudy + + + + + + 182,84 + + + + + num_samples=2 + + + Full Factorial + + + None + + + Number + + + + + + 112,105 + + + + + 5,10 + + + + FourthValue + + + + + + 546,266 + + + + + + Array + + + + + + 546,189 + + + + + + Sentence + + + + + + 546,336 + + + + + + StrArray + + + + + + 546,406 + + + + + + Average + + + + + + 546,105 + + + + + + + GenerateArray2 + + + + + + 168,490 + + + + + GenerateArray.xlsx + + + + + + array + + + + + + 800,60 + + + + + =Sheet1!$A$2:$D$2 + + + + + + + + + + strArray + + + + + + 800,120 + + + + + =Sheet1!$A$5:$B$5 + + + + + + + + + + num + + + + + + 100,60 + + + + + Addition + + + String + + + + + + =Sheet1!$A$1 + + + + + + false + + + id-ca9fa76a-f005-45ec-a8fe-49bfd7621d02 + + + + + + -inf..inf + + + + + + 6 + + + + + + TestFileCopy + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + PythonWrapper + + + + + + 644,322 + + + + + ..\..\bin\Python27\Lib\site-packages\openmdao\test\paraboloid.py + + + x + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + + + + + f_xy + + + + + + 800,300 + + + + + + + + + + + + + + + CopyFiles + + + + + + 329,308 + + + + + component_files + + + components/23kc5zsm + + + + y + + + + + + 42,42 + + + + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + + + + + + ParameterStudy + + + + + + 364,140 + + + + + num_samples=1 + + + Uniform + + + None + + + x + + + + + + 105,63 + + + + + 1,10 + + + + fxy + + + + + + 546,105 + + + + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + + TestOptimizerIntermediateValueConstraint + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + Add2 + + + + + + 350,259 + + + + + add2.py + + + y + + + + + + 800,65 + + + + + False + + + + + + + + + 0.0 + + + + x + + + + + + 20,65 + + + + + False + + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + + + + + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + ConstraintMapping + + + + + Optimizer + + + + + + 140,84 + + + + + 0x8b0000 + + + 0xff6820 + + + true + + + 0 + + + 0x666666 + + + 12 + + + + + + + + + COBYLA + + + constraint + + + + + + 350,154 + + + + + 0 + + + + + + + f_xy + + + + + + 350,245 + + + + + + x + + + + + + 105,63 + + + + + -50,50 + + + + y + + + + + + 105,154 + + + + + -50,50 + + + + z + + + + + + 350,63 + + + + + + + ResultFlow + + + + + Paraboloid + + + + + + 588,343 + + + + + paraboloid.py + + + f_xy + + + + + + 800,65 + + + + + False + + + + + + + + + 0.0 + + + + y + + + + + + 20,130 + + + + + False + + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + + + + + x + + + + + + 20,65 + + + + + False + + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + + + + + + IntermediateVariableMapping + + + + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + + NoDesignVariables + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + ParameterStudy + + + + + + 364,140 + + + + + + + + Opt Latin Hypercube + + + None + + + fxy + + + + + + 546,105 + + + + + + + add2_TestBench + + + + + + 406,315 + + + + + 0 + + + + + TestConstants_fail_array + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + Constants + + + + + + 252,287 + + + + + const_Array + + + + + + 210,210 + + + + + + + + + + + [1.0, 2.2, 3.3) + + + + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + ParameterStudy + + + + + + 252,154 + + + + + num_samples = 1 + + + Uniform + + + None + + + String + + + + + + 301,252 + + + + + + Array + + + + + + 301,91 + + + + + + _dummy + + + + + + 301,7 + + + + + + Float + + + + + + 301,175 + + + + + + Int + + + + + + 301,343 + + + + + + x + + + + + + 56,84 + + + + + 1 + + + + y + + + + + + 56,161 + + + + + 2 + + + + + paraboloid_TestBench + + + + + + 294,35 + + + + + 0 + + + + + + WorkflowDefinitions + + PET + + Task + + + + + + 357,168 + + + + + MGA.Decorator.Workflow + + + MGA.Interpreter.CyPhyPET + + + + + + + + CAD + + Task + + + + + + 56,28 + + + + + MGA.Decorator.Workflow + + + MGA.Interpreter.CyPhy2CAD_CSharp + + + + + + + + paraboloid_TestBenchScript + + Task + + + + + + 154,84 + + + + + MGA.Decorator.Workflow + + + MGA.Interpreter.CyPhyPython + + + { + "automation": "true", + "do_config": "true", + "name": "CyPhyPython", + "output_dir": "", + "runCommand": "", + "script_file": "paraboloid_script.py", + "AnalysisTool": "Default" +} + + + + + ModelicaWorkflow + + Task + + + + + + 336,154 + + + + + MGA.Decorator.Workflow + + + MGA.Interpreter.CyPhy2Modelica_v2 + + + { + "simulationTargetTool": null, + "AnalysisTool": "Default" +} + + + + + analysis_tool_count_components + + Task + + + + + + 168,70 + + + + + MGA.Decorator.Workflow + + + MGA.Interpreter.CyPhyDesignExporter + + + { + "AnalysisTool": "ExamplePythonCountComponents" +} + + + + + CADWorkflow + + Task + + + + + + 217,98 + + + + + MGA.Decorator.Workflow + + + MGA.Interpreter.CyPhy2CAD_CSharp + + + { + "AnalysisTool": "Default" +} + + + + + sum_arrays + + Task + + + + + + 161,112 + + + + + MGA.Decorator.Workflow + + + MGA.Interpreter.CyPhyPython + + + { + "automation": "true", + "do_config": "true", + "name": "CyPhyPython", + "output_dir": "", + "runCommand": "", + "script_file": "sum_arrays.py", + "AnalysisTool": "Default" +} + + + + + file_passing_TestBenchScript + + Task + + + + + + 161,112 + + + + + MGA.Decorator.Workflow + + + MGA.Interpreter.CyPhyPython + + + { + "automation": "true", + "do_config": "true", + "name": "CyPhyPython", + "output_dir": "", + "runCommand": "", + "script_file": "file_passing.py", + "AnalysisTool": "Default" +} + + + + + MATLAB_SeekerCalc + + Task + + + + + + 238,126 + + + + + MGA.Decorator.Workflow + + + MGA.Interpreter.CyPhyPython + + + { + "automation": "true", + "do_config": "true", + "name": "CyPhyPython", + "output_dir": "", + "runCommand": "", + "script_file": "SeekerCalc.py", + "AnalysisTool": "Default" +} + + + + + add2_TestBenchScript + + Task + + + + + + 161,112 + + + + + MGA.Decorator.Workflow + + + MGA.Interpreter.CyPhyPython + + + { + "automation": "true", + "do_config": "true", + "name": "CyPhyPython", + "output_dir": "", + "runCommand": "", + "script_file": "add2_script.py", + "AnalysisTool": "Default" +} + + + + + + PETHierarchy + + ParaboloidOptimization + + ParaboloidProblem + + + + + + 266,259 + + + + + 0 + + + ProblemOutputFlowSourceConnection + + w + + + + + + Paraboloid + + + + + + 266,126 + + + + + paraboloid.py + + + x + + + + + + 20,65 + + + + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + + + + + f_xy + + + + + + 800,65 + + + + + + + + + + + + + + + y + + + + + + 20,130 + + + + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + + + + + + ProblemInputFlowTargetConnection + + N + + + + + + ProblemInputFlowTargetConnection + + S + + + + + + y + + + + + + 112,189 + + + + + 6 + + + + + + + f_xy + + + + + + 497,147 + + + + + 2 + + + + x + + + + + + 112,91 + + + + + 6 + + + + + + + + ProblemInputFlowSourceConnection + + + + + Optimizer + + + + + + 420,119 + + + + + 0 + + + + + + + + + COBYLA + + + f_xy + + + + + + 525,175 + + + + + + y + + + + + + 154,231 + + + + + -50,50 + + + + x + + + + + + 154,154 + + + + + -50,50 + + + + + ProblemOutputFlowTargetConnection + + + + + ProblemInputFlowSourceConnection + + + + + + PythonMetricSyntax + + PythonWrapper + + + + + + 210,196 + + + + + string_doubler.py + + + y_doubled + + + + + + 800,130 + + + + + True + + + + + + + + + u'' + + + + x_doubled + + + + + + 800,65 + + + + + True + + + + + + + + + u'' + + + + x + + + + + + 20,65 + + + + + True + + + Addition + + + String + + + + + + + + + + + + false + + + id-8b3ba0c4-72bb-41a8-934f-678cd31e5a0b + + + + + + -inf..inf + + + + + + + + + + y + + + + + + 20,130 + + + + + True + + + Addition + + + String + + + + + + + + + + + + false + + + id-9037c001-cd57-4459-b701-7064dfab602e + + + + + + -inf..inf + + + + + + + + + + + ProblemInputFlowSourceConnection + + + + + Subproblem + + + + + + 476,196 + + + + + PythonWrapper + + + + + + 399,147 + + + + + string_doubler.py + + + y_doubled + + + + + + 800,130 + + + + + True + + + + + + + + + u'' + + + + x_doubled + + + + + + 800,65 + + + + + True + + + + + + + + + u'' + + + + y + + + + + + 20,130 + + + + + True + + + Addition + + + String + + + + + + + + + + + + false + + + id-79ab570b-fd01-4d09-8ba6-ab19cf0a9186 + + + + + + -inf..inf + + + + + + + + + + x + + + + + + 20,65 + + + + + True + + + Addition + + + String + + + + + + + + + + + + false + + + id-f7c44fcf-fe12-4b9d-879c-599703da5f8e + + + + + + -inf..inf + + + + + + + + + + + ProblemInputFlowTargetConnection + + + + + b + + + + + + 147,224 + + + + + + + + + ProblemInputFlowTargetConnection + + + + + ProblemOutputFlowSourceConnection + + + + + a + + + + + + 140,70 + + + + + + + + + parab + + + + + + 637,161 + + + + + + + ProblemInputFlowSourceConnection + + + + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + ParameterStudyDriver + + + + + + 364,77 + + + + + num_samples=2 + + + Full Factorial + + + None + + + result + + + + + + 931,63 + + + + + + a + + + + + + 371,63 + + + + + "one";"two" + + + + + ProblemOutputFlowTargetConnection + + + + + + OptimizationInitialConditionProfilingOutputConnectedToObjective + + ProblemInputFlowSourceConnection + + + + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + SaveTime + + + + + + 98,224 + + + + + savetime.py + + + pass_out + + + + + + 800,65 + + + + + + + + + + + + + + + pass_in + + + + + + 20,65 + + + + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + + + + + + ProblemOutputFlowTargetConnection + + + + + ParameterStudy + + + + + + 413,91 + + + + + num_samples = 2 + + + Full Factorial + + + None + + + x_0 + + + + + + 126,147 + + + + + -50,50 + + + + y_f + + + + + + 546,364 + + + + + + y_0 + + + + + + 126,224 + + + + + -50,50 + + + + f_xy + + + + + + 546,217 + + + + + + x_f + + + + + + 546,294 + + + + + + Time + + + + + + 546,147 + + + + + + + ProblemInputFlowSourceConnection + + + + + ProblemOutputFlowTargetConnection + + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + MeasureTime + + + + + + 588,245 + + + + + measuretime.py + + + time + + + + + + 800,65 + + + + + + + + + + + + + + + finished + + + + + + 20,65 + + + + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + + + + + + OptimizationProblem + + + + + + 364,231 + + + + + x_f + + + + + + 574,217 + + + + + 2 + + + + f_xy + + + + + + 672,147 + + + + + 2 + + + + y_0 + + + + + + 273,259 + + + + + 6 + + + + + + + ProblemInputFlowSourceConnection + + n + + + + + + y_f + + + + + + 658,259 + + + + + 2 + + + + ProblemOutputFlowSourceConnection + + Ew + + + + + + Optimizer + + + + + + 364,126 + + + + + 0 + + + + + + + + + COBYLA + + + x + + + + + + 154,154 + + + + + -50,50 + + + + f_xy + + + + + + 525,175 + + + + + + y + + + + + + 154,231 + + + + + -50,50 + + + + + Paraboloid + + + + + + 364,350 + + + + + paraboloid.py + + + y + + + + + + 20,130 + + + + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + + + + + f_xy + + + + + + 800,65 + + + + + + + + + + + + + + + x + + + + + + 20,65 + + + + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + + + + + + ProblemInputFlowTargetConnection + + S + + + + + + ProblemInputFlowSourceConnection + + n + + + + + + x_0 + + + + + + 182,217 + + + + + 6 + + + + + + + ProblemOutputFlowSourceConnection + + Ew + + + + + + ProblemInputFlowTargetConnection + + S + + + + + + ProblemOutputFlowSourceConnection + + w + + + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + + + TestBenchInputFromSubproblem + + ProblemInputFlowSourceConnection + + + + + ProblemOutputFlowTargetConnection + + + + + ParaboloidSubproblem + + + + + + 434,343 + + + + + PythonWrapper + + + + + + 721,273 + + + + + paraboloid.py + + + y + + + + + + 20,130 + + + + + False + + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + + + + + x + + + + + + 20,65 + + + + + False + + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + + + + + f_xy + + + + + + 800,65 + + + + + False + + + + + + + + + 0.0 + + + + + parab + + + + + + 1036,294 + + + + + + b + + + + + + 392,364 + + + + + + + + + ProblemInputFlowTargetConnection + + E + + + + + + ProblemOutputFlowSourceConnection + + w + + + + + + a + + + + + + 385,210 + + + + + + + + + ProblemInputFlowTargetConnection + + E + + + + + + + ProblemInputFlowSourceConnection + + + + + add2_TestBench + + + + + + 728,350 + + + + + + ParameterStudyDriver + + + + + + 595,98 + + + + + num_samples=2 + + + Full Factorial + + + None + + + b + + + + + + 371,196 + + + + + 1,10 + + + + result + + + + + + 931,63 + + + + + + a + + + + + + 371,63 + + + + + 1,10 + + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + + OptimizationInitialConditionProfilingRepeat + + ProblemOutputFlowTargetConnection + + + + + ProblemOutputFlowTargetConnection + + + + + ProblemOutputFlowTargetConnection + + + + + ParametricExploration + + + + + + 252,231 + + + + + ProblemInputFlowSourceConnection + + + + + f_xy + + + + + + 1001,91 + + + + + + ProblemOutputFlowSourceConnection + + w + + + + + + ProblemInputFlowSourceConnection + + + + + MeasureTime + + + + + + 672,273 + + + + + measuretime.py + + + time + + + + + + 800,65 + + + + + + + + + + + + + + + finished + + + + + + 20,65 + + + + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + + + + + + ParameterStudy + + + + + + 448,119 + + + + + num_samples = 25 + + + Full Factorial + + + None + + + Time + + + + + + 546,147 + + + + + + x_0 + + + + + + 126,147 + + + + + -50,50 + + + + x_f + + + + + + 546,294 + + + + + + f_xy + + + + + + 546,217 + + + + + + y_f + + + + + + 546,364 + + + + + + y_0 + + + + + + 126,224 + + + + + -50,50 + + + + + ProblemOutputFlowTargetConnection + + + + + n + + + + + + 77,56 + + + + + + + + + ProblemOutputFlowSourceConnection + + w + + + + + + Time + + + + + + 1001,28 + + + + + + OptimizationProblem + + + + + + 448,259 + + + + + x_f + + + + + + 574,217 + + + + + 2 + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + x_0 + + + + + + 182,217 + + + + + 6 + + + + + + + PythonWrapper + + + + + + 364,350 + + + + + paraboloid.py + + + f_xy + + + + + + 800,65 + + + + + + + + + + + + + + + x + + + + + + 20,65 + + + + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + + + + + y + + + + + + 20,130 + + + + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + + + + + + ProblemInputFlowTargetConnection + + S + + + + + + ProblemOutputFlowSourceConnection + + w + + + + + + y_f + + + + + + 658,259 + + + + + 2 + + + + f_xy + + + + + + 658,371 + + + + + + ProblemInputFlowSourceConnection + + n + + + + + + y_0 + + + + + + 273,259 + + + + + 6 + + + + + + + Optimizer + + + + + + 364,126 + + + + + 0 + + + + + + + + + COBYLA + + + y + + + + + + 154,231 + + + + + -50,50 + + + + f_xy + + + + + + 525,175 + + + + + + x + + + + + + 154,154 + + + + + -50,50 + + + + + ProblemInputFlowTargetConnection + + S + + + + + + ProblemOutputFlowSourceConnection + + Ew + + + + + + ProblemOutputFlowSourceConnection + + Ew + + + + + + ProblemInputFlowSourceConnection + + n + + + + + + + ProblemOutputFlowTargetConnection + + + + + ProblemOutputFlowTargetConnection + + + + + SaveTime + + + + + + 182,252 + + + + + savetime.py + + + pass_in + + + + + + 20,65 + + + + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + + + + + pass_out + + + + + + 800,65 + + + + + + + + + + + + + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + ProblemOutputFlowSourceConnection + + w + + + + + + x_f + + + + + + 1001,154 + + + + + + ProblemOutputFlowTargetConnection + + + + + y_f + + + + + + 1001,217 + + + + + + ProblemOutputFlowSourceConnection + + w + + + + + + + ProblemInputFlowSourceConnection + + + + + ParameterStudy + + + + + + 427,91 + + + + + num_samples = 2 + + + Full Factorial + + + None + + + x_f + + + + + + 546,294 + + + + + + n + + + + + + 126,224 + + + + + -50,50 + + + + Time + + + + + + 546,147 + + + + + + y_f + + + + + + 546,364 + + + + + + f_xy + + + + + + 546,217 + + + + + + + ProblemOutputFlowTargetConnection + + + + + + SubproblemConnectedToSubproblem + + sub2 + + + + + + 889,364 + + + + + in + + + + + + 224,329 + + + + + + + + + ResultFlow + + + + + ProblemOutputFlowSourceConnection + + w + + + + + + ProblemInputFlowTargetConnection + + E + + + + + + Constants + + + + + + 189,441 + + + + + C + + + + + + 322,175 + + + + + + + + + + + 0.0 + + + + + Paraboloid + + + + + + 588,315 + + + + + paraboloid.py + + + f_xy + + + + + + 800,65 + + + + + False + + + + + + + + + 0.0 + + + + y + + + + + + 20,130 + + + + + False + + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + + + + + x + + + + + + 20,65 + + + + + False + + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + + + + + + out + + + + + + 1106,336 + + + + + + + ProblemOutputFlowTargetConnection + + + + + ProblemInputFlowSourceConnection + + + + + ParameterStudyDriver + + + + + + 651,105 + + + + + num_samples=2 + + + Full Factorial + + + None + + + a + + + + + + 455,154 + + + + + 0,10 + + + + x + + + + + + 931,154 + + + + + + + sub1 + + + + + + 420,364 + + + + + Paraboloid + + + + + + 588,315 + + + + + paraboloid.py + + + y + + + + + + 20,130 + + + + + False + + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + + + + + x + + + + + + 20,65 + + + + + False + + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + + + + + f_xy + + + + + + 800,65 + + + + + False + + + + + + + + + 0.0 + + + + + in + + + + + + 224,329 + + + + + + + + + out + + + + + + 1106,336 + + + + + + Constants + + + + + + 189,441 + + + + + C + + + + + + 322,175 + + + + + + + + + + + 0.0 + + + + + ResultFlow + + + + + ProblemOutputFlowSourceConnection + + w + + + + + + ProblemInputFlowTargetConnection + + E + + + + + + + ProblemOutputFlowTargetConnection + + + + + + DuplicatePETNamesExample + + ProblemOutputFlowTargetConnection + + + + + ParametricExploration + + + + + + 154,119 + + + + + ProblemInputFlowTargetConnection + + E + + + + + + x + + + + + + 84,84 + + + + + + + + + BufferFloat + + + + + + 196,63 + + + + + buffer_float.py + + + input + + + + + + 20,65 + + + + + False + + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + + + + + output + + + + + + 800,65 + + + + + False + + + + + + + + + 0.0 + + + + + f_x + + + + + + 434,84 + + + + + + ProblemOutputFlowSourceConnection + + w + + + + + + + ParameterStudyDriver + + + + + + 147,21 + + + + + num_samples=3 + + + + Full Factorial + + + None + + + f_xy_1 + + + + + + 504,63 + + + + + + f_xy_2 + + + + + + 504,133 + + + + + + x + + + + + + 63,63 + + + + + -50,+50 + + + + y + + + + + + 63,133 + + + + + -50,+50 + + + + + ProblemInputFlowSourceConnection + + + + + ProblemOutputFlowTargetConnection + + + + + ProblemInputFlowSourceConnection + + + + + ParametricExploration + + + + + + 154,217 + + + + + ProblemOutputFlowSourceConnection + + w + + + + + + BufferFloat + + + + + + 196,63 + + + + + buffer_float.py + + + output + + + + + + 800,65 + + + + + False + + + + + + + + + 0.0 + + + + input + + + + + + 20,65 + + + + + False + + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + + + + + + ProblemInputFlowTargetConnection + + E + + + + + + f_x + + + + + + 434,84 + + + + + + x + + + + + + 84,84 + + + + + + + + + + + MultiplePETNestingExample + + ParameterStudyDriver + + + + + + 140,7 + + + + + num_samples=3 + + + Full Factorial + + + None + + + f_xy + + + + + + 308,56 + + + + + + y + + + + + + 63,98 + + + + + -50,+50 + + + + x + + + + + + 63,14 + + + + + -50,+50 + + + + + ProblemOutputFlowTargetConnection + + + + + sub + + + + + + 140,126 + + + + + x + + + + + + 70,35 + + + + + + + + + subsub + + + + + + 168,56 + + + + + f_xy + + + + + + 455,168 + + + + + + y + + + + + + 133,203 + + + + + + + + + Paraboloid + + + + + + 252,147 + + + + + paraboloid.py + + + f_xy + + + + + + 800,65 + + + + + False + + + + + + + + + 0.0 + + + + x + + + + + + 20,65 + + + + + False + + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + + + + + y + + + + + + 20,130 + + + + + False + + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + + + + + + x + + + + + + 133,119 + + + + + + + + + ProblemInputFlowTargetConnection + + E + + + + + + ProblemInputFlowTargetConnection + + E + + + + + + ProblemOutputFlowSourceConnection + + w + + + + + + + y + + + + + + 70,119 + + + + + + + + + ProblemOutputFlowSourceConnection + + w + + + + + + f_xy + + + + + + 364,77 + + + + + + ProblemInputFlowSourceConnection + + E + + + + + + ProblemInputFlowSourceConnection + + E + + + + + + + ProblemInputFlowSourceConnection + + + + + ProblemInputFlowSourceConnection + + + + + + OptimizationInitialConditionProfiling + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + ParameterStudy + + + + + + 413,91 + + + + + num_samples = 2 + + + Full Factorial + + + None + + + y_f + + + + + + 546,364 + + + + + + x_f + + + + + + 546,294 + + + + + + x_0 + + + + + + 126,147 + + + + + -50,50 + + + + f_xy + + + + + + 546,217 + + + + + + Time + + + + + + 546,147 + + + + + + y_0 + + + + + + 126,224 + + + + + -50,50 + + + + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + SaveTime + + + + + + 98,224 + + + + + savetime.py + + + pass_out + + + + + + 800,65 + + + + + + + + + + + + + + + pass_in + + + + + + 20,65 + + + + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + + + + + + ProblemOutputFlowTargetConnection + + + + + MeasureTime + + + + + + 588,245 + + + + + measuretime.py + + + finished + + + + + + 20,65 + + + + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + + + + + time + + + + + + 800,65 + + + + + + + + + + + + + + + + ProblemInputFlowSourceConnection + + + + + ProblemInputFlowSourceConnection + + + + + ProblemOutputFlowTargetConnection + + + + + OptimizationProblem + + + + + + 364,231 + + + + + ProblemInputFlowTargetConnection + + S + + + + + + x_f + + + + + + 574,217 + + + + + 2 + + + + ProblemOutputFlowSourceConnection + + w + + + + + + ProblemInputFlowSourceConnection + + n + + + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + y_0 + + + + + + 273,259 + + + + + 6 + + + + + + + y_f + + + + + + 658,259 + + + + + 2 + + + + f_xy + + + + + + 658,371 + + + + + 2 + + + + ProblemOutputFlowSourceConnection + + Ew + + + + + + Paraboloid + + + + + + 364,350 + + + + + paraboloid.py + + + f_xy + + + + + + 800,65 + + + + + + + + + + + + + + + x + + + + + + 20,65 + + + + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + + + + + y + + + + + + 20,130 + + + + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + + + + + + Optimizer + + + + + + 364,126 + + + + + 0 + + + + + + + + + COBYLA + + + y + + + + + + 154,231 + + + + + -50,50 + + + + f_xy + + + + + + 525,175 + + + + + + x + + + + + + 154,154 + + + + + -50,50 + + + + + ProblemInputFlowSourceConnection + + n + + + + + + x_0 + + + + + + 182,217 + + + + + 6 + + + + + + + ProblemOutputFlowSourceConnection + + Ew + + + + + + ProblemInputFlowTargetConnection + + S + + + + + + + + ConstantStrings + + ProblemInputFlowSourceConnection + + + + + Constants + + + + + + 98,56 + + + + + AnArray + + + + + + 371,182 + + + + + + + + + + + [1,2,3] + + + + AString + + + + + + 371,119 + + + + + + + + + + + "Constant" + + + + + ProblemInputFlowSourceConnection + + + + + SubPET + + + + + + 63,175 + + + + + ProblemInputFlowTargetConnection + + + + + PythonWrapper + + + + + + 301,77 + + + + + ConsumeStrings.py + + + Result + + + + + + 800,65 + + + + + True + + + + + + + + + True + + + + Str + + + + + + 20,65 + + + + + True + + + Addition + + + String + + + + + + + + + + + + false + + + id-9d3c8fbe-2fad-409a-8d72-f8a151250e6a + + + + + + -inf..inf + + + + + + + + + + Arr + + + + + + 20,130 + + + + + True + + + Addition + + + String + + + + + + + + + + + + false + + + id-b4c76e64-b1d3-4889-9923-a1b01988b28e + + + + + + -inf..inf + + + + + + + + + + + ProblemInputFlowTargetConnection + + + + + ProblemInput + + + + + + 105,147 + + + + + + + + + ProblemInputFlowTargetConnection + + + + + MATLABWrapper + + + + + + 315,210 + + + + + ConsumeStrings.m + + + Str + + + + + + 20,65 + + + + + True + + + Addition + + + String + + + + + + + + + + + + false + + + id-bcdd9a33-7fd3-435f-912e-19e58ece1e7f + + + + + + -inf..inf + + + + + + + + + + + ArrProblemInput + + + + + + 105,238 + + + + + + + + + + + OptimizationProblemWithExposedInitialConditions + + + + + 364,231 + + + + + y_f + + + + + + 630,245 + + + + + 2 + + + + Optimizer + + + + + + 364,98 + + + + + 0 + + + + + + + + + COBYLA + + + x + + + + + + 154,154 + + + + + -50,50 + + + + f_xy + + + + + + 525,175 + + + + + + y + + + + + + 154,231 + + + + + -50,50 + + + + + y_0 + + + + + + 231,245 + + + + + 6 + + + + + + + f_xy + + + + + + 630,329 + + + + + 2 + + + + Paraboloid + + + + + + 364,308 + + + + + paraboloid.py + + + f_xy + + + + + + 800,65 + + + + + + + + + + + + + + + y + + + + + + 20,130 + + + + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + + + + + x + + + + + + 20,65 + + + + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + + + + + + x_0 + + + + + + 175,203 + + + + + 6 + + + + + + + x_f + + + + + + 574,203 + + + + + 2 + + + + ProblemInputFlowSourceConnection + + n + + + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + ProblemInputFlowTargetConnection + + S + + + + + + ProblemOutputFlowSourceConnection + + w + + + + + + ProblemInputFlowSourceConnection + + n + + + + + + ProblemInputFlowTargetConnection + + S + + + + + + ProblemOutputFlowSourceConnection + + Ew + + + + + + ProblemOutputFlowSourceConnection + + Ew + + + + + + + ParaboloidProblem + + ProblemOutputFlowSourceConnection + + w + + + + + + Paraboloid + + + + + + 371,126 + + + + + paraboloid.py + + + y + + + + + + 20,130 + + + + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + + + + + f_xy + + + + + + 800,65 + + + + + + + + + + + + + + + x + + + + + + 20,65 + + + + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + + + + + + f_xy + + + + + + 602,147 + + + + + 2 + + + + ProblemInputFlowTargetConnection + + N + + + + + + y + + + + + + 217,189 + + + + + 6 + + + + + + + x + + + + + + 217,91 + + + + + 6 + + + + + + + ProblemInputFlowTargetConnection + + S + + + + + + + ParaboloidParameterStudy + + ProblemOutputFlowTargetConnection + + + + + ProblemInputFlowSourceConnection + + + + + ParaboloidProblem + + + + + + 266,259 + + + + + 0 + + + ProblemOutputFlowSourceConnection + + w + + + + + + ProblemInputFlowTargetConnection + + S + + + + + + x + + + + + + 112,91 + + + + + 6 + + + + + + + y + + + + + + 112,189 + + + + + 6 + + + + + + + f_xy + + + + + + 497,147 + + + + + 2 + + + + ProblemInputFlowTargetConnection + + N + + + + + + Paraboloid + + + + + + 266,126 + + + + + paraboloid.py + + + x + + + + + + 20,65 + + + + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + + + + + f_xy + + + + + + 800,65 + + + + + + + + + + + + + + + y + + + + + + 20,130 + + + + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + + + + + + + ParameterStudy + + + + + + 420,119 + + + + + num_samples = 11 + + + Full Factorial + + + None + + + y + + + + + + 126,224 + + + + + -50,50 + + + + f_xy + + + + + + 525,182 + + + + + + x + + + + + + 126,147 + + + + + -50,50 + + + + + ProblemInputFlowSourceConnection + + + + + + StringEnumDriver + + ProblemInputFlowSourceConnection + + + + + ProblemOutputFlowTargetConnection + + + + + ParameterStudyDriver + + + + + + 399,84 + + + + + num_samples=2 + + + + Full Factorial + + + None + + + DesignVariable + + + + + + 168,126 + + + + + "one";"two" + + + + Objective + + + + + + 532,119 + + + + + + + ParametricExploration + + + + + + 399,210 + + + + + ProblemOutputFlowSourceConnection + + + + + ProblemInput + + + + + + 182,175 + + + + + + + + + ProblemInputFlowTargetConnection + + + + + PythonWrapper + + + + + + 406,161 + + + + + string_doubler.py + + + y + + + + + + 20,130 + + + + + True + + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + + + + + x + + + + + + 20,65 + + + + + True + + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + + + + + y_doubled + + + + + + 800,130 + + + + + True + + + + + + + + + u'' + + + + x_doubled + + + + + + 800,65 + + + + + True + + + + + + + + + u'' + + + + + ProblemOutput + + + + + + 721,175 + + + + + + + + TestBenchInputFromProblemInput + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + PythonWrapper + + + + + + 182,406 + + + + + paraboloid.py + + + x + + + + + + 20,65 + + + + + False + + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + + + + + f_xy + + + + + + 800,65 + + + + + False + + + + + + + + + 0.0 + + + + y + + + + + + 20,130 + + + + + False + + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + + + + + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + ProblemInputFlowSourceConnection + + + + + TBSubproblem + + + + + + 427,406 + + + + + add2_TestBench + + + + + + 637,329 + + + + + + a + + + + + + 196,350 + + + + + 0.0 + + + + res + + + + + + 1134,350 + + + + + + ProblemInputFlowTargetConnection + + E + + + + + + ProblemOutputFlowSourceConnection + + w + + + + + + + ProblemOutputFlowTargetConnection + + + + + ParameterStudyDriver + + + + + + 301,154 + + + + + num_samples=2 + + + Full Factorial + + + None + + + result + + + + + + 931,63 + + + + + + a + + + + + + 371,63 + + + + + 1,10 + + + + b + + + + + + 371,196 + + + + + 1,10 + + + + + + + Test_benches + + Testing + + add2_TestBench + + add2_TestBench + + + 0xa52a00 + + + 0xffad5b + + + true + + + 0x666666 + + + 12 + + + false + + + + + + SimpleCalc + + + SimpleSystem + + + + + + 385,91 + + + + + + z + + + + + + 882,119 + + + + + + 259,294 + + + + + + 259,294 + + + + + + 259,294 + + + + + + + + + + + + + + + add2_TestBenchScript + + + + + + 133,35 + + + + + MGA.Decorator.Workflow + + + + z + + + + + + 182,112 + + + + + + 924,56 + + + + + + 924,56 + + + + + + 924,56 + + + + + + 924,56 + + + + + + 924,56 + + + + + Addition + + + String + + + + + + + + + + + + false + + + id-bcd3aa35-d606-4f5a-8a18-82cf5151e9b5 + + + + + + -inf..inf + + + + + + 1 + + + + + FEA_Box_CircleTest + + FEA_Box_CircleTest + + + 0x000000 + + + 0xc0c0c0 + + + true + + + 0x666666 + + + 12 + + + AUTODETECT + + + JOINTIMPLIED + + + false + + + Tetra4 + + + MESHANDBOUNDARY + + + true + + + 1 + + + 0 + + + ABAQUS Model Based + + + StructuralFEAComputation + + + + + + 483,70 + + + + + MisesStress + + + + + + 189,105 + + + + + + FactorOfSafety + + + + + + 189,21 + + + + + + + ForceLoadParam + + + + + + 42,329 + + + + + + 742,140 + + + + + ForceY + + + + + + 35,56 + + + + + Addition + + + Float + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + 10 + + + + ForceX + + + + + + 35,21 + + + + + Addition + + + Float + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + 0 + + + + MomentZ + + + + + + 189,105 + + + + + Addition + + + Float + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + 0 + + + + MomentY + + + + + + 189,63 + + + + + Addition + + + Float + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + 0 + + + + ForceZ + + + + + + 42,105 + + + + + Addition + + + Float + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + 0 + + + + MomentX + + + + + + 189,21 + + + + + Addition + + + Float + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + 0 + + + + + PortComposition + + + + + PortComposition + + + + + FOS + + + + + + 728,42 + + + + + + 728,42 + + + + + + 728,42 + + + + + + + + + + + + + + + Box + + + + + + 21,21 + + + + + + ForceLoadParam2Geometry + + + + + FEAComputation2Metric + + w + + + + + + FEAComputation2Metric + + w + + + + + + CAD + + + + + + 252,42 + + + + + MGA.Decorator.Workflow + + + + TIP2StructuralMetric + + + + + ignore + + + + + + 35,490 + + + + + + 161,490 + + + + + + 161,490 + + + + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + + + + + PortComposition + + + + + Circle + + + + + + 322,203 + + + + + + 273,217 + + + + + + 273,217 + + + + + Interior And Boundary + + + None + + + Additive + + + CircleEdge + + + + + + 77,168 + + + + + + + + + + + + + + + + + id-0fa3099e-b05a-4cb5-a23d-9cc990c0156e + + + + + + false + + + + CircleCenter + + + + + + 77,21 + + + + + + + + + + + + + + + + + id-7795526e-73df-4b19-8009-1e60d713dc34 + + + + + + false + + + + CircleEdge + + + + + + 77,98 + + + + + + + + + + + + + + + + + id-7b1d28d7-5a9b-444d-84a9-291c3592e1fe + + + + + + false + + + + + VM + + + + + + 728,98 + + + + + + 728,42 + + + + + + 728,42 + + + + + + + + + + + + + + + Box + + + + + + 518,238 + + + + + + + add2_TestBench + + add2_TestBench + + + 0xa52a00 + + + 0xffad5b + + + true + + + 0x666666 + + + 12 + + + false + + + + + + SimpleCalc + + + SimpleSystem + + + + + + 385,91 + + + + + + z + + + + + + 182,112 + + + + + + 924,56 + + + + + + 924,56 + + + + + + 924,56 + + + + + + 924,56 + + + + + + 924,56 + + + + + Addition + + + String + + + + + + + + + + + + false + + + id-9bd3cfd6-59b2-4990-ae6e-bf4c83a6ff4b + + + + + + -inf..inf + + + + + + 1 + + + + add2_TestBenchScript + + + + + + 133,35 + + + + + MGA.Decorator.Workflow + + + + z + + + + + + 882,119 + + + + + + 259,294 + + + + + + 259,294 + + + + + + 259,294 + + + + + + + + + + + + + + + + sum_arrays + + sum_arrays + + + 0xa52a00 + + + 0xffad5b + + + true + + + 0x666666 + + + 12 + + + false + + + + + + SimpleCalc + + + SimpleSystem + + + + + + 385,91 + + + + + + sum_arrays + + + + + + 42,28 + + + + + MGA.Decorator.Workflow + + + + x + + + + + + 182,112 + + + + + + 924,56 + + + + + + 924,56 + + + + + + 924,56 + + + + + + 924,56 + + + + + + 924,56 + + + + + Addition + + + String + + + + + + + + + + + + false + + + id-9bd3cfd6-59b2-4990-ae6e-bf4c83a6ff4b + + + + + + -inf..inf + + + + + + 1 + + + + x + + + + + + 882,119 + + + + + + 259,294 + + + + + + 259,294 + + + + + + 259,294 + + + + + + + + + + + + + + + + CAD_TestBench + + CAD_TestBench + + + 0xa52a00 + + + 0xffad5b + + + true + + + 0x666666 + + + 12 + + + false + + + + + + SimpleCalc + + + ValueFlow + + + + + + + + SimpleSystem + + + + + + 385,91 + + + + + + 399,112 + + + + + + 385,91 + + + + + + 385,91 + + + + + + 385,91 + + + + + + 385,91 + + + + + + 385,91 + + + + + + 385,91 + + + + + + 385,91 + + + + + + 385,91 + + + + + + 385,91 + + + + + + 385,91 + + + + + + x + + + + + + 749,112 + + + + + + 595,119 + + + + + + 595,119 + + + + + + 595,119 + + + + + + + + + + + + + + + CADParameter + + + + + + 112,133 + + + + + + 924,56 + + + + + + 182,112 + + + + + + 924,56 + + + + + + 924,56 + + + + + + 182,112 + + + + + + 182,112 + + + + + + 924,56 + + + + + Addition + + + String + + + + + + + + + + + + false + + + id-9bd3cfd6-59b2-4990-ae6e-bf4c83a6ff4b + + + + + + -inf..inf + + + + + + 1 + + + + CADWorkflow + + + + + + 77,14 + + + + + + 77,14 + + + + + + 77,14 + + + + + + 77,14 + + + + + + 77,14 + + + + + MGA.Decorator.Workflow + + + + + TestBench_With_Files + + TestBench_With_Files + + + 0xa52a00 + + + 0xffad5b + + + true + + + 0x666666 + + + 12 + + + false + + + + + + SimpleCalc + + + file_passing1 + + + + + + 833,252 + + + + + + + + + z + + + + + + 882,119 + + + + + + 259,294 + + + + + + 259,294 + + + + + + 259,294 + + + + + + + + + + + + + + + file_passing_TestBenchScript + + + + + + 91,35 + + + + + MGA.Decorator.Workflow + + + + file_passing1 + + + + + + 217,252 + + + + + file_passing.py + + + + SimpleSystem + + + + + + 427,140 + + + + + + z + + + + + + 182,112 + + + + + + 924,56 + + + + + + 924,56 + + + + + + 924,56 + + + + + + 924,56 + + + + + + 924,56 + + + + + Addition + + + String + + + + + + + + + + + + false + + + id-9bd3cfd6-59b2-4990-ae6e-bf4c83a6ff4b + + + + + + -inf..inf + + + + + + 1 + + + + + count_components + + count_components + + + 0xa52a00 + + + 0xffad5b + + + true + + + 0x666666 + + + 12 + + + false + + + + + + SimpleCalc + + + SimpleSystem + + + + + + 315,182 + + + + + + NumberOfComponents + + + + + + 763,217 + + + + + + 259,294 + + + + + + 259,294 + + + + + + 259,294 + + + + + + + + + + + + + + + analysis_tool_count_components + + + + + + 84,91 + + + + + MGA.Decorator.Workflow + + + + + paraboloid_TestBench + + paraboloid_TestBench + + + 0xa52a00 + + + 0xffad5b + + + true + + + 0x666666 + + + 12 + + + false + + + + + + SimpleCalc + + + paraboloid_TestBenchScript + + + + + + 105,42 + + + + + + 105,42 + + + + + + 105,42 + + + + + + 105,42 + + + + + + 105,42 + + + + + MGA.Decorator.Workflow + + + + x + + + + + + 91,147 + + + + + + 924,56 + + + + + + 91,147 + + + + + + 924,56 + + + + + + 924,56 + + + + + + 91,147 + + + + + + 91,147 + + + + + + 924,56 + + + + + Addition + + + String + + + + + + + + + 1 + + + false + + + id-9bd3cfd6-59b2-4990-ae6e-bf4c83a6ff4b + + + + + + -inf..inf + + + + + + 3 + + + + y + + + + + + 77,210 + + + + + + 924,56 + + + + + + 77,210 + + + + + + 924,56 + + + + + + 924,56 + + + + + + 77,210 + + + + + + 77,210 + + + + + + 924,56 + + + + + Addition + + + String + + + + + + + + + + + + false + + + id-9bd3cfd6-59b2-4990-ae6e-bf4c83a6ff4b + + + + + + -inf..inf + + + + + + -4 + + + + SimpleSystem + + + + + + 392,70 + + + + + + 392,70 + + + + + + 392,70 + + + + + + 392,70 + + + + + + 392,70 + + + + + + 392,70 + + + + + + 392,70 + + + + + + 392,70 + + + + + + 392,70 + + + + + + 392,70 + + + + + + 392,70 + + + + + + 392,70 + + + + + + fxy + + + + + + 882,154 + + + + + + 882,154 + + + + + + 882,154 + + + + + + 882,154 + + + + + + + + + + + + + + + + + + + UnitLibrary QUDT + + TypeSpecifications + + Units + + Mole + + mol + + + Mole + + + mol + + + + + + 1 + + + 0 + + + 0 + + + 0 + + + 0 + + + mole + + + 0 + + + 0 + + + + Hertz per Volt + + Hz V^-1 + + + Hertz per Volt + + + Hz V^-1 + + + + + + Hertz per Volt + + 1 + + + 0 + + + + + Square Meter per Second + + m^2 s^-1 + + + Square Meter per Second + + + m^2 s^-1 + + + + + + Meter + + 2 + + + + Second + + -1 + + + + + Kilopascal Absolute + + kPaA + + + Kilopascal Absolute + + + kPaA + + + + + + Pascal + + 1 + + + 0 + + + + + Planck Resistance + + + + + Planck Resistance + + + + + + + + + Ohm + + 29.979245800000001 + + + 0 + + + + + Cubic Yard + + yd^3 + + + Cubic Yard + + + yd^3 + + + + + + Stere + + 0.76455485798400002 + + + 0 + + + + + Kelvin per Minute + + K/min + + + Kelvin per Minute + + + K/min + + + + + + Kelvin per Second + + 0.016666666666666666 + + + 0 + + + + + US Gallon per Minute + + galUS/min + + + US Gallon per Minute + + + galUS/min + + + + + + Cubic Meter per Second + + 6.3090183333333331e-05 + + + 0 + + + + + Ampere per Radian + + + + + Ampere per Radian + + + A/rad + + + + + + Ampere per Radian + + 1 + + + 0 + + + + + Kelvin per Watt + + K/W + + + Kelvin per Watt + + + K/W + + + + + + Kelvin per Watt + + 1 + + + 0 + + + + + Planck Volume + + + + + Planck Volume + + + + + + + + + Stere + + 4.2241899999999998e-105 + + + 0 + + + + + BTU per Hour + + Btu/h + + + BTU per Hour + + + Btu/h + + + + + + Watt + + 0.29307106999999999 + + + 0 + + + + + Standard Atmosphere + + atm + + + Standard Atmosphere + + + atm + + + + + + Pascal + + 101325 + + + 0 + + + + + Quartic Coulomb Meter per Cubic Energy + + C^4 m^4 J^-3 + + + Quartic Coulomb Meter per Cubic Energy + + + C^4 m^4 J^-3 + + + + + + QuarticElectricDipoleMomentPerCubicEnergy + + 1 + + + 1 + + + + + Pound per Foot Second + + lb/(ft-s) + + + Pound per Foot Second + + + lb/(ft-s) + + + + + + Pascal Second + + 1.4881639435695537 + + + 0 + + + + + Lumen per Watt + + + + + Lumen per Watt + + + + + + + + + Candela + + 1 + + + + Second + + 3 + + + + Unitless + + 1 + + + + Meter + + -2 + + + + Kilogram + + -1 + + + + + Tablespoon + + tbsp + + + Tablespoon + + + tbsp + + + + + + Stere + + 1.4786764781249999e-05 + + + 0 + + + + + Per Meter Unit + + /m + + + Per Meter Unit + + + m^-1 + + + + + + Per Meter Unit + + 1 + + + 0 + + + + + Joule per Kelvin + + J/K + + + Joule per Kelvin + + + J/K + + + + + + Second + + -2 + + + + Kelvin + + -1 + + + + Kilogram + + 1 + + + + Meter + + 2 + + + + + Ounce Troy + + oz + + + Ounce Troy + + + oz + + + + + + Kilogram + + 0.031103476800000002 + + + 0 + + + + + Hectare + + ha + + + Hectare + + + ha + + + + + + Square Meter + + 10000 + + + 0 + + + + + Gray per Second + + Gy/s + + + Gray per Second + + + Gy/s + + + + + + Meter + + 2 + + + + Second + + -3 + + + + + Gibi + + + + + Gibi + + + Gi + + + + + + Unitless + + 1073741824 + + + 0 + + + + + Cubic Meter per Hour + + m^3/h + + + Cubic Meter per Hour + + + m^3/h + + + + + + Cubic Meter per Second + + 0.00027777777777777778 + + + 0 + + + + + Kilocalorie per Square Centimeter Minute + + kcal/(cm^2-min) + + + Kilocalorie per Square Centimeter Minute + + + kcal/(cm^2-min) + + + + + + Watt per Square Meter + + 6.9733333300000004e-05 + + + 0 + + + + + Planck Area + + + + + Planck Area + + + + + + + + + Square Meter + + 2.61223e-70 + + + 0 + + + + + Point + + pt + + + Point + + + pt + + + + + + Meter + + 2.5400000000000001e-05 + + + 0 + + + + + Mile US Statute + + miUS + + + Mile US Statute + + + mi + + + + + + Meter + + 1609.3440000000001 + + + 0 + + + + + Square Centimeter Minute + + cm^2-min + + + Square Centimeter Minute + + + cm^2-min + + + + + + AreaTime + + 0.0060000000000000001 + + + 0 + + + + + Kilohertz + + kHz + + + Kilohertz + + + kHz + + + + + + Hertz + + 1000 + + + 0 + + + + + Coulomb + + C + + + Coulomb + + + C + + + + + + Ampere + + 1 + + + + Second + + 1 + + + + + Coulomb Square Meter + + C m^2 + + + Coulomb Square Meter + + + C m^2 + + + + + + Coulomb Square Meter + + 1 + + + 0 + + + + + Micrometer + + µm + + + Micrometer + + + µm + + + + + + Meter + + 9.9999999999999995e-07 + + + 0 + + + + + Minute Time + + min + + + Minute Time + + + min + + + + + + Second + + 60 + + + 0 + + + + + Exbi + + + + + Exbi + + + Ei + + + + + + Unitless + + 1.5292150460684698e+17 + + + 0 + + + + + Biot + + Bi + + + Biot + + + Bi + + + + + + Ampere + + 3.335641e-10 + + + 0 + + + + + Metric Ton + + mT + + + Metric Ton + + + mT + + + + + + Kilogram + + 1000 + + + 0 + + + + + Per Cubic Meter + + /m^3 + + + Per Cubic Meter + + + m^-3 + + + + + + Per Cubic Meter + + 1 + + + 0 + + + + + Planck Length + + + + + Planck Length + + + l_P + + + + + + Meter + + 1.616252e-35 + + + 0 + + + + + Pascal per Minute + + Pa/min + + + Pascal per Minute + + + Pa/min + + + + + + Pascal per Second + + 0.016666666666666666 + + + 0 + + + + + Kilogram Force + + kgf + + + Kilogram Force + + + kgf + + + + + + Newton + + 9.8066499999999994 + + + 0 + + + + + Slug per Foot + + slug/ft + + + Slug per Foot + + + slug/ft + + + + + + Kilogram per Meter + + 47.880258980335846 + + + 0 + + + + + MicroTorr + + µtorr + + + MicroTorr + + + µtorr + + + + + + Pascal + + 0.00013332236842105263 + + + 0 + + + + + ElectricCurrentPerUnitLength + + + + + + + + + + + + + + Ampere + + 1 + + + + Meter + + -1 + + + + + Femtometer + + fm + + + Femtometer + + + fm + + + + + + Meter + + 1.0000000000000001e-15 + + + 0 + + + + + Relative Permittivity + + + + + Relative Permittivity + + + εr + + + + + + Farad per Meter + + 8.8541878170000005e-12 + + + 0 + + + + + Volt Meter + + m V + + + Volt Meter + + + m V + + + + + + Volt Meter + + 1 + + + 0 + + + + + Tesla + + T + + + Tesla + + + T + + + + + + Tesla + + 1 + + + 0 + + + + + Millihenry + + mH + + + Millihenry + + + mH + + + + + + Henry + + 0.001 + + + 0 + + + + + Per Tesla Meter Unit + + m^-1 T^-1 + + + Per Tesla Meter Unit + + + m^-1 T^-1 + + + + + + Per Tesla Meter Unit + + 1 + + + 0 + + + + + US Gallon per Day + + galUS/d + + + US Gallon per Day + + + galUS/d + + + + + + Cubic Meter per Second + + 4.381262731481481e-08 + + + 0 + + + + + Lumen per Watt + + + + + Lumen per Watt + + + + + + + + + Lumen per Watt + + 1 + + + 0 + + + + + Tesla Second + + s T + + + Tesla Second + + + s T + + + + + + Tesla Second + + 1 + + + 0 + + + + + EnergyPerTemperature + + + + + + + + + + + + + + Second + + -2 + + + + Kelvin + + -1 + + + + Kilogram + + 1 + + + + Meter + + 2 + + + + + Meter per Kelvin + + + + + Meter per Kelvin + + + m/K + + + + + + Meter + + 1 + + + + Kelvin + + -1 + + + + + Henry + + H + + + Henry + + + H + + + + + + Henry + + 1 + + + 0 + + + + + Newton Meter per Degree Angle + + (N-m)/deg + + + Newton Meter per Degree Angle + + + (N-m)/deg + + + + + + Meter + + + + + + 112,238 + + + + + 1 + + + + Degree Angle + + + + + + 147,518 + + + + + -1 + + + + Newton + + + + + + 98,70 + + + + + 1 + + + + + Abvolt Second + + + + + Abvolt Second + + + abV-s + + + + + + Weber + + 1e-08 + + + 0 + + + + + Square Inch + + in^2 + + + Square Inch + + + in^2 + + + + + + Square Meter + + 0.00064515999999999998 + + + 0 + + + + + Foot Lambert + + ft-L + + + Foot Lambert + + + ft-L + + + + + + Candela per Square Meter + + 3.4262590999999998 + + + 0 + + + + + Joule Second per Mole + + J s mol^-1 + + + Joule Second per Mole + + + J s mol^-1 + + + + + + Mole + + -1 + + + + Second + + -1 + + + + Meter + + 2 + + + + Kilogram + + 1 + + + + + Erg per Gram + + + + + Erg per Gram + + + + + + + + + Joule per Kilogram + + 0.0001 + + + 0 + + + + + Year Sidereal + + yr + + + Year Sidereal + + + yr + + + + + + Second + + 31558149.7632 + + + 0 + + + + + Lux + + lx + + + Lux + + + lx + + + + + + Lux + + 1 + + + 0 + + + + + Pascal + + Pa + + + Pascal + + + Pa + + + + + + Pascal + + 1 + + + 0 + + + + + Year (365 Day) + + yr + + + Year (365 Day) + + + yr + + + + + + Second + + 31536000 + + + 0 + + + + + Square Meter per Kelvin + + + + + Square Meter per Kelvin + + + m^2/K + + + + + + Square Meter per Kelvin + + 1 + + + 0 + + + + + Stathenry per Centimeter + + + + + Stathenry per Centimeter + + + statH/cm + + + + + + Henry per Meter + + 89876000000000 + + + 0 + + + + + Kilogram per Square Meter + + kg/m^2 + + + Kilogram per Square Meter + + + kg/m^2 + + + + + + Kilogram per Square Meter + + 1 + + + 0 + + + + + Planck Momentum + + + + + Planck Momentum + + + + + + + + + Kilogram Meter Per Second + + 6.5248499999999998 + + + 0 + + + + + Cubic Meter per Second Squared + + + + + Cubic Meter per Second Squared + + + m^3/s^2 + + + + + + Cubic Meter per Second Squared + + 1 + + + 0 + + + + + Square Meter Kelvin + + m^2-K + + + Square Meter Kelvin + + + m^2-K + + + + + + Meter + + 2 + + + + Kelvin + + 1 + + + + + Microsecond + + µs + + + Microsecond + + + µs + + + + + + Second + + 9.9999999999999995e-07 + + + 0 + + + + + Pascal Second + + Pa-s + + + Pascal Second + + + Pa-s + + + + + + Meter + + -1 + + + + Kilogram + + 1 + + + + Second + + -1 + + + + + Cubic Meter per Mole + + m^3 mol^-1 + + + Cubic Meter per Mole + + + m^3 mol^-1 + + + + + + Meter + + 3 + + + + Mole + + -1 + + + + + Hertz per Tesla + + Hz T^-1 + + + Hertz per Tesla + + + Hz T^-1 + + + + + + Coulomb per Kilogram + + 1 + + + 0 + + + + + Coulomb per Mole + + + + + Coulomb per Mole + + + C mol^-1 + + + + + + Coulomb per Mole + + 1 + + + 0 + + + + + Abtesla + + + + + Abtesla + + + abT + + + + + + Tesla + + 0.0001 + + + 0 + + + + + Watt Square Meter + + W m^2 + + + Watt Square Meter + + + W m^2 + + + + + + Second + + -3 + + + + Kilogram + + 1 + + + + Meter + + 4 + + + + + Kilogram Kelvin + + kg-K + + + Kilogram Kelvin + + + kg-K + + + + + + Kelvin + + 1 + + + + Kilogram + + 1 + + + + + Foot Pound Force per Square Foot Second + + ft-lbf/(ft^2-s) + + + Foot Pound Force per Square Foot Second + + + ft-lbf/(ft^2-s) + + + + + + Watt per Square Meter + + 14.593902937206364 + + + 0 + + + + + Radian per Second Squared + + rad/s^2 + + + Radian per Second Squared + + + rad/s^2 + + + + + + Radian + + + + + + 98,98 + + + + + 1 + + + + Second + + -2 + + + + + Ounce per Square Foot + + oz/ft^2 + + + Ounce per Square Foot + + + oz/ft^2 + + + + + + Kilogram per Square Meter + + 0.30515172727394063 + + + 0 + + + + + Nautical Mile + + nmi + + + Nautical Mile + + + nmi + + + + + + Meter + + 1852 + + + 0 + + + + + Kilogram Meter Per Second + + kg-m/s + + + Kilogram Meter Per Second + + + kg m s^-1 + + + + + + Kilogram Meter Per Second + + 1 + + + 0 + + + + + Kip + + kip + + + Kip + + + kip + + + + + + Newton + + 4448.2219999999998 + + + 0 + + + + + Watt per Meter Kelvin + + W/(m*K) + + + Watt per Meter Kelvin + + + W/(m*K) + + + + + + Meter + + 1 + + + + Kilogram + + 1 + + + + Kelvin + + -1 + + + + Second + + -3 + + + + + Radian + + rad + + + Plane Angle + + + rad + + + + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + radian + + + 0 + + + 0 + + + + Pascal Second + + Pa-s + + + Pascal Second + + + Pa-s + + + + + + Pascal Second + + 1 + + + 0 + + + + + Joule per Kilogram Kelvin per Cubic Meter + + + + + Joule per Kilogram Kelvin per Cubic Meter + + + J/(kg-K-m^3) + + + + + + Joule per Kilogram Kelvin per Cubic Meter + + 1 + + + 0 + + + + + Inch + + in + + + Inch + + + in + + + + + + Meter + + 0.025399999999999999 + + + 0 + + + + + Pascal per Second + + Pa/s + + + Pascal per Second + + + Pa/s + + + + + + Pascal per Second + + 1 + + + 0 + + + + + Joule per Square Tesla + + J T^-2 + + + Joule per Square Tesla + + + J T^-2 + + + + + + Meter + + 2 + + + + Ampere + + 2 + + + + Second + + 2 + + + + Kilogram + + -1 + + + + + Square Meter Kelvin per Watt + + K-m^2/W + + + Square Meter Kelvin per Watt + + + K-m^2/W + + + + + + Kelvin + + 1 + + + + Second + + 3 + + + + Kilogram + + -1 + + + + + Fermi + + fm + + + Fermi + + + fm + + + + + + Meter + + 1.0000000000000001e-15 + + + 0 + + + + + Coulomb Meter + + C m + + + Coulomb Meter + + + C m + + + + + + Ampere + + 1 + + + + Second + + 1 + + + + Meter + + 1 + + + + + Kelvin + + K + + + Kelvin + + + K + + + + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + kelvin + + + 1 + + + 0 + + + + Ampere per Joule + + A/J + + + Ampere per Joule + + + A J^-1 + + + + + + Ampere + + 1 + + + + Kilogram + + -1 + + + + Meter + + -2 + + + + Second + + 2 + + + + + Pound per Cubic Foot + + lb/ft^3 + + + Pound per Cubic Foot + + + lb/ft^3 + + + + + + Kilogram per Cubic Meter + + 16.018463373960138 + + + 0 + + + + + Joule per Kilogram Kelvin per Pascal + + + + + Joule per Kilogram Kelvin per Pascal + + + J/(kg-K-Pa) + + + + + + Kelvin + + -1 + + + + Kilogram + + -1 + + + + Meter + + 3 + + + + + Square Meter per Second + + m^2 s^-1 + + + Square Meter per Second + + + m^2 s^-1 + + + + + + Square Meter per Second + + 1 + + + 0 + + + + + Tesla Second + + s T + + + Tesla Second + + + s T + + + + + + Second + + -1 + + + + Ampere + + -1 + + + + Kilogram + + 1 + + + + + Coulomb per Square Meter + + C/m^2 + + + Coulomb per Square Meter + + + C m^-2 + + + + + + Ampere + + 1 + + + + Meter + + -2 + + + + Second + + 1 + + + + + Joule Second per Mole + + J s mol^-1 + + + Joule Second per Mole + + + J s mol^-1 + + + + + + Joule Second per Mole + + 1 + + + 0 + + + + + Kilogram per Cubic Meter + + kg/m^3 + + + Kilogram per Cubic Meter + + + kg/m^3 + + + + + + Meter + + -3 + + + + Kilogram + + 1 + + + + + Joule per Tesla + + + + + Joule per Tesla + + + J T^-1 + + + + + + Joule per Tesla + + 1 + + + 0 + + + + + Volt per Square Meter + + V m^-2 + + + Volt per Square Meter + + + V m^-2 + + + + + + Kilogram + + 1 + + + + Ampere + + -1 + + + + Second + + -3 + + + + + US Gallon + + galUS + + + US Gallon + + + galUS + + + + + + Meter + + + + + + 28,21 + + + + + 0.0037854117839999997 + + + 0 + + + + + Watt Square Meter per Steradian + + W m^2 sr^-1 + + + Watt Square Meter per Steradian + + + W m^2 sr^-1 + + + + + + Second + + -3 + + + + Unitless + + -1 + + + + Meter + + 4 + + + + Kilogram + + 1 + + + + + Gilbert + + Gi + + + Gilbert + + + Gi + + + + + + Ampere Turn + + 0.79577471499999997 + + + 0 + + + + + Inch of Water + + inAq + + + Inch of Water + + + inAq + + + + + + Pascal + + 249.08002400000001 + + + 0 + + + + + Acre + + ac + + + Acre + + + ac + + + + + + Square Meter + + 4046.8564224000002 + + + 0 + + + + + Tesla + + T + + + Tesla + + + T + + + + + + Second + + -2 + + + + Kilogram + + 1 + + + + Ampere + + -1 + + + + + BTU per Pound + + Btu/lb + + + BTU per Pound + + + Btu/lb + + + + + + Joule per Kilogram + + 2326 + + + 0 + + + + + Kilometer per Hour + + km/h + + + Kilometer per Hour + + + km/hr + + + + + + Meter per Second + + 0.27777777777777779 + + + 0 + + + + + Kilogram per Mole + + kg mol^-1 + + + Kilogram per Mole + + + kg mol^-1 + + + + + + Kilogram per Mole + + 1 + + + 0 + + + + + Erg Second + + + + + Erg Second + + + erg s + + + + + + Joule Second + + 9.9999999999999995e-08 + + + 0 + + + + + Tex + + tex + + + Tex + + + tex + + + + + + Kilogram per Meter + + 9.9999999999999995e-07 + + + 0 + + + + + Meter per Hour + + m/h + + + Meter per Hour + + + m h^-1 + + + + + + Meter per Second + + 0.00027777777799999997 + + + 0 + + + + + Degree per Minute + + + + + Degree per Minute + + + + + + + + + Radian per Second + + 0.00029088820899999998 + + + 0 + + + + + Coulomb per Cubic Meter + + C/m^3 + + + Coulomb per Cubic Meter + + + C m^-3 + + + + + + Meter + + -3 + + + + Second + + 1 + + + + Ampere + + 1 + + + + + Ampere + + A + + + Ampere + + + A + + + + + + 0 + + + 1 + + + 0 + + + 0 + + + 0 + + + ampere + + + 0 + + + 0 + + + + Day + + d + + + Day + + + d + + + + + + Second + + 86400 + + + 0 + + + + + Meter Kelvin per Watt + + K-m/W + + + Meter Kelvin per Watt + + + K-m/W + + + + + + Kilogram + + + + + + 105,7 + + + + + -1 + + + + Kelvin + + + + + + 98,98 + + + + + 1 + + + + Second + + 3 + + + + Meter + + + + + + 189,189 + + + + + -1 + + + + + Kelvin per Hour + + K/h + + + Kelvin per Hour + + + K/h + + + + + + Kelvin per Second + + 0.00027777777777799998 + + + 0 + + + + + Joule per Mole Kelvin + + J/(mol-K) + + + Joule per Mole Kelvin + + + J mol^-1 K^-1 + + + + + + Kilogram + + 1 + + + + Meter + + 2 + + + + Kelvin + + -1 + + + + Mole + + -1 + + + + Second + + -2 + + + + + Watt per Square Inch + + W/in^2 + + + Watt per Square Inch + + + W/in^2 + + + + + + Watt per Square Meter + + 1550.0030999999999 + + + 0 + + + + + Erg per Square Centimeter Second + + erg/(cm^2-s) + + + Erg per Square Centimeter Second + + + erg/(cm^2-s) + + + + + + Watt per Square Meter + + 0.001 + + + 0 + + + + + Square Meter per Kelvin + + + + + Square Meter per Kelvin + + + m^2/K + + + + + + Meter + + 2 + + + + Kelvin + + -1 + + + + + Ton Assay + + AT + + + Ton Assay + + + AT + + + + + + Kilogram + + 0.032666667000000003 + + + 0 + + + + + Watt per Square Meter Quartic Kelvin + + W m^-2 K^-4 + + + Watt per Square Meter Quartic Kelvin + + + W m^-2 K^-4 + + + + + + Second + + -3 + + + + Kilogram + + 1 + + + + Kelvin + + -4 + + + + + Square Yard + + yd^2 + + + Square Yard + + + yd^2 + + + + + + Square Meter + + 0.83612735999999999 + + + 0 + + + + + Mole Kelvin + + mol-K + + + Mole Kelvin + + + mol-K + + + + + + Kelvin + + 1 + + + + Mole + + 1 + + + + + Microinch + + µinch + + + Microinch + + + µinch + + + + + + Meter + + 2.5399999999999999e-08 + + + 0 + + + + + Ampere + + A + + + Ampere + + + A + + + + + + Ampere + + 1 + + + 0 + + + + + Kelvin per Watt + + K/W + + + Kelvin per Watt + + + K/W + + + + + + Meter + + -2 + + + + Second + + 3 + + + + Kilogram + + -1 + + + + Kelvin + + 1 + + + + + Coulomb Meter + + C m + + + Coulomb Meter + + + C m + + + + + + Coulomb Meter + + 1 + + + 0 + + + + + Watt + + W + + + Watt + + + W + + + + + + Watt + + 1 + + + 0 + + + + + Ton of Refrigeration + + t/fg + + + Ton of Refrigeration + + + t/fg + + + + + + Watt + + 3517 + + + 0 + + + + + Pound Troy + + lbm + + + Pound Troy + + + lbm + + + + + + Kilogram + + 0.37324172160000002 + + + 0 + + + + + Cubic Foot per Minute + + ft^3/min + + + Cubic Foot per Minute + + + ft^3/min + + + + + + Cubic Meter per Second + + 0.0004719474432000001 + + + 0 + + + + + Cubic Yard per Minute + + yd^3/min + + + Cubic Yard per Minute + + + yd^3/min + + + + + + Cubic Meter per Second + + 0.0127425809664 + + + 0 + + + + + Carat + + Nm/ct + + + Carat + + + Nm/ct + + + + + + Kilogram + + 0.00020000000000000001 + + + 0 + + + + + Statcoulomb + + statC + + + Statcoulomb + + + statC + + + + + + Coulomb + + 3.3356400000000002e-10 + + + 0 + + + + + Coulomb per Mole + + + + + Coulomb per Mole + + + C mol^-1 + + + + + + Ampere + + 1 + + + + Mole + + -1 + + + + Second + + 1 + + + + + Pebi + + + + + Pebi + + + Pi + + + + + + Unitless + + 125899906842624 + + + 0 + + + + + Inverse Second + + s^-1 + + + Inverse Second + + + s^-1 + + + + + + Hertz + + 1 + + + 0 + + + + + Square Foot + + ft^2 + + + Square Foot + + + ft^2 + + + + + + Square Meter + + 0.092903040000000006 + + + 0 + + + + + Unit Pole + + U/nWb + + + Unit Pole + + + U/nWb + + + + + + Weber + + 1.256637e-07 + + + 0 + + + + + Weber + + Wb + + + Weber + + + Wb + + + + + + Weber + + 1 + + + 0 + + + + + Kilogram per Second + + kg/s + + + Kilogram per Second + + + kg/s + + + + + + Kilogram per Second + + 1 + + + 0 + + + + + Volt per Square Meter + + V m^-2 + + + Volt per Square Meter + + + V m^-2 + + + + + + Volt per Square Meter + + 1 + + + 0 + + + + + Planck Current Density + + + + + Planck Current Density + + + + + + + + + Ampere per Square Meter + + 1.3317740000000001e+95 + + + 0 + + + + + Cubic Meter + + m^3 + + + Cubic Meter + + + m^3 + + + + + + Stere + + 1 + + + 0 + + + + + Coulomb per Kilogram + + C/kg + + + Coulomb per Kilogram + + + C kg^-1 + + + + + + Kilogram + + -1 + + + + Second + + 1 + + + + Ampere + + 1 + + + + + Radian per Second + + rad/s + + + Radian per Second + + + rad/s + + + + + + Radian per Second + + 1 + + + 0 + + + + + Microfarad + + µF + + + Microfarad + + + µF + + + + + + Farad + + 9.9999999999999995e-07 + + + 0 + + + + + Watt Square Meter per Steradian + + W m^2 sr^-1 + + + Watt Square Meter per Steradian + + + W m^2 sr^-1 + + + + + + Watt Square Meter per Steradian + + 1 + + + 0 + + + + + Astronomical Unit + + au + + + Astronomical Unit + + + au + + + + + + Meter + + 149597870000 + + + 0 + + + + + Short Ton per Hour + + ton/h + + + Short Ton per Hour + + + ton/h + + + + + + Kilogram per Second + + 0.25199576099999998 + + + 0 + + + + + Kilogram per Square Meter + + kg/m^2 + + + Kilogram per Square Meter + + + kg/m^2 + + + + + + Kilogram + + 1 + + + + Meter + + -2 + + + + + Pound per Cubic Yard + + lb/yd^3 + + + Pound per Cubic Yard + + + lb/yd^3 + + + + + + Kilogram per Cubic Meter + + 0.5932764212577829 + + + 0 + + + + + Radian per Second + + rad/s + + + Radian per Second + + + rad/s + + + + + + Second + + -1 + + + + Radian + + + + + + 98,98 + + + + + 1 + + + + + Slug per Second + + slug/s + + + Slug per Second + + + slug/s + + + + + + Kilogram per Second + + 14.593902937206366 + + + 0 + + + + + Coulomb + + C + + + Coulomb + + + C + + + + + + Coulomb + + 1 + + + 0 + + + + + Square Coulomb Meter per Joule + + C^2 m^2 J^-1 + + + Square Coulomb Meter per Joule + + + C^2 m^2 J^-1 + + + + + + Square Coulomb Meter per Joule + + 1 + + + 0 + + + + + Cubic Meter per Second Squared + + + + + Cubic Meter per Second Squared + + + m^3/s^2 + + + + + + Meter + + 3 + + + + Second + + -2 + + + + + Revolution per Hour + + rev/h + + + Revolution per Hour + + + rev/h + + + + + + Radian per Second + + 0.0017453292519943296 + + + 0 + + + + + Pascal per Meter to the Sixth Second Square + + Pa/(m^6 s^2) + + + Pascal per Meter to the Sixth Second Square + + + Pa/(m^6 s^2) + + + + + + Pascal + + + + + + 203,112 + + + + + 1 + + + + Meter + + + + + + 399,252 + + + + + -6 + + + + Second + + + + + + 455,70 + + + + + -2 + + + + + Watt per Degree Celcius + + W/C + + + Watt per Degree Celcius + + + W/C + + + + + + Degree Celsius + + + + + + 63,385 + + + + + -1 + + + + Watt + + + + + + 105,161 + + + + + 1 + + + + + Yobi + + + + + Yobi + + + Yi + + + + + + Unitless + + 1.2089258196146292e+24 + + + 0 + + + + + Ohm + + Ohm + + + Ohm + + + ohm + + + + + + Ohm + + 1 + + + 0 + + + + + Watt per Square Meter Kelvin + + W/(m^2-K) + + + Watt per Square Meter Kelvin + + + W/(m^2-K) + + + + + + Kilogram + + 1 + + + + Kelvin + + -1 + + + + Second + + -3 + + + + + Watt per Square Meter + + W/m^2 + + + Watt per Square Meter + + + W/m^2 + + + + + + Watt per Square Meter + + 1 + + + 0 + + + + + Cubic Meter per Kilogram + + m^3/kg + + + Cubic Meter per Kilogram + + + m^3/kg + + + + + + Meter + + 3 + + + + Kilogram + + -1 + + + + + Second Time Squared + + s^2 + + + Second Time Squared + + + s^2 + + + + + + Second + + 2 + + + + + Statohm + + statOhm + + + Statohm + + + statOhm + + + + + + Ohm + + 898760000000 + + + 0 + + + + + Ton - Short + + ton + + + Ton - Short + + + ton + + + + + + Kilogram + + 907.18474000000003 + + + 0 + + + + + Megahertz + + MHz + + + Megahertz + + + MHz + + + + + + Hertz + + 1000000 + + + 0 + + + + + QuarticElectricDipoleMomentPerCubicEnergy + + + + + + + + + + + + + + Kilogram + + -3 + + + + Second + + 10 + + + + Ampere + + 4 + + + + Meter + + -2 + + + + + Meter + + m + + + Meter + + + m + + + + + + 0 + + + 0 + + + 1 + + + 0 + + + 0 + + + metre + + + 0 + + + 0 + + + + Gauss + + G + + + Gauss + + + G + + + + + + Tesla + + 0.0001 + + + 0 + + + + + Mole + + mol + + + Mole + + + mol + + + + + + Mole + + 1 + + + 0 + + + + + Meter per Farad + + + + + Meter per Farad + + + m/F + + + + + + Meter per Farad + + 1 + + + 0 + + + + + Square Coulomb Meter per Joule + + C^2 m^2 J^-1 + + + Square Coulomb Meter per Joule + + + C^2 m^2 J^-1 + + + + + + Kilogram + + -1 + + + + Ampere + + 2 + + + + Second + + 4 + + + + + Kilogram per Mole + + kg mol^-1 + + + Kilogram per Mole + + + kg mol^-1 + + + + + + Kilogram + + 1 + + + + Mole + + -1 + + + + + Degree Rankine + + degR + + + Degree Rankine + + + degR + + + + + + Kelvin + + 0.55555555555555558 + + + 0 + + + + + Candela + + cd + + + Candela + + + cd + + + + + + Candela + + 1 + + + 0 + + + + + Planck Current + + + + + Planck Current + + + + + + + + + Ampere + + 3.4789000000000002e+25 + + + 0 + + + + + Siemens + + S + + + Siemens + + + S + + + + + + Second + + 3 + + + + Meter + + -2 + + + + Ampere + + 2 + + + + Kilogram + + -1 + + + + + Meter Kelvin + + m K + + + Meter Kelvin + + + m K + + + + + + Meter + + 1 + + + + Kelvin + + 1 + + + + + SquareEnergy + + + + + + + + + + + + + + Second + + -4 + + + + Meter + + 4 + + + + Kilogram + + 2 + + + + + Meter + + m + + + Meter + + + m + + + + + + Meter + + 1 + + + 0 + + + + + Pound Force per Square Foot + + lbf/ft^2 + + + Pound Force per Square Foot + + + lbf/ft^2 + + + + + + Pascal + + 47.880258980335839 + + + 0 + + + + + Meter per Minute + + m/min + + + Meter per Minute + + + m min^-1 + + + + + + Meter per Second + + 0.016666666666666666 + + + 0 + + + + + Second Square Foot + + s-ft^2 + + + Second Square Foot + + + s-ft^2 + + + + + + AreaTime + + 0.092903040000000006 + + + 0 + + + + + Relative Permeability + + + + + Relative Permeability + + + µr + + + + + + Henry per Meter + + 1.2566370599999999e-06 + + + 0 + + + + + Planck Mass + + + + + Planck Mass + + + m_P + + + + + + Kilogram + + 2.1764400000000001e-08 + + + 0 + + + + + Meter Kilogram + + m-kg + + + Meter Kilogram + + + m-kg + + + + + + Meter Kilogram + + 1 + + + 0 + + + + + Cubic Meter per Kilogram + + m^3/kg + + + Cubic Meter per Kilogram + + + m^3/kg + + + + + + Cubic Meter per Kilogram + + 1 + + + 0 + + + + + Degree Celsius + + degC + + + Degree Celsius + + + degC + + + + + + Kelvin + + 1 + + + 273.14999999999998 + + + + + Kilogram Meter Squared + + kg-m^2 + + + Kilogram Meter Squared + + + kg-m^2 + + + + + + Kilogram Meter Squared + + 1 + + + 0 + + + + + Watt per Meter Kelvin + + W/(m*K) + + + Watt per Meter Kelvin + + + W/(m*K) + + + + + + Watt per Meter Kelvin + + 1 + + + 0 + + + + + Statcoulomb per Square Centimeter + + + + + Statcoulomb per Square Centimeter + + + statC/cm^2 + + + + + + Coulomb per Square Meter + + 3.3356400000000001e-06 + + + 0 + + + + + Mega Hertz per Tesla + + MHz T^-1 + + + Mega Hertz per Tesla + + + MHz T^-1 + + + + + + Coulomb per Kilogram + + 1000000 + + + 0 + + + + + Tesla Meter + + m T + + + Tesla Meter + + + m T + + + + + + Tesla Meter + + 1 + + + 0 + + + + + Katal + + kat + + + Katal + + + kat + + + + + + Katal + + 1 + + + 0 + + + + + Pound per Minute + + lb/min + + + Pound per Minute + + + lb/min + + + + + + Kilogram per Second + + 0.0075598728333333334 + + + 0 + + + + + Debye + + D + + + Debye + + + D + + + + + + Coulomb Meter + + 3.33564e-30 + + + 0 + + + + + US Survey Foot + + ftUS + + + US Survey Foot + + + ft + + + + + + Meter + + 0.30480000000000002 + + + 0 + + + + + Watt per Square Foot + + W/ft^2 + + + Watt per Square Foot + + + W/ft^2 + + + + + + Watt per Square Meter + + 10.763910416709722 + + + 0 + + + + + BTU per Second Square Foot + + Btu/(s-ft^2) + + + BTU per Second Square Foot + + + Btu/(s-ft^2) + + + + + + Watt per Square Meter + + 11356.526682226975 + + + 0 + + + + + Joule Second + + J s + + + Joule Second + + + J s + + + + + + Joule Second + + 1 + + + 0 + + + + + Inch per Second + + + + + Inch per Second + + + + + + + + + Meter per Second + + 0.025399999999999999 + + + 0 + + + + + Pound Force + + lbf + + + Pound Force + + + lbf + + + + + + Newton + + 4.4482216152604996 + + + 0 + + + + + Planck Volt + + + + + Planck Volt + + + + + + + + + Volt + + 1.04295e+27 + + + 0 + + + + + Pound Mass + + lbm + + + Pound Mass + + + lbm + + + + + + Kilogram + + 0.45359237000000002 + + + 0 + + + + + InverseSquareEnergy + + + + + + + + + + + + + + Kilogram + + -2 + + + + Meter + + -4 + + + + Second + + 4 + + + + + Statvolt + + statV + + + Statvolt + + + statV + + + + + + Volt + + 299.79245800000001 + + + 0 + + + + + Coulomb per Meter + + C/m + + + Coulomb per Meter + + + C/m + + + + + + Ampere + + 1 + + + + Second + + 1 + + + + Meter + + -1 + + + + + Kilocalorie per Gram + + kcal/gm + + + Kilocalorie per Gram + + + kcal/gm + + + + + + Joule per Kilogram + + 4184000 + + + 0 + + + + + Cubic Mile + + mi^3 + + + Cubic Mile + + + mi^3 + + + + + + Stere + + 4168181825.4405799 + + + 0 + + + + + Foot per Minute + + ft/min + + + Foot per Minute + + + ft/min + + + + + + Meter per Second + + 0.0050800000000000003 + + + 0 + + + + + Maxwell + + Mx + + + Maxwell + + + Mx + + + + + + Weber + + 1e-08 + + + 0 + + + + + Planck Charge + + Q_p + + + Planck Charge + + + Q_p + + + + + + Coulomb + + 1.87554587e-18 + + + 0 + + + + + Pound per Cubic Inch + + lb/in^3 + + + Pound per Cubic Inch + + + lb/in^3 + + + + + + Kilogram per Cubic Meter + + 27679.904710203125 + + + 0 + + + + + Mole per Kilogram + + + + + Mole per Kilogram + + + mol/kg + + + + + + Mole per Kilogram + + 1 + + + 0 + + + + + Volt + + V + + + Volt + + + V + + + + + + Volt + + 1 + + + 0 + + + + + Foot Pound Force per Hour + + ft-lbf/h + + + Foot Pound Force per Hour + + + ft-lbf/h + + + + + + Watt + + 0.00037661609675899998 + + + 0 + + + + + Cubic Coulomb Meter per Square Joule + + C^3 m^3 J^-2 + + + Cubic Coulomb Meter per Square Joule + + + C^3 m^3 J^-2 + + + + + + Cubic Coulomb Meter per Square Joule + + 1 + + + 0 + + + + + Meter Kelvin per Watt + + K-m/W + + + Meter Kelvin per Watt + + + K-m/W + + + + + + Meter Kelvin per Watt + + 1 + + + 0 + + + + + Mole per Cubic Meter + + mol/m^3 + + + Mole per Cubic Meter + + + mol/m^3 + + + + + + Mole per Cubic Meter + + 1 + + + 0 + + + + + Mile per Hour + + mi/h + + + Mile per Hour + + + mi/h + + + + + + Meter per Second + + 0.44703999999999999 + + + 0 + + + + + Stilb + + sb + + + Stilb + + + sb + + + + + + Candela per Square Meter + + 10000 + + + 0 + + + + + Coulomb per Cubic Meter + + C/m^3 + + + Coulomb per Cubic Meter + + + C m^-3 + + + + + + Coulomb per Cubic Meter + + 1 + + + 0 + + + + + Rod + + rd + + + Rod + + + rd + + + + + + Meter + + 5.02921 + + + 0 + + + + + Watt per Steradian + + W sr^-1 + + + Watt per Steradian + + + + + + + + + Unitless + + -1 + + + + Second + + -3 + + + + Kilogram + + 1 + + + + Meter + + 2 + + + + + Revolution per Second Squared + + + + + Revolution per Second Squared + + + + + + + + + Radian per Second Squared + + 6.2831853100000004 + + + 0 + + + + + Ounce per Square Yard + + oz/yd^2 + + + Ounce per Square Yard + + + oz/yd^2 + + + + + + Kilogram per Square Meter + + 0.0339057474748823 + + + 0 + + + + + Radian per Second Squared + + rad/s^2 + + + Radian per Second Squared + + + rad/s^2 + + + + + + Radian per Second Squared + + 1 + + + 0 + + + + + Cubic Meter per Second + + m^3/s + + + Cubic Meter per Second + + + m^3/s + + + + + + Cubic Meter per Second + + 1 + + + 0 + + + + + Abampere per Square Centimeter + + abA / cm^2 + + + Abampere per Square Centimeter + + + + + + + + + Ampere per Square Meter + + 100000 + + + 0 + + + + + Ohm + + Ohm + + + Ohm + + + ohm + + + + + + Meter + + 2 + + + + Ampere + + -2 + + + + Kilogram + + 1 + + + + Second + + -3 + + + + + Pound Force Second per Square Foot + + lbf-s/ft^2 + + + Pound Force Second per Square Foot + + + lbf-s/ft^2 + + + + + + Pascal Second + + 47.880258980335839 + + + 0 + + + + + Volt per second + + V/sec + + + Volt per second + + + V/s + + + + + + Kilogram + + 1 + + + + Meter + + 2 + + + + Second + + -4 + + + + Ampere + + -1 + + + + + Kibi + + + + + Kibi + + + Ki + + + + + + Unitless + + 1024 + + + 0 + + + + + Pascal per Hour + + Pa/hr + + + Pascal per Hour + + + Pa/h + + + + + + Pascal per Second + + 0.00027777777799999997 + + + 0 + + + + + Meter per Second + + m/s + + + Meter per Second + + + m s^-1 + + + + + + Meter + + 1 + + + + Second + + -1 + + + + + Joule per Mole + + J/mol + + + Joule per Mole + + + J/mol + + + + + + Joule per Mole + + 1 + + + 0 + + + + + Joule per Kilogram Kelvin + + J/(kg-K) + + + Joule per Kilogram Kelvin + + + J/(kg-K) + + + + + + Joule per Kilogram Kelvin + + 1 + + + 0 + + + + + AreaTime + + + + + + + + + + + + + + Second + + 1 + + + + Meter + + + + + + 98,98 + + + + + 2 + + + + + Hour Square Foot + + h-ft^2 + + + Hour Square Foot + + + h-ft^2 + + + + + + AreaTime + + 334.45094399999999 + + + 0 + + + + + Cubic Coulomb Meter per Square Joule + + C^3 m^3 J^-2 + + + Cubic Coulomb Meter per Square Joule + + + C^3 m^3 J^-2 + + + + + + Second + + 7 + + + + Meter + + -1 + + + + Ampere + + 3 + + + + Kilogram + + -2 + + + + + Kelvin + + K + + + Kelvin + + + K + + + + + + Kelvin + + 1 + + + 0 + + + + + Foot Pound Force per Minute + + ft-lbf/min + + + Foot Pound Force per Minute + + + ft-lbf/min + + + + + + Watt + + 0.022596965805523339 + + + 0 + + + + + Megapascal + + MPa + + + Megapascal + + + MPa + + + + + + Pascal + + 1000000 + + + 0 + + + + + Pound Force per Square Inch + + psi + + + Pound Force per Square Inch + + + psi + + + + + + Pascal + + 6894.7572931699997 + + + 0 + + + + + Hertz per Volt + + Hz V^-1 + + + Hertz per Volt + + + Hz V^-1 + + + + + + Second + + 2 + + + + Kilogram + + -1 + + + + Meter + + -2 + + + + Ampere + + 1 + + + + + Kilogram Millimeter Squared + + kg-mm^2 + + + Kilogram Millimeter Squared + + + kg-mm^2 + + + + + + Millimeter + + + + + + 749,224 + + + + + 2 + + + + Kilogram + + + + + + 336,175 + + + + + 1 + + + + + Joule per Mole Kelvin + + J/(mol-K) + + + Joule per Mole Kelvin + + + J mol^-1 K^-1 + + + + + + Joule per Mole Kelvin + + 1 + + + 0 + + + + + Per Meter Kelvin Unit + + m^-1 K^-1 + + + Per Meter Kelvin Unit + + + m^-1 K^-1 + + + + + + Kelvin + + -1 + + + + Meter + + -1 + + + + + Technical Atmosphere + + at + + + Technical Atmosphere + + + at + + + + + + Pascal + + 98066.5 + + + 0 + + + + + Faraday + + F + + + Faraday + + + F + + + + + + Coulomb + + 96485.339900000006 + + + 0 + + + + + Joule per Kilogram + + J/kg + + + Joule per Kilogram + + + J/kg + + + + + + Meter + + 2 + + + + Second + + -2 + + + + + Mile per Minute + + mi/min + + + Mile per Minute + + + mi/min + + + + + + Meter per Second + + 26.822399999999998 + + + 0 + + + + + Furlong + + fur + + + Furlong + + + fur + + + + + + Meter + + 201.16800000000001 + + + 0 + + + + + Centimeter per Second + + + + + Centimeter per Second + + + cm/s + + + + + + Meter per Second + + 0.01 + + + 0 + + + + + Joule per Kilogram Kelvin + + J/(kg-K) + + + Joule per Kilogram Kelvin + + + J/(kg-K) + + + + + + Kelvin + + -1 + + + + Second + + -2 + + + + Meter + + 2 + + + + + Hundred Weight - Short + + cwt + + + Hundred Weight - Short + + + cwt + + + + + + Kilogram + + 45.359237 + + + 0 + + + + + Erg per Second + + erg/s + + + Erg per Second + + + erg/s + + + + + + Watt + + 9.9999999999999995e-08 + + + 0 + + + + + Joule per Cubic Meter Kelvin + + J/(m^3 K) + + + Joule per Cubic Meter Kelvin + + + J/(m^3 K) + + + + + + Kilogram + + 1 + + + + Second + + -2 + + + + Kelvin + + -1 + + + + Meter + + -1 + + + + + Torr + + torr + + + Torr + + + torr + + + + + + Pascal + + 133.32236842105263 + + + 0 + + + + + Kilometer + + km + + + Kilometer + + + km + + + + + + Meter + + 1000 + + + 0 + + + + + Coulomb per Square Meter + + C/m^2 + + + Coulomb per Square Meter + + + C m^-2 + + + + + + Coulomb per Square Meter + + 1 + + + 0 + + + + + BTU per Hour Square Foot + + Btu/(h-ft^2) + + + BTU per Hour Square Foot + + + Btu/(h-ft^2) + + + + + + Watt per Square Meter + + 3.1545907450630484 + + + 0 + + + + + Joule per Square Tesla + + J T^-2 + + + Joule per Square Tesla + + + J T^-2 + + + + + + Joule per Square Tesla + + 1 + + + 0 + + + + + Centimeter + + cm + + + Centimeter + + + cm + + + + + + Meter + + 0.01 + + + 0 + + + + + Joule Meter per Mole + + J m mol^-1 + + + Joule Meter per Mole + + + J m mol^-1 + + + + + + Meter + + 3 + + + + Second + + -2 + + + + Mole + + -1 + + + + Kilogram + + 1 + + + + + Absiemen + + aS + + + Absiemen + + + aS + + + + + + Siemens + + 1000000000 + + + 0 + + + + + Ampere per Square Meter + + A/m^2 + + + Ampere per Square Meter + + + A/m^2 + + + + + + Ampere + + 1 + + + + Meter + + -2 + + + + + Inch of Mercury + + inHg + + + Inch of Mercury + + + inHg + + + + + + Pascal + + 3386.3890000000001 + + + 0 + + + + + Pascal per Second + + Pa/s + + + Pascal per Second + + + Pa/s + + + + + + Meter + + -1 + + + + Kilogram + + 1 + + + + Second + + -3 + + + + + Pound Force per Square Inch Second + + lbf / (in^2-s) + + + Pound Force per Square Inch Second + + + lbf / (in^2-s) + + + + + + Pascal per Second + + 6894.7572931683608 + + + 0 + + + + + Lumen + + lm + + + Lumen + + + lm + + + + + + Unitless + + 1 + + + + Candela + + 1 + + + + + Ampere Turn + + At + + + Ampere Turn + + + At + + + + + + Ampere Turn + + 1 + + + 0 + + + + + Planck Force + + + + + Planck Force + + + + + + + + + Newton + + 1.2102699999999999e+44 + + + 0 + + + + + Square Meter Kelvin + + m^2-K + + + Square Meter Kelvin + + + m^2-K + + + + + + Square Meter Kelvin + + 1 + + + 0 + + + + + Meter per Farad + + + + + Meter per Farad + + + m/F + + + + + + Ampere + + -2 + + + + Kilogram + + 1 + + + + Second + + -4 + + + + Meter + + 3 + + + + + Radian per Minute + + rad/min + + + Radian per Minute + + + rad/min + + + + + + Radian per Second + + 0.016666666666666666 + + + 0 + + + + + Grain per Gallon + + gr/gal + + + Grain per Gallon + + + gr/gal + + + + + + Kilogram per Cubic Meter + + 0.0142537675 + + + 0 + + + + + Watt per Square Meter Steradian + + W/(m^2-sr) + + + Watt per Square Meter Steradian + + + W/(m^2-sr) + + + + + + Watt per Square Meter Steradian + + 1 + + + 0 + + + + + Henry per Meter + + H/m + + + Henry per Meter + + + H/m + + + + + + Henry per Meter + + 1 + + + 0 + + + + + Cubic Foot + + ft^3 + + + Cubic Foot + + + ft^3 + + + + + + Stere + + 0.028316846592000001 + + + 0 + + + + + Horsepower + + hp + + + Horsepower + + + hp + + + + + + Watt + + 745.70000000000005 + + + 0 + + + + + Kilogram Meter Per Second + + kg-m/s + + + Kilogram Meter Per Second + + + kg m s^-1 + + + + + + Kilogram + + 1 + + + + Second + + -1 + + + + Meter + + 1 + + + + + Kilogram Force per Square Centimeter + + kgf/cm^2 + + + Kilogram Force per Square Centimeter + + + kgf/cm^2 + + + + + + Pascal + + 98066.5 + + + 0 + + + + + Barn + + b + + + Barn + + + b + + + + + + Square Meter + + 9.9999999999999997e-29 + + + 0 + + + + + Volt per second + + V/s + + + Volt per second + + + V/s + + + + + + Volt per second + + 1 + + + 0 + + + + + Meter Kelvin + + m K + + + Meter Kelvin + + + m K + + + + + + Meter Kelvin + + 1 + + + 0 + + + + + Statampere + + statA + + + Statampere + + + statA + + + + + + Ampere + + 3.335641e-10 + + + 0 + + + + + Revolution per Second + + rev/s + + + Revolution per Second + + + rev/s + + + + + + Radian per Second + + 6.2831853100000004 + + + 0 + + + + + Kilogram per Cubic Meter + + kg/m^3 + + + Kilogram per Cubic Meter + + + kg/m^3 + + + + + + Kilogram per Cubic Meter + + 1 + + + 0 + + + + + Radian per Hour + + rad/h + + + Radian per Hour + + + rad/h + + + + + + Radian per Second + + 0.00027777777777799998 + + + 0 + + + + + Second + + s + + + Second + + + s + + + + + + Second + + 1 + + + 0 + + + + + Denier + + + + + Denier + + + + + + + + + Kilogram per Meter + + 1.1000000000000001e-07 + + + 0 + + + + + Hour + + h + + + Hour + + + h + + + + + + Second + + 3600 + + + 0 + + + + + Kilowatt + + kW + + + Kilowatt + + + kW + + + + + + Watt + + 1000 + + + 0 + + + + + Watt per Steradian + + W sr^-1 + + + Watt per Steradian + + + + + + + + + Watt per Steradian + + 1 + + + 0 + + + + + Cubic Kilometer per Second Squared + + + + + Cubic Kilometer per Second Squared + + + km^3/s^2 + + + + + + Cubic Meter per Second Squared + + 1000000000 + + + 0 + + + + + Coulomb per Kilogram + + C/kg + + + Coulomb per Kilogram + + + C kg^-1 + + + + + + Coulomb per Kilogram + + 1 + + + 0 + + + + + Ampere per Joule + + A/J + + + Ampere per Joule + + + A J^-1 + + + + + + Ampere per Joule + + 1 + + + 0 + + + + + InverseEnergy + + + + + + + + + + + + + + Second + + 2 + + + + Kilogram + + -1 + + + + Meter + + -2 + + + + + Volt + + V + + + Volt + + + V + + + + + + Second + + -3 + + + + Kilogram + + 1 + + + + Meter + + 2 + + + + Ampere + + -1 + + + + + Cubic Meter per Mole + + m^3 mol^-1 + + + Cubic Meter per Mole + + + m^3 mol^-1 + + + + + + Cubic Meter per Mole + + 1 + + + 0 + + + + + Degree Angle + + deg + + + Degree Angle + + + deg + + + + + + Radian + + + + + + 91,77 + + + + + 0.017453292519943295 + + + 0 + + + + + Slug per Foot Second + + slug/(ft-s) + + + Slug per Foot Second + + + slug/(ft-s) + + + + + + Pascal Second + + 47.880258980335846 + + + 0 + + + + + Zebi + + + + + Zebi + + + Zi + + + + + + Unitless + + 1.1805916207174113e+21 + + + 0 + + + + + Watt per Square Meter Quartic Kelvin + + W m^-2 K^-4 + + + Watt per Square Meter Quartic Kelvin + + + W m^-2 K^-4 + + + + + + Watt per Square Meter Quartic Kelvin + + 1 + + + 0 + + + + + Kilogram per Millimeter + + kg/mm + + + Kilogram per Millimeter + + + kg/mm + + + + + + Kilogram + + 1 + + + + Millimeter + + + + + + 126,119 + + + + + -1 + + + + + Joule Meter per Mole + + J m mol^-1 + + + Joule Meter per Mole + + + J m mol^-1 + + + + + + Joule Meter per Mole + + 1 + + + 0 + + + + + Weber + + Wb + + + Weber + + + Wb + + + + + + Second + + -2 + + + + Kilogram + + 1 + + + + Meter + + 2 + + + + Ampere + + -1 + + + + + Per Tesla Meter Unit + + m^-1 T^-1 + + + Per Tesla Meter Unit + + + m^-1 T^-1 + + + + + + Meter + + -1 + + + + Ampere + + 1 + + + + Kilogram + + -1 + + + + Second + + 2 + + + + + Volt Meter + + m V + + + Volt Meter + + + m V + + + + + + Kilogram + + 1 + + + + Ampere + + -1 + + + + Meter + + 3 + + + + Second + + -3 + + + + + Katal + + kat + + + Katal + + + kat + + + + + + Second + + -1 + + + + Mole + + 1 + + + + + Joule per Kilogram + + J/kg + + + Joule per Kilogram + + + J/kg + + + + + + Joule per Kilogram + + 1 + + + 0 + + + + + Second Time Squared + + s^2 + + + Second Time Squared + + + s^2 + + + + + + Second Time Squared + + 1 + + + 0 + + + + + Watt per Square Meter Steradian + + W/(m^2-sr) + + + Watt per Square Meter Steradian + + + W/(m^2-sr) + + + + + + Kilogram + + 1 + + + + Second + + -3 + + + + Unitless + + -1 + + + + + Imperial Pint + + pi + + + Imperial Pint + + + pi + + + + + + Stere + + 0.0056826124999999998 + + + 0 + + + + + Tesla Meter + + m T + + + Tesla Meter + + + m T + + + + + + Kilogram + + 1 + + + + Ampere + + -1 + + + + Meter + + 1 + + + + Second + + -2 + + + + + Hertz per Kelvin + + Hz K^-1 + + + Hertz per Kelvin + + + Hz K^-1 + + + + + + Second + + -1 + + + + Kelvin + + -1 + + + + + Ampere per Square Meter + + A/m^2 + + + Ampere per Square Meter + + + A/m^2 + + + + + + Ampere per Square Meter + + 1 + + + 0 + + + + + Candela + + cd + + + Candela + + + cd + + + + + + 0 + + + 0 + + + 0 + + + 1 + + + 0 + + + candela + + + 0 + + + 0 + + + + Watt per Square Meter Celcius + + W/(m^2-C) + + + Watt per Square Meter Celcius + + + W/(m^2-C) + + + + + + Kilogram + + + + + + 147,385 + + + + + 1 + + + + Degree Celsius + + + + + + 63,224 + + + + + -1 + + + + Second + + + + + + 147,567 + + + + + -3 + + + + + Millimeter of Mercury + + mmHg + + + Millimeter of Mercury + + + mmHg + + + + + + Pascal + + 86014.280599999998 + + + 0 + + + + + Pound per Square Foot + + lb/ft^2 + + + Pound per Square Foot + + + lb/ft^2 + + + + + + Kilogram per Square Meter + + 4.8824276363830501 + + + 0 + + + + + Pound per Hour + + lb/h + + + Pound per Hour + + + lb/h + + + + + + Kilogram per Second + + 0.00012599788055555556 + + + 0 + + + + + Coulomb Square Meter + + C m^2 + + + Coulomb Square Meter + + + C m^2 + + + + + + Ampere + + 1 + + + + Meter + + 2 + + + + Second + + 1 + + + + + Dyne + + dyn + + + Dyne + + + dyn + + + + + + Newton + + 1.0000000000000001e-05 + + + 0 + + + + + Per Square Giga Electron Volt Unit + + GeV^-2 + + + Per Square Giga Electron Volt Unit + + + GeV^-2 + + + + + + InverseSquareEnergy + + 3.895644058403301e+19 + + + 0 + + + + + Gray per Second + + Gy/s + + + Gray per Second + + + Gy/s + + + + + + Gray per Second + + 1 + + + 0 + + + + + Lambert + + L + + + Lambert + + + L + + + + + + Candela per Square Meter + + 3183.0988600000001 + + + 0 + + + + + Shake + + Sh + + + Shake + + + Sh + + + + + + Second + + 1e-08 + + + 0 + + + + + Abvolt Centimeter + + abV cm + + + Abvolt Centimeter + + + abV cm + + + + + + Volt Meter + + 1e-10 + + + 0 + + + + + Angstrom + + Å + + + Angstrom + + + Å + + + + + + Meter + + 1e-10 + + + 0 + + + + + Ton Short per Cubic Yard + + ton/yd + + + Ton Short per Cubic Yard + + + ton/yd + + + + + + Kilogram per Cubic Meter + + 1186.552842515566 + + + 0 + + + + + Mega Electron Volt Femtometer + + MeV fm + + + Mega Electron Volt Femtometer + + + MeV fm + + + + + + LengthEnergy + + 1.60217653e-28 + + + 0 + + + + + Mole per Kilogram + + + + + Mole per Kilogram + + + mol/kg + + + + + + Mole + + 1 + + + + Kilogram + + -1 + + + + + Radian per second + + rad/s + + + Radian per second + + + rad/s + + + + + + Radian per Second + + 1 + + + 0 + + + + + Kilogram + + kg + + + Kilogram + + + kg + + + + + + Kilogram + + 1 + + + 0 + + + + + Stathenry + + statH + + + Stathenry + + + statH + + + + + + Henry + + 898760000000 + + + 0 + + + + + Are + + a + + + Are + + + a + + + + + + Square Meter + + 100 + + + 0 + + + + + Kilogram + + kg + + + Kilogram + + + kg + + + + + + 0 + + + 0 + + + 0 + + + 0 + + + 1 + + + kilogram + + + 0 + + + 0 + + + + Cubic Inch per Minute + + in^3/min + + + Cubic Inch per Minute + + + in^3/min + + + + + + Cubic Meter per Second + + 2.7311773333333333e-07 + + + 0 + + + + + Mega Hertz per Kelvin + + MHz K^-1 + + + Mega Hertz per Kelvin + + + MHz K^-1 + + + + + + Hertz per Kelvin + + 1000000 + + + 0 + + + + + Joule per Cubic Meter Kelvin + + J/(m^3 K) + + + Joule per Cubic Meter Kelvin + + + J/(m^3 K) + + + + + + Joule per Cubic Meter Kelvin + + 1 + + + 0 + + + + + Mole Kelvin + + mol-K + + + Mole Kelvin + + + mol-K + + + + + + Mole Kelvin + + 1 + + + 0 + + + + + Ampere per Radian + + + + + Ampere per Radian + + + A/rad + + + + + + Ampere + + 1 + + + + Radian + + + + + + 98,98 + + + + + -1 + + + + + Planck Power + + + + + Planck Power + + + + + + + + + Watt + + 3.6283099999999998e+52 + + + 0 + + + + + Per Cubic Meter + + /m^3 + + + Per Cubic Meter + + + m^-3 + + + + + + Meter + + -3 + + + + + Ounce Mass + + ozm + + + Ounce Mass + + + ozm + + + + + + Kilogram + + 0.028349523125000001 + + + 0 + + + + + Kilogram Meter Squared + + kg-m^2 + + + Kilogram Meter Squared + + + kg-m^2 + + + + + + Meter + + 2 + + + + Kilogram + + 1 + + + + + Abampere + + abA + + + Abampere + + + abA + + + + + + Ampere + + 10 + + + 0 + + + + + Newton per Meter + + N/m + + + Newton per Meter + + + N/m + + + + + + Newton + + + + + + 98,70 + + + + + 1 + + + + Meter + + + + + + 147,329 + + + + + -1 + + + + + Hertz + + Hz + + + Hertz + + + Hz + + + + + + Hertz + + 1 + + + 0 + + + + + Mole per Cubic Meter + + mol/m^3 + + + Mole per Cubic Meter + + + mol/m^3 + + + + + + Meter + + -3 + + + + Mole + + 1 + + + + + TimeTemperature + + + + + + + + + + + + + + Kelvin + + 1 + + + + Second + + 1 + + + + + Watt + + W + + + Watt + + + W + + + + + + Kilogram + + 1 + + + + Second + + -3 + + + + Meter + + 2 + + + + + Centipoise + + cP + + + Centipoise + + + cP + + + + + + Pascal Second + + 0.001 + + + 0 + + + + + Planck Density + + + + + Planck Density + + + + + + + + + Kilogram per Cubic Meter + + 5.1550000000000003e+96 + + + 0 + + + + + Pound per Gallon + + lb/gal + + + Pound per Gallon + + + lb/gal + + + + + + Kilogram per Cubic Meter + + 99.776372699999996 + + + 0 + + + + + Planck Temperature + + + + + Planck Temperature + + + Θ_P + + + + + + Kelvin + + 1.416785e+32 + + + 0 + + + + + Newton + + N + + + Newton + + + N + + + + + + Newton + + 1 + + + 0 + + + + + Abhenry + + abH + + + Abhenry + + + abH + + + + + + Henry + + 1.0000000000000001e-09 + + + 0 + + + + + Coulomb per Meter + + C/m + + + Coulomb per Meter + + + C/m + + + + + + Coulomb per Meter + + 1 + + + 0 + + + + + Chain + + ch + + + Chain + + + ch + + + + + + Meter + + 20.116800000000001 + + + 0 + + + + + Kilopond + + kp + + + Kilopond + + + kp + + + + + + Newton + + 9.8066499999999994 + + + 0 + + + + + Slug per Square Foot + + slug/ft^2 + + + Slug per Square Foot + + + slug/ft^2 + + + + + + Kilogram per Square Meter + + 157.08746384624621 + + + 0 + + + + + Kip per Square Inch + + kip/in^2 + + + Kip per Square Inch + + + kip/in^2 + + + + + + Pascal + + 6894757.8899999997 + + + 0 + + + + + Acre Foot + + ac-ft + + + Acre Foot + + + ac-ft + + + + + + Stere + + 1233.4818375475202 + + + 0 + + + + + Meter per Kelvin + + + + + Meter per Kelvin + + + m/K + + + + + + Meter per Kelvin + + 1 + + + 0 + + + + + Kilogram per Second + + kg/s + + + Kilogram per Second + + + kg/s + + + + + + Second + + -1 + + + + Kilogram + + 1 + + + + + Pascal per Cubic Meter Second + + + + + Pascal per Cubic Meter Second + + + Pa/(m^3 s) + + + + + + Meter + + + + + + 259,322 + + + + + -3 + + + + Pascal + + + + + + 238,147 + + + + + 1 + + + + Second + + + + + + 434,322 + + + + + -1 + + + + + Planck Frequency + + + + + Planck Frequency + + + + + + + + + Hertz + + 1.8548700000000001e+43 + + + 0 + + + + + Cubic Meter per Kilogram Second Squared + + m^3 kg^-1 s^-2 + + + Cubic Meter per Kilogram Second Squared + + + m^3 kg^-1 s^-2 + + + + + + Meter + + 3 + + + + Kilogram + + -1 + + + + Second + + -2 + + + + + Farad per Meter + + F/m + + + Farad per Meter + + + F m^-1 + + + + + + Second + + 4 + + + + Meter + + -3 + + + + Ampere + + 2 + + + + Kilogram + + -1 + + + + + Ounce per Cubic Inch + + oz/in^3 + + + Ounce per Cubic Inch + + + oz/in^3 + + + + + + Kilogram per Cubic Meter + + 1729.9940443876953 + + + 0 + + + + + Unified Atomic Mass Unit + + u + + + Unified Atomic Mass Unit + + + u + + + + + + Kilogram + + 9.1093821499999992e-31 + + + 0 + + + + + Yotta + + + + + Yotta + + + Y + + + + + + Unitless + + 9.9999999999999998e+23 + + + 0 + + + + + Square Meter + + m^2 + + + Square Meter + + + m^2 + + + + + + Meter + + 2 + + + + + Watt per Square Meter Kelvin + + W/(m^2-K) + + + Watt per Square Meter Kelvin + + + W/(m^2-K) + + + + + + Watt per Square Meter Kelvin + + 1 + + + 0 + + + + + Henry + + H + + + Henry + + + H + + + + + + Kilogram + + 1 + + + + Meter + + 2 + + + + Ampere + + -2 + + + + Second + + -2 + + + + + Statcoulomb per Mole + + statC/mol + + + Statcoulomb per Mole + + + statC/mol + + + + + + Coulomb per Mole + + 3.3356400000000002e-10 + + + 0 + + + + + Ounce Force + + ozf + + + Ounce Force + + + ozf + + + + + + Newton + + 0.27801387500000002 + + + 0 + + + + + Picofarad + + pF + + + Picofarad + + + pF + + + + + + Farad + + 9.9999999999999998e-13 + + + 0 + + + + + Millisecond + + ms + + + Millisecond + + + ms + + + + + + Second + + 0.001 + + + 0 + + + + + Cubic Meter per Kelvin + + + + + Cubic Meter per Kelvin + + + m^3/K + + + + + + Kelvin + + -1 + + + + Meter + + 3 + + + + + Oersted Centimeter + + Oe-cm + + + Oersted Centimeter + + + Oe-cm + + + + + + Ampere Turn + + 0.79577471499999997 + + + 0 + + + + + Farad + + F + + + Farad + + + F + + + + + + Ampere + + 2 + + + + Kilogram + + -1 + + + + Second + + 4 + + + + Meter + + -2 + + + + + Mile - International Standard + + miINT + + + Mile - International Standard + + + mi + + + + + + Meter + + 1609.3440000000001 + + + 0 + + + + + Per Meter Unit + + /m + + + Per Meter Unit + + + m^-1 + + + + + + Meter + + -1 + + + + + Farad + + F + + + Farad + + + F + + + + + + Farad + + 1 + + + 0 + + + + + Kelvin per Second + + K/s + + + Kelvin per Second + + + K/s + + + + + + Second + + -1 + + + + Kelvin + + 1 + + + + + Second + + s + + + Second + + + s + + + + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + second + + + 0 + + + 1 + + + + Kelvin per Second + + K/s + + + Kelvin per Second + + + K/s + + + + + + Kelvin per Second + + 1 + + + 0 + + + + + Ampere Turn + + At + + + Ampere Turn + + + At + + + + + + Ampere + + 1 + + + + Unitless + + 1 + + + + + Farad per Meter + + F/m + + + Farad per Meter + + + F m^-1 + + + + + + Farad per Meter + + 1 + + + 0 + + + + + Ton - Long + + ton + + + Ton - Long + + + ton + + + + + + Kilogram + + 1016.0469088 + + + 0 + + + + + Kilopascal + + kPa + + + Kilopascal + + + kPa + + + + + + Pascal + + 1000 + + + 0 + + + + + Newton Meter + + N-m + + + Newton Meter + + + N-m + + + + + + Meter + + + + + + 147,329 + + + + + 1 + + + + Newton + + + + + + 98,70 + + + + + 1 + + + + + Kelvin per Tesla + + K T^-1 + + + Kelvin per Tesla + + + K T^-1 + + + + + + Kelvin + + 1 + + + + Ampere + + 1 + + + + Second + + 2 + + + + Kilogram + + -1 + + + + + Dyne per Square Centimeter + + dyn/cm^2 + + + Dyne per Square Centimeter + + + dyn/cm^2 + + + + + + Pascal + + 0.10000000000000001 + + + 0 + + + + + Pound per Cubic Meter + + lb/m^3 + + + Pound per Cubic Meter + + + lbm/m^3 + + + + + + Kilogram per Cubic Meter + + 0.45359237000000002 + + + 0 + + + + + Meter Kilogram + + m-kg + + + Meter Kilogram + + + m-kg + + + + + + Meter + + 1 + + + + Kilogram + + 1 + + + + + Square Meter Kelvin per Watt + + K-m^2/W + + + Square Meter Kelvin per Watt + + + K-m^2/W + + + + + + Square Meter Kelvin per Watt + + 1 + + + 0 + + + + + Teaspoon + + tsp + + + Teaspoon + + + tsp + + + + + + Stere + + 4.9289215937499996e-06 + + + 0 + + + + + Bar + + bar + + + Bar + + + bar + + + + + + Pascal + + 100000 + + + 0 + + + + + Cubic Meter per Second + + m^3/s + + + Cubic Meter per Second + + + m^3/s + + + + + + Meter + + 3 + + + + Second + + -1 + + + + + Degree per Second Squared + + deg/(s^2) + + + Degree per Second Squared + + + deg/(s^2) + + + + + + Radian per Second Squared + + 0.017453292519943295 + + + 0 + + + + + Unitless + + unitless + + + Unitless + + + U + + + + + + Unitless + + 1 + + + 0 + + + + + Board Foot + + Bf + + + Board Foot + + + Bf + + + + + + Stere + + 0.0023600000000000001 + + + 0 + + + + + Statampere per Square Centimeter + + statA / cm^2 + + + Statampere per Square Centimeter + + + + + + + + + Ampere per Square Meter + + 3.335641e-06 + + + 0 + + + + + Kilogram per Meter + + kg/m + + + Kilogram per Meter + + + kg/m + + + + + + Kilogram per Meter + + 1 + + + 0 + + + + + Stere + + st + + + Stere + + + st + + + + + + Stere + + 1 + + + 0 + + + + + Per Tesla Second Unit + + s^-1 T^-1 + + + Per Tesla Second Unit + + + s^-1 T^-1 + + + + + + Coulomb per Kilogram + + 1 + + + 0 + + + + + Watt Square Meter + + W m^2 + + + Watt Square Meter + + + W m^2 + + + + + + Watt Square Meter + + 1 + + + 0 + + + + + Ounce per Gallon + + oz/gal + + + Ounce per Gallon + + + oz/gal + + + + + + Kilogram per Cubic Meter + + 6.2360232900000003 + + + 0 + + + + + Foot per Second + + ft/s + + + Foot per Second + + + ft/s + + + + + + Meter per Second + + 0.30480000000000002 + + + 0 + + + + + Cubic Meter per Kilogram Second Squared + + m^3 kg^-1 s^-2 + + + Cubic Meter per Kilogram Second Squared + + + m^3 kg^-1 s^-2 + + + + + + Cubic Meter per Kilogram Second Squared + + 1 + + + 0 + + + + + Hertz per Kelvin + + Hz K^-1 + + + Hertz per Kelvin + + + Hz K^-1 + + + + + + Hertz per Kelvin + + 1 + + + 0 + + + + + Candela per Square Meter + + cd/m^2 + + + Candela per Square Meter + + + cd/m^2 + + + + + + Candela + + 1 + + + + Meter + + -2 + + + + + LengthPerUnitElectricCurrent + + + + + + + + + + + + + + Meter + + 1 + + + + Ampere + + -1 + + + + + Newton + + N + + + Newton + + + N + + + + + + Kilogram + + 1 + + + + Meter + + 1 + + + + Second + + -2 + + + + + Microhenry + + µH + + + Microhenry + + + µH + + + + + + Henry + + 9.9999999999999995e-07 + + + 0 + + + + + Abohm + + abOhm + + + Abohm + + + abOhm + + + + + + Ohm + + 1.0000000000000001e-09 + + + 0 + + + + + Newton per Millimeter + + N/mm + + + Newton per Meter + + + N/mm + + + + + + Millimeter + + + + + + 63,224 + + + + + -1 + + + + Newton + + + + + + 98,70 + + + + + 1 + + + + + Liter + + L + + + Liter + + + L + + + + + + Stere + + + + + + 161,203 + + + + + 0.001 + + + 0 + + + + + Electron Volt Second + + eV s + + + Electron Volt Second + + + eV s + + + + + + Joule Second + + 1.6021765313999999e-19 + + + 0 + + + + + Revolution per Minute + + rev/min + + + Revolution per Minute + + + rev/min + + + + + + Radian per Second + + 0.10471975511965977 + + + 0 + + + + + Square Meter Steradian + + m^2-sr + + + Square Meter Steradian + + + m^2-sr + + + + + + Square Meter Steradian + + 1 + + + 0 + + + + + Abvolt + + abV + + + Abvolt + + + abV + + + + + + Volt + + 1e-08 + + + 0 + + + + + Yard + + yd + + + Yard + + + yd + + + + + + Meter + + 0.91439999999999999 + + + 0 + + + + + Newton per Meter Second + + N/(m-s) + + + Newton per Meter Second + + + N/(m-s) + + + + + + Second + + + + + + 455,273 + + + + + -1 + + + + Meter + + + + + + 91,378 + + + + + -1 + + + + Newton + + + + + + 77,77 + + + + + 1 + + + + + Pascal + + Pa + + + Pascal + + + Pa + + + + + + Kilogram + + 1 + + + + Second + + -2 + + + + Meter + + -1 + + + + + Watt per Square Centimeter + + W/cm^2 + + + Watt per Square Centimeter + + + W/cm^2 + + + + + + Watt per Square Meter + + 10000 + + + 0 + + + + + Millimeter + + mm + + + Millimeter + + + mm + + + + + + Meter + + + + + + 224,84 + + + + + 0.001 + + + 0 + + + + + Knot + + kn + + + Knot + + + kn + + + + + + Meter per Second + + 0.51444444444444448 + + + 0 + + + + + Lumen + + lm + + + Lumen + + + lm + + + + + + Lumen + + 1 + + + 0 + + + + + Degree per Hour + + deg/h + + + Degree per Hour + + + deg/h + + + + + + Radian per Second + + 4.8481368110953598e-06 + + + 0 + + + + + Foot + + ft + + + Foot + + + ft + + + + + + Meter + + 0.30480000000000002 + + + 0 + + + + + Kilogram Kelvin + + kg-K + + + Kilogram Kelvin + + + kg-K + + + + + + Kilogram Kelvin + + 1 + + + 0 + + + + + Penny Weight + + dwt + + + Penny Weight + + + dwt + + + + + + Kilogram + + 0.0015551738400000001 + + + 0 + + + + + Watt per Kelvin + + W/K + + + Watt per Kelvin + + + W/K + + + + + + Watt + + + + + + 147,154 + + + + + 1 + + + + Kelvin + + + + + + 231,280 + + + + + -1 + + + + + Statfarad + + statF + + + Statfarad + + + statF + + + + + + Farad + + 1.113e-12 + + + 0 + + + + + Centimeter of Water + + cmH2O + + + Centimeter of Water + + + cmH2O + + + + + + Pascal + + 98.063001600000007 + + + 0 + + + + + Register Ton + + RT + + + Register Ton + + + RT + + + + + + Stere + + 2.8316846592 + + + 0 + + + + + Fathom + + fath + + + Fathom + + + fath + + + + + + Meter + + 1.8288 + + + 0 + + + + + Poundal + + pdl + + + Poundal + + + pdl + + + + + + Newton + + 0.13825495437599999 + + + 0 + + + + + Abfarad per Centimeter + + + + + Abfarad per Centimeter + + + abF/cm + + + + + + Farad per Meter + + 100000000000 + + + 0 + + + + + Cubic Millimeter + + mm^3 + + + Cubic Millimeter + + + mm^3 + + + + + + Stere + + 1.0000000000000001e-09 + + + 0 + + + + + Ampere per Degree + + A/deg + + + Ampere per Degree + + + A/deg + + + + + + Ampere per Radian + + + + + + 7,14 + + + + + 57.295779500000002 + + + 0 + + + + + Cubic Meter per Kelvin + + + + + Cubic Meter per Kelvin + + + m^3/K + + + + + + Cubic Meter per Kelvin + + 1 + + + 0 + + + + + Per Mole Unit + + mol^-1 + + + Per Mole Unit + + + mol^-1 + + + + + + Mole + + -1 + + + + + Poundal per Square Foot + + pdl/ft^2 + + + Poundal per Square Foot + + + pdl/ft^2 + + + + + + Pascal + + 1.4881644300000001 + + + 0 + + + + + Candela per Square Meter + + cd/m^2 + + + Candela per Square Meter + + + cd/m^2 + + + + + + Candela per Square Meter + + 1 + + + 0 + + + + + Grain + + gr + + + Grain + + + gr + + + + + + Kilogram + + 6.4798909999999995e-05 + + + 0 + + + + + Cubic Inch + + in^3 + + + Cubic Inch + + + in^3 + + + + + + Stere + + 1.6387063999999999e-05 + + + 0 + + + + + Unitless + + unitless + + + Unitless + + + U + + + + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + radian + + + 0 + + + 0 + + + + MilliTorr + + mtorr + + + MilliTorr + + + mtorr + + + + + + Pascal + + 0.13332236842099998 + + + 0 + + + + + Cubic Foot per Second + + ft^3/s + + + Cubic Foot per Second + + + ft^3/s + + + + + + Cubic Meter per Second + + 0.028316846592000004 + + + 0 + + + + + Joule per Mole + + J/mol + + + Joule per Mole + + + J/mol + + + + + + Mole + + -1 + + + + Second + + -2 + + + + Kilogram + + 1 + + + + Meter + + 2 + + + + + Stere + + st + + + Stere + + + st + + + + + + Meter + + 3 + + + + + Watt per Square Meter + + W/m^2 + + + Watt per Square Meter + + + W/m^2 + + + + + + Second + + -3 + + + + Kilogram + + 1 + + + + + Square Centimeter Second + + + + + Square Centimeter Second + + + cm^2-s + + + + + + AreaTime + + 0.0001 + + + 0 + + + + + Kilogram per Cubic Millimeter + + kg/mm^3 + + + Kilogram per Cubic Millimeter + + + kg/mm^3 + + + + + + Kilogram + + + + + + 84,182 + + + + + 1 + + + + Cubic Millimeter + + + + + + 70,63 + + + + + -1 + + + + + Kilogram per Hour + + kg/h + + + Kilogram per Hour + + + kg/h + + + + + + Kilogram per Second + + 0.00027777777799999997 + + + 0 + + + + + Planck Time + + + + + Planck Time + + + t_P + + + + + + Second + + 5.3912399999999998e-44 + + + 0 + + + + + Square Centimeter + + cm^2 + + + Square Centimeter + + + cm^2 + + + + + + Square Meter + + 0.0001 + + + 0 + + + + + Abcoulomb per Square Centimeter + + + + + Abcoulomb per Square Centimeter + + + abC/cm^2 + + + + + + Coulomb per Square Meter + + 0.001 + + + 0 + + + + + Siemens + + S + + + Siemens + + + S + + + + + + Siemens + + 1 + + + 0 + + + + + Slug + + slug + + + Slug + + + slug + + + + + + Kilogram + + 14.593902937206366 + + + 0 + + + + + Joule per Kilogram Kelvin per Cubic Meter + + + + + Joule per Kilogram Kelvin per Cubic Meter + + + J/(kg-K-m^3) + + + + + + Kelvin + + -1 + + + + Second + + -2 + + + + Meter + + -1 + + + + + MassPerAreaTime + + + + + + + + + + + + + + Second + + -1 + + + + Kilogram + + 1 + + + + Meter + + -2 + + + + + Foot per Hour + + ft/h + + + Foot per Hour + + + ft/h + + + + + + Meter per Second + + 8.4666666666666674e-05 + + + 0 + + + + + Joule Second + + J s + + + Joule Second + + + J s + + + + + + Meter + + + + + + 105,7 + + + + + 2 + + + + Second + + -1 + + + + Kilogram + + + + + + 98,98 + + + + + 1 + + + + + Pound Force Second per Square Inch + + lbf-s/in^2 + + + Pound Force Second per Square Inch + + + lbf-s/in^2 + + + + + + Pascal Second + + 6894.7572931683608 + + + 0 + + + + + Square Mile + + mi^2 + + + Square Mile + + + mi^2 + + + + + + Square Meter + + 2589988.1099999999 + + + 0 + + + + + Kilocalorie per Minute + + kcal/min + + + Kilocalorie per Minute + + + kcal/min + + + + + + Watt + + 69.733333299999998 + + + 0 + + + + + Kilocalorie per Square Centimeter Second + + kcal/(cm^2-s) + + + Kilocalorie per Square Centimeter Second + + + kcal/(cm^2-s) + + + + + + Watt per Square Meter + + 4.1839999999999999e-07 + + + 0 + + + + + Electron Volt per Tesla + + eV T^-1 + + + Electron Volt per Tesla + + + eV T^-1 + + + + + + Joule per Tesla + + 1.6021765313999999e-19 + + + 0 + + + + + Tebi + + + + + Tebi + + + Ti + + + + + + Unitless + + 1099511627776 + + + 0 + + + + + Abcoulomb + + abC + + + Abcoulomb + + + abC + + + + + + Coulomb + + 10 + + + 0 + + + + + Meter per Second + + m/s + + + Meter per Second + + + m s^-1 + + + + + + Meter per Second + + 1 + + + 0 + + + + + Per Meter Kelvin Unit + + m^-1 K^-1 + + + Per Meter Kelvin Unit + + + m^-1 K^-1 + + + + + + Per Meter Kelvin Unit + + 1 + + + 0 + + + + + Pound per Inch + + lb/in + + + Pound per Inch + + + lb/in + + + + + + Kilogram per Meter + + 17.857967322834646 + + + 0 + + + + + Phot + + ph + + + Phot + + + ph + + + + + + Lux + + 10000 + + + 0 + + + + + Ton Long per Cubic Yard + + ton/yd^3 + + + Ton Long per Cubic Yard + + + ton/yd^3 + + + + + + Kilogram per Cubic Meter + + 1328.9391836174336 + + + 0 + + + + + Slug per Cubic Foot + + slug/ft^3 + + + Slug per Cubic Foot + + + slug/ft^3 + + + + + + Kilogram per Cubic Meter + + 515.37881839319618 + + + 0 + + + + + Pound per Foot Hour + + lb/(ft-h) + + + Pound per Foot Hour + + + lb/(ft-h) + + + + + + Pascal Second + + 0.00041337887321376491 + + + 0 + + + + + Pound per Foot + + lb/ft + + + Pound per Foot + + + lb/ft + + + + + + Kilogram per Meter + + 1.4881639435695537 + + + 0 + + + + + Joule per Kilogram Kelvin per Pascal + + + + + Joule per Kilogram Kelvin per Pascal + + + J/(kg-K-Pa) + + + + + + Joule per Kilogram Kelvin per Pascal + + 1 + + + 0 + + + + + Newton Second per Meter + + (N-s)/m + + + Newton Second per Meter + + + (N-s)/m + + + + + + Meter + + + + + + 133,154 + + + + + -1 + + + + Newton + + + + + + 28,28 + + + + + 1 + + + + Second + + + + + + 203,28 + + + + + 1 + + + + + Poise + + P + + + Poise + + + P + + + + + + Pascal Second + + 0.10000000000000001 + + + 0 + + + + + Foot Pound Force per Second + + ft-lbf/s + + + Foot Pound Force per Second + + + ft-lbf/s + + + + + + Watt + + 1.3558179483314003 + + + 0 + + + + + Degree Fahrenheit + + degF + + + Degree Fahrenheit + + + degF + + + + + + Kelvin + + 0.55555555555555558 + + + 255.37037037037038 + + + + + LengthEnergy + + + + + + + + + + + + + + Kilogram + + 1 + + + + Meter + + 3 + + + + Second + + -2 + + + + + Planck Pressure + + + + + Planck Pressure + + + + + + + + + Pascal + + 4.6330899999999999e+113 + + + 0 + + + + + Kilocalorie per Second + + kcal/s + + + Kilocalorie per Second + + + kcal/s + + + + + + Watt + + 4184 + + + 0 + + + + + Abfarad + + abF + + + Abfarad + + + abF + + + + + + Farad + + 1000000000 + + + 0 + + + + + Mebi + + + + + Mebi + + + Mi + + + + + + Unitless + + 1048576 + + + 0 + + + + + Light Year + + ly + + + Light Year + + + ly + + + + + + Meter + + 9460730472580800 + + + 0 + + + + + Degree per Second + + deg/s + + + Degree per Second + + + deg/s + + + + + + Radian per Second + + 0.0174532925199 + + + 0 + + + + + Nanofarad + + nF + + + Nanofarad + + + nF + + + + + + Farad + + 1.0000000000000001e-09 + + + 0 + + + + + Henry per Meter + + H/m + + + Henry per Meter + + + H/m + + + + + + Kilogram + + 1 + + + + Second + + -2 + + + + Meter + + 1 + + + + Ampere + + -2 + + + + + Kelvin per Tesla + + K T^-1 + + + Kelvin per Tesla + + + K T^-1 + + + + + + Kelvin per Tesla + + 1 + + + 0 + + + + + Statvolt Centimeter + + statV cm + + + Statvolt Centimeter + + + statV cm + + + + + + Volt Meter + + 2.9979245799999998 + + + 0 + + + + + Gigahertz + + GHz + + + Gigahertz + + + GHz + + + + + + Hertz + + 1000000000 + + + 0 + + + + + Square Meter Steradian + + m^2-sr + + + Square Meter Steradian + + + m^2-sr + + + + + + Meter + + 2 + + + + Unitless + + 1 + + + + + Kilometer per Second + + km/s + + + Kilometer per Second + + + km/s + + + + + + Meter per Second + + 1000 + + + 0 + + + + + Lux + + lx + + + Lux + + + lx + + + + + + Meter + + -2 + + + + Candela + + 1 + + + + Unitless + + 1 + + + + + Gram + + g + + + Gram + + + g + + + + + + Kilogram + + 0.001 + + + 0 + + + + + Per Mole Unit + + mol^-1 + + + Per Mole Unit + + + mol^-1 + + + + + + Per Mole Unit + + 1 + + + 0 + + + + + Joule per Tesla + + + + + Joule per Tesla + + + J T^-1 + + + + + + Ampere + + 1 + + + + Meter + + 2 + + + + + Ampere Hour + + A-h + + + Ampere Hour + + + A-h + + + + + + Coulomb + + 3600 + + + 0 + + + + + Hertz + + Hz + + + Hertz + + + Hz + + + + + + Second + + -1 + + + + + Kilogram per Meter + + kg/m + + + Kilogram per Meter + + + kg/m + + + + + + Kilogram + + 1 + + + + Meter + + -1 + + + + + Millibar + + mbar + + + Millibar + + + mbar + + + + + + Pascal + + 100 + + + 0 + + + + + Cubic Centimeter + + cm^3 + + + Cubic Centimeter + + + cm^3 + + + + + + Stere + + 9.9999999999999995e-07 + + + 0 + + + + + Square Meter + + m^2 + + + Square Meter + + + m^2 + + + + + + Square Meter + + 1 + + + 0 + + + + + Clo + + clo + + + Clo + + + clo + + + + + + Square Meter Kelvin per Watt + + 0.155 + + + 0 + + + + + BTU per Second + + Btu/s + + + BTU per Second + + + Btu/s + + + + + + Watt + + 1055.05585262 + + + 0 + + + + + Candela per Square Inch + + cd/in^2 + + + Candela per Square Inch + + + cd/in^2 + + + + + + Candela per Square Meter + + 1550.0031000062002 + + + 0 + + + + + + + 132322507979993899 + + + + TypeSpecifications + + Units + + meter1 + + m - - steel_armor_rha_mil_dtl_46177 - - - - steel_stainless_filler_weld_307 - + - - steel_stainless_filler_weld_307 + + m - - - steel_low_carbon_1018_cold_draw - + - - steel_low_carbon_1018_cold_draw - - - - steel_low_alloy_a572_gr50 - - + + 0 - - steel_low_alloy_a572_gr50 + + 0 - - - steel_stainless_filler_weld_308 - - + + 1 - - steel_stainless_filler_weld_308 + + 0 - - - steel_stainless_filler_weld_309 - - + + 0 - - steel_stainless_filler_weld_309 + + metre - - - steel_stainless_316_l - - + + 0 - - steel_stainless_316_l + + 0 - - steel_tool_s7_annealed - - - - - steel_tool_s7_annealed + + second + + s - - - steel_filler_weld_090ksi - + - - steel_filler_weld_090ksi + + s - - - steel_low_carbon_1008_hot_roll - + - - steel_low_carbon_1008_hot_roll - - - - steel_filler_weld_070ksi - - + + 0 - - steel_filler_weld_070ksi + + 0 - - - polymer_rubber_hnbr - - + + 0 - - polymer_rubber_hnbr + + 0 - - - aluminum_alloy_5083_h32 - - + + 0 - - aluminum_alloy_5083_h32 + + second - - - steel_bolt_metric_class_9p8 - - + + 0 - - steel_bolt_metric_class_9p8 + + 1 - - aluminum_alloy_1100_h16 - - - - - aluminum_alloy_1100_h16 + + meter2 + + m - - - steel_med_carbon_1141_hot_roll - + - - steel_med_carbon_1141_hot_roll + + m - - - steel_tool_s7_tempered - + - - steel_tool_s7_tempered - - - - steel_low_alloy_a515_gr70 - - + + 0 - - steel_low_alloy_a515_gr70 + + 0 - - - steel_stainless_321 - - + + 1 - - steel_stainless_321 + + 0 - - - titanium_alloy_ti6al4v_anneal - - + + 0 - - titanium_alloy_ti6al4v_anneal + + metre - - - aluminum_filler_weld_5654 - - + + 0 - - aluminum_filler_weld_5654 + + 0 - - 131872867908317258 - - - CADResourceLibrary - - GeometryDefinition - - Surface - - Interior And Boundary - - - None - - - Additive - - - Toward_Reference_Point - - - ReferenceSurface - - - - - - 133,77 - - + + Components + + passive + + resistors + + Resistor_R0603 + + .\components\23kc5zsm\Images\Icon.png - - ALIGN - - - + + 672329de-2203-4d4b-9721-db5428ba573d - + - - + + passive.resistors - + - - + + 1 - + - - false - - - - - Plane - - Interior And Boundary - - - None - - - Additive - - - Toward_Reference_Point - - - ReferencePoint - - - - - - 119,42 - - - - + - + - - + + components\23kc5zsm - + - + - + - - false - - - - - Extrusion_From_6Pt_Polygon - - Interior And Boundary - - - None - - - Additive - - - Toward_Reference_Point - - - ExtrusionGeometry - - - + + R + - - 413,259 + + + + 28,210 + + + + + + 28,210 + + + + + + 28,210 + + + + + + 28,210 + + + + + + 28,210 + + + + + + 28,210 + - - - Interior And Boundary - - - None - - - Additive - - - Toward_Reference_Point - - - OrdinalPosition_6 + + Addition + + + String + + + 10000 + + + + + + + + + false + + + id-15cdbad5-6620-42a2-bf0d-3808956c1860 + + + + + + -inf..inf + + + + + + 10000 + + + + P1 + + + + + + 49,28 + + + + + + 49,28 + + + + + + 49,28 + + + + + + 49,28 + + + + + + 49,28 + + + + + + 49,28 + + + + + + 49,28 + + + + + + 49,28 + + + + + + 56,21 + + + + + + 49,28 + + + + + + + + + + + id-4cde194d-606e-4bdd-918c-ea63b4229a25 + + + + + + pwr + + + + + + 364,287 + + + + + + 364,287 + + + + + electrical_analog_pos.png + + + electrical_analog_pos.png + + + Modelica.Electrical.Analog.Interfaces.Pin + + + + + + + + + id-9ccc1c93-46c9-420c-a4fa-c67100aa6845 + + + + + + + + + + + AssemblyRoot - + - 357,525 + 112,112 @@ -34078,324 +33848,896 @@ - - 6 - - - OrdinalPosition_2 + + + + + + + CADModel - + - 357,140 + 609,462 + + + + + + 609,462 - + - + + AP 203 + + - + + Part + + - + + + + + + + + P2 + + + + + + 553,126 + + + + + + 553,126 + + + + + + 553,126 + + + + + + 553,126 + + + + + + 553,126 + + + + + + 553,126 + + + + + + 553,126 + + + + + + 553,126 + + + + + + 553,126 + + + + + + 553,126 + + + + - - 2 + + - - - OrdinalPosition_1 + + id-be3b9612-91e6-4ca3-a58d-a66412fbdd2f + + + + + + pwr + + + + + + 49,112 + + + + + + 49,112 + + + + + electrical_analog_pos.png + + + electrical_analog_pos.png + + + Modelica.Electrical.Analog.Interfaces.Pin + + + + + + + + + id-5c3dea08-c1a6-4fc5-bd76-103368e60218 + + + + + + + + + + + + + + + + CADParameter - + - 357,49 + 35,686 + + + + + + 140,385 + + + + + + 140,385 + + + + + + 140,385 + + + + + + 140,385 + + + + + + 140,385 - + + Addition + + + String + + - + + + + + + false + - + - - 1 + + -inf..inf - - - OrdinalPosition_4 + + + + + + + + + CADModel - + - 357,329 + 259,665 + + + + + + 259,665 - + - + + Creo + + - + + Part + + - + + 48F3D3FB1F15400BA9E16BFF5BE7861 + + + + + + 25,25 + + + + + 48F3D3FB1F15400BA9E16BFF5BE7861 + + + + + + + + + + + + cad.48F3D3FB1F15400BA9E16BFF5BE7861 + + + + + + false + + + + CS + + + + + + 125,25 + + + + + CS + + + + + + + + + + + + cad.CS + + + + + + false + + + + CADParameter + + + + + + 63,168 + + + + + Float + + + + + + CADParameter + + + CADParameter + + + -inf..inf + + + + + + + + + + + + + + + + + + + + + ModelicaModel + + + + + + 315,441 + + + + + + 315,441 + + + + + + 315,441 + + + + + + 315,441 + + + + + + 315,441 + + + + + + + + Modelica.Electrical.Analog.Basic.Resistor + + + + + + + + + n + + + + + + 497,42 + + + + + electrical_analog_pos.png + + + electrical_analog_pos.png + + + Modelica.Electrical.Analog.Interfaces.Pin + + + + + + + + + id-9d06782f-fa27-4191-9451-ec7d7ce6e2fa + + + 2 + + + + + + + R + + + + + + 224,21 + + + + + + + + id-c267e4df-f759-4129-b268-503d0c9c9249 + + + 10000 + + + + p + + + + + + 56,35 + + + + + electrical_analog_pos.png + + + electrical_analog_pos.png + + + Modelica.Electrical.Analog.Interfaces.Pin + + + + + + + + + id-865fd020-8bdc-4fe4-b16a-0a220d9ada39 + + + 1 + + + + + + + + pkg_0603.prt + + + + + + 343,574 + + + + - - 4 + + id-cea448f5-0f8c-44ae-99a4-e30a668604a2 + + + CAD Model Import tool added this resource object for the imported CAD file + + + CAD\pkg_0603.prt - - OrdinalPosition_3 + + Resource - + - 357,231 + 756,392 - - - - + - - + + id-92946605-e441-48f6-b859-315e294cedf5 - + - - 3 + + CAD\pkg_0603.step - - OrdinalPosition_5 + + CADParameterPortMap + + + + + Icon - + - 357,427 + 42,553 - - - - + - - + + id-655d446e-c3bf-48b1-8fea-25b70771b78b - + - - 5 + + Images/Icon.png - - OrdinalPosition_6 - + + + + Thing + + dome.png + + + 1c845f9c-3c4f-4418-b9a5-089664e307c3 + + + + + + + + + + + + 2 + + + {355bf193-04e7-4216-af04-6478a0256dca} + + + + + + + + + components/41nxu0dx/ + + + + + + + + + + + + cost + + + - - - - 693,462 - + + 105,84 - - - - - - - - - - - - - - - - - - - - false - - - - OrdinalPosition_5 - + - - - - 693,385 - + + 924,56 - - - - - - - - - - - - - - - - - - - - false - - - - OrdinalPosition_4 - + - - - - 693,294 - + + 924,56 - - - - - - - - - - - - - - - - - - - - false - - - - OrdinalPosition_3 - + - - - - 693,210 - + + 924,56 - - - - - - - - - - - - - - - - + - - - false - - - - OrdinalPosition_2 - + + 924,56 + + + - - - - 693,119 - + + 924,56 - + + + Addition + + + String + + + + + + + + + + + + false + + + id-9bd3cfd6-59b2-4990-ae6e-bf4c83a6ff4b + + + + + + -inf..inf + + + + + + 202.01 + + + + + Box + + a98f4bed-d316-4e06-a26b-791dfbe0c799 + + + + + + + + + + + + 3 + + + ab3f3a7e-8983-48a2-8063-3c01db974843 + + + + + + + + + components/5lvqvhdg/ + + + + + + + + + + + + Point0 + + + - - + + 756,112 + + + - - + + 756,112 + + + + + + + + + + + + + + + + + id-041d0ce3-3363-4ed0-be2b-99f279ccb520 + + + + + + false + + + + FACE5 + + + - - + + 112,301 + + + - - + + 112,49 + + + + + + + + + + + + + + + + + id-064bd603-9d05-4ab8-a24d-ef3c99763218 + + + + + + false + + + + PortComposition + + + + + CADModel + + + - - + + 518,189 + + + - - - false - - - - OrdinalPosition_1 + + 518,189 + + + + + + + + Creo + + + + + + Part + + + + + + FACE5 - + - 693,35 + 77,280 - - + + FACE5 @@ -34406,8 +34748,8 @@ - - + + id-0bd93251-8d38-4afb-8b1f-a445793b8cff @@ -34416,274 +34758,85 @@ false - - ExtrusionHeight + + FACE6 - + - 693,546 + 77,343 - - + + FACE6 - - - - - - - - - - - - false - - - - PortComposition - - w - - - - - - PortComposition - - w - - - - - - PortComposition - - w - - - - - - PortComposition - - w - - - - - - PortComposition - - w - - - - - - PortComposition - - w - - - - - - - Extrusion_From_5Pt_Polygon - - Interior And Boundary - - - None - - - Additive - - - Toward_Reference_Point - - - ExtrusionGeometry + + + + + + id-1cdb1700-2e86-4cd9-a123-6e07db5d0b5b + + + + + + false + + + + FACE1 - + - 448,224 + 77,28 - - Interior And Boundary + + FACE1 - - None + + - - Additive + + - - Toward_Reference_Point + + - - OrdinalPosition_5 - - - - - - 140,399 - - - - - - - - - - - - - - - - - 5 - - - - OrdinalPosition_1 - - - - - - 140,21 - - - - - - - - - - - - - - - - - 1 - - - - OrdinalPosition_2 - - - - - - 140,112 - - - - - - - - - - - - - - - - - 2 - - - - OrdinalPosition_3 - - - - - - 140,203 - - - - - - - - - - - - - - - - - 3 - - - - OrdinalPosition_4 - - - - - - 140,301 - - - - - - - - - - - - - - - - - 4 - - - - - OrdinalPosition_5 + + id-3648b58e-4e61-4d61-91b4-0f9ec6b9de27 + + + + + + false + + + + FACE3 - + - 693,385 + 77,154 - - + + FACE3 @@ -34694,8 +34847,8 @@ - - + + id-3f377209-8a0d-4461-958a-8c96c1ae33b4 @@ -34704,19 +34857,19 @@ false - - OrdinalPosition_4 + + PNT2 - + - 693,294 + 308,168 - - + + PNT2 @@ -34727,8 +34880,8 @@ - - + + id-534e12c7-111c-4de7-9715-a2f987aa5bc9 @@ -34737,19 +34890,19 @@ false - - OrdinalPosition_3 + + FACE2 - + - 693,210 + 77,91 - - + + FACE2 @@ -34760,8 +34913,8 @@ - - + + id-77b94163-2658-43be-9f59-2eed5768184f @@ -34770,19 +34923,19 @@ false - - OrdinalPosition_2 + + FACE4 - + - 693,119 + 77,217 - - + + FACE4 @@ -34793,8 +34946,8 @@ - - + + id-8b98133a-bd9e-4e4c-a893-3901bb37a2b6 @@ -34803,19 +34956,19 @@ false - - OrdinalPosition_1 + + PNT1 - + - 693,28 + 308,91 - - + + PNT1 @@ -34826,8 +34979,8 @@ - - + + id-b79adb6e-3d1e-4517-b73f-de27824a6375 @@ -34836,19 +34989,19 @@ false - - ExtrusionHeight + + PNT0 - + - 693,469 + 301,21 - - + + PNT0 @@ -34859,8 +35012,8 @@ - - + + id-d941a582-8054-4f07-9f93-43e41a886121 @@ -34869,95 +35022,370 @@ false - - PortComposition - - w + + + FACE3 + + + + + + 112,175 + - - - - - PortComposition - - w + + + + 112,49 + - - - - - PortComposition - - w + + + + + + + + + + + + + + + id-21c5f359-f455-4072-a67b-7f3832c7d2d8 + + + + + + false + + + + PortComposition + + + + + FACE1 + + + + + + 112,49 + - - - - - PortComposition - - w + + + + 112,49 + + + + + + + + + + + + + + + + + id-2b23e16e-b41b-42b5-80fe-7f075e6932ba + + + + + + false + + + + PortComposition + + + + + Point + + + + + + 777,238 + + + + + + 756,112 + + + + + + + + + + + + + + + + + id-4450b549-6f1e-4f07-9d66-06c8365c8fdb + + + + + + false + + + + PortComposition + + + + + FACE6 + + + + + + 112,364 + + + + + + 112,49 + + + + + + + + + + + + + + + + + id-78e9d85c-37b3-4edf-80d8-c91da0ebde5c + + + + + + false + + + + FACE4 + + + + + + 112,238 + + + + + + 112,49 + + + + + + + + + + + + + + + + + id-9e149ebc-245c-4ee8-9c62-804dd112df8a + + + + + + false + + + + PortComposition + + s + + + + + + UsesResource + + + + + PortComposition + + e + + + + + + PortComposition + + E + + + + + + FACE2 + + + + + + 112,112 + + + + + + 112,49 + + + + + + + + + + + + + + + + + id-d5d3da13-583e-443e-b62f-074f818f48eb + + + + + + false + + + + Point + + + + + + 749,182 + - - - - - PortComposition - - w + + + + 756,112 + - - - - - - Extrusion_From_4Pt_Polygon - - Interior And Boundary + + + - - None + + - - Additive + + - - Toward_Reference_Point + + - - ExtrusionGeometry - + + id-dfe3c9e4-b2ab-479e-9b84-552596b5932c + + + + + + false + + + + PortComposition + + + + + PortComposition + + + + + Resource + + + - - - - 357,224 - + + 553,98 - - Interior And Boundary - - - None - - - Additive - - - Toward_Reference_Point - - - OrdinalPosition_4 - - - - - - 266,329 - - - + + + + + + id-fddc27ff-cc5e-4f58-9b02-6d22f20c7610 + + + + + + CAD\box.prt + + + + + + PortLibrary CyPhy_PortLib + + Interface and Port Definitions + + Ports + + Abstract Ports + + InputSignal @@ -34970,21 +35398,39 @@ - - 4 + + + ElectricalPower + + + + + + + + + + + - - OrdinalPosition_3 - + + RotationalPower + - - - - 266,231 - - - + + + + + + + + + + + + + Signal @@ -34997,21 +35443,51 @@ - - 3 + + + Bus + + + + + + + + + + + - - OrdinalPosition_2 - + + OutputSignal + - - - - 266,140 - - + + + + + + + + + + + + + + Modelica Ports + + SteeringControlBus + + bus.png + + + bus_icon.png + + C2M2L_Ext.C2M2L_Component_Building_Blocks.Drive_Line.Cross_Drive_Steering.Common_Controls.Steering_Control_Bus + @@ -35024,21 +35500,21 @@ - - 2 - - - - OrdinalPosition_1 - + - - - - 266,49 - - + + + + TorqueConverterControlBus + + bus.png + + + bus_icon.png + + C2M2L_Ext.C2M2L_Component_Building_Blocks.Drive_Line.Torque_Converters.Common_Controls.Torque_Converter_Control_Bus + @@ -35051,881 +35527,615 @@ - - 1 - - - - - OrdinalPosition_4 - - - + - - 609,378 - + + + + HydraulicPower + + simple_fluid_a.png - - - - - - - - - - - - - - - - - - - - - false - - - - OrdinalPosition_3 - - - - - - 609,280 - + + simple_fluid_a.png - - - - - - - - - - - - - - - - - - - - - false - - - - ExtrusionHeight - - - + + C2M2L_Ext.Fluid.Hydraulics_Simple.Interfaces.Hydraulic_Port + + - - 609,476 - - - - - - - - - - - - - - - - - - - - - - - false - - - - OrdinalPosition_2 - - - + + - - 609,189 - - - - - - - - - - - - - - - - - - - - - - - false - - - - OrdinalPosition_1 - - - + + - - 609,98 - - - - - - - - - - - - - - - - - - - - - - - false - - - - PortComposition - - w - - - - - - PortComposition - - w - - - - - - PortComposition - - w - - - - - - PortComposition - - w - - - - - - - 6Pt_Polygon - - Interior And Boundary - - - None - - - Additive - - - Toward_Reference_Point - - - OrdinalPosition_6 - - - + + - - 140,497 - - - - - - - - - - - - - - - - - 6 - - - - OrdinalPosition_5 - - - + + - - 140,399 - + + + + FlangeWithBearing + + RotationalPowerPort.png - - - - - - - - - - - - - - - 5 - - - - OrdinalPosition_3 - - - + + RotationalPowerPort.png + + + Modelica.Mechanics.MultiBody.Interfaces.FlangeWithBearing + + + + + + + + - - 140,203 - - - - - - - - - - - - - - - - - 3 - - - - OrdinalPosition_4 - - - + + - - 140,301 + + + + + + includeBearingConnector + + + + + + 441,231 + + + + + + + + + + false + + + + + BooleanOutput + + Modelica_BooleanOutput.png - - - - - - - - - - - - - - - 4 - - - - OrdinalPosition_1 - - - + + Modelica_BooleanOutput_port.png + + + Modelica.Blocks.Interfaces.BooleanOutput + + - - 140,21 - + + + + + + + + + + + + + + + + BatteryBus + + bus.png - - - - - - - - - - - - - - - 1 - - - - OrdinalPosition_2 - - - + + bus_icon.png + + + C2M2L_Ext.Electrical.Interfaces.Battery_Bus + + - - 140,112 - + + + + + + + + + + + + + + + + IntegerInput + + Modelica_IntegerInput.png - - - - - - - - - - - - - - - 2 - - - - - 5Pt_Polygon - - Interior And Boundary - - - None - - - Additive - - - Toward_Reference_Point - - - OrdinalPosition_5 - - - + + Modelica_IntegerInput_port.png + + + Modelica.Blocks.Interfaces.IntegerInput + + - - 140,399 - + + + + + + + + + + + + + + + + ElectricalPin + + electrical_analog_pos.png - - - - - - - - - - - - - - - 5 - - - - OrdinalPosition_4 - - - + + electrical_analog_pos.png + + + Modelica.Electrical.Analog.Interfaces.Pin + + - - 140,301 - + + + + + + + + + + + + + + + + BrakeControlBus + + bus.png - - - - - - - - - - - - - - - 4 - - - - OrdinalPosition_3 - - - + + bus_icon.png + + + C2M2L_Ext.C2M2L_Component_Building_Blocks.Drive_Line.Brakes_Clutch.Common_Controls.Brake_Control_Bus + + - - 140,203 - + + + + + + + + + + + + + + + + RealOutput + + Modelica_RealOutput.png - - - - - - - - - - - - - - - 3 - - - - OrdinalPosition_2 - - - + + Modelica_RealOutput_port.png + + + Modelica.Blocks.Interfaces.RealOutput + + - - 140,112 - + + + + + + + + + + + + + + + + MultibodyFrame + + 3D_a.png - - - - - - - - - - - - - - - 2 - - - - OrdinalPosition_1 - - - + + 3D_a.png + + + Modelica.Mechanics.MultiBody.Interfaces.Frame + + - - 140,21 - + + + + + + + + + + + + + + + + BooleanInput + + Modelica_BooleanInput.png - - - - - - - - - - - - - - - 1 - - - - - 4Pt_Polygon - - Interior And Boundary - - - None - - - Additive - - - Toward_Reference_Point - - - OrdinalPosition_4 - - - + + Modelica_BooleanInput_port.png + + + Modelica.Blocks.Interfaces.BooleanInput + + - - 140,301 - + + + + + + + + + + + + + + + + TranslationalFlange + + Modelica_TranslationalFlange.png - - - - - - - - - - - - - - - 4 - - - - OrdinalPosition_3 - - - + + Modelica_TranslationalFlange_port.png + + + Modelica.Mechanics.Translational.Interfaces.Flange_a + + - - 140,203 - + + + + + + + + + + + + + + + + HeatPort + + heat_transfer_a.png - - - - - - - - - - - - - - - 3 - - - - OrdinalPosition_2 - - - + + heat_transfer_a.png + + + Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a + + - - 140,112 - + + + + + + + + + + + + + + + + FluidPort + + simple_fluid_a.png - - - - - - - - - - - - - - - 2 - - - - OrdinalPosition_1 - - - + + simple_fluid_a.png + + - - 140,21 - - - - - - - - - - - - - - - - 1 - - - - - Sphere - - Interior And Boundary - - - None - - - Additive - - - SphereCenter - - - + + Modelica.Fluid.Interfaces.FluidPort_a + + - - 126,147 + + + + + + + + + + + + + + + Medium + + + + + + 364,245 + + + + + + + Package + + + + + + Modelica.Media.Interfaces.PartialMedium + + + + + DriverBus + + bus.png - - - - - - - - - - - - - - - - - - - - - false - - - - SphereEdge - - - + + bus_icon.png + + + C2M2L_Ext.Interfaces.Context_Interfaces.Driver.Driver_Bus + + - - 126,49 - + + + + + + + + + + + + + + + + AtmosphericEnvironmentBus + + C2M2L_Ext.Interfaces.Context_Interfaces.Atmospheric_Environment.Atmospheric_Environment_Bus + + + + + + + + + + + + + + + + + + + FlowPort + + thermo_fluid_a.png - - - - - - - - - - - - - - - - - - - - - false - - - - - 3Pt_Polygon - - Interior And Boundary - - - None - - - Additive - - - Toward_Reference_Point - - - OrdinalPosition_3 - - - + + thermo_fluid_a.png + + + Modelica.Thermal.FluidHeatFlow.Interfaces.FlowPort_a + + - - 140,189 - + + + + + + + + + + + + + + + medium + + + + + + + + + + + + + EngineControlBus + + bus.png - - - - - - - - - - - - - - - 3 - - - - OrdinalPosition_2 - - - + + bus_icon.png + + + C2M2L_Ext.C2M2L_Component_Building_Blocks.Prime_Movers.Common_Controls.Engine_Control_Bus + + - - 140,105 - + + + + + + + + + + + + + + + + IntegerOutput + + Modelica_IntegerOutput.png - - - - - - - - - - - - - - - 2 - - - - OrdinalPosition_1 - - - + + Modelica_IntegerOutput_port.png + + + Modelica.Blocks.Interfaces.IntegerOutput + + - - 140,21 - + + + + + + + + + + + + + + + + RealInput + + Modelica_RealInput.png - - - - - - - - - - - - - - - 1 - - - - - Extrusion_From_3Pt_Polygon - - Interior And Boundary - - - None - - - Additive - - - Toward_Reference_Point - - - ExtrusionGeometry - - - + + Modelica_RealInput_port.png + + + Modelica.Blocks.Interfaces.RealInput + + - - 385,140 - + + + + + + + + + + + + + + + + ElectricMachineBus + + bus.png - - - Interior And Boundary - - - None - - - Additive - - - Toward_Reference_Point - - - OrdinalPosition_3 - + + bus_icon.png + + + C2M2L_Ext.Electrical.Interfaces.Electric_Machine_Bus + + - - - - 462,259 - - + + + + + + + + + + + + + + + + RangePackControlBus + + bus.png + + + bus_icon.png + + C2M2L_Ext.C2M2L_Component_Building_Blocks.Drive_Line.Range_Packs.Common_Controls.Range_Pack_Control_Bus + @@ -35938,21 +36148,21 @@ - - 3 - - - - OrdinalPosition_2 - + - - - - 462,175 - - + + + + RotationalFlange + + Modelica_RotationalFlange.png + + + Modelica_RotationalFlange_port.png + + Modelica.Mechanics.Rotational.Interfaces.Flange_a + @@ -35965,423 +36175,213 @@ - - 2 + + - - - OrdinalPosition_1 + + + + Taxonomy + + RealOutput - + - 462,91 + 938,357 - - - - - - - - - - - - - - 1 - - - - - OrdinalPosition_3 - - - + + + SubtypeOf + + + + + SubtypeOf + + + + + ElectricalPower + - - 637,245 + + + + 336,98 + - - - - - - - - - - - - - - - - - - - - - false - - - - ExtrusionHeight - - - + + 0 + + + + ElectricalPin + - - 637,336 + + + + 336,217 + - - - - - - - - - - - - - - - - - - - - - false - - - - OrdinalPosition_2 - - - + + + SubtypeOf + + + + + BooleanOutput + - - 637,161 + + + + 1022,357 + - - - - - - - - - - - - - - - - - - - - - false - - - - OrdinalPosition_1 - - - + + + SubtypeOf + + + + + IntegerInput + - - 637,63 + + + + 637,357 + - - - - - - - - - - - - - - - - - - - - - false - - - - PortComposition - - w - - - - - - PortComposition - - w - - - - - - PortComposition - - w - - - - - - - Cylinder - - Interior And Boundary - - - IncludeEndCaps - - - None - - - Additive - - - CylinderRadius - - - + + + InputSignal + - - 119,161 + + + + 630,217 + - - - - - - - - - - - - - - - - - - - - - false - - - - CylinderStart - - - + + 0 + + + + SubtypeOf + + + + + SubtypeOf + + + + + OutputSignal + - - 119,42 + + + + 931,217 + - - - - - - - - - - - - - - - - - - - - - false - - - - CylinderEnd - - - + + 0 + + + + SubtypeOf + + sW + + + + + + RealInput + - - 119,287 + + + + 553,357 + - - - - - - - - - - - - - - - - - - - - - false - - - - - Circle - - Interior And Boundary - - - None - - - Additive - - - CircleEdge_2 - - - + + + BooleanInput + - - 105,119 + + + + 728,357 + - - - - - - - - - - - - - - - - - - - - - false - - - - CircleEdge_1 - - - + + + SubtypeOf + + sE + + + + + + Signal + - - 105,28 + + + + 777,98 + - - - - - - - - - - - - - - - - - - - - - false - - - - CircleCenter - - - + + 0 + + + + SubtypeOf + + + + + IntegerOutput + - - 105,217 + + + + 854,357 + - - - - - - - - - - - - - - - - - - - - - false - - - + + + - 131872867917732080 + 132322507988401410 diff --git a/test/CyPhyPETTest/Test_run_mdao.cs b/test/CyPhyPETTest/Test_run_mdao.cs index cd8514bcf..88d4e2226 100644 --- a/test/CyPhyPETTest/Test_run_mdao.cs +++ b/test/CyPhyPETTest/Test_run_mdao.cs @@ -733,7 +733,7 @@ public void Constants() var json_expected = Newtonsoft.Json.Linq.JObject.Parse(@"{ 'parameters': {}, 'unknowns': { - 'Array': { + 'const_Array': { 'units': '1e-09*m**2*kg/s**2/A**2', 'value': [ 1.0, @@ -741,15 +741,15 @@ public void Constants() 3.3 ] }, - 'Float': { + 'const_Float': { 'units': 'A*J**-1', 'value': 3.2 }, - 'Integer': { + 'const_Integer': { 'units': '4046.8564224*m**2', 'value': 4 }, - 'String': { + 'const_String': { 'value': 'AString' } }, From 0a3735d9d9cda24b39b78806f66eb11c8937fa2b Mon Sep 17 00:00:00 2001 From: Fraser LeFevre Date: Tue, 26 May 2020 11:29:14 -0600 Subject: [PATCH 3/3] Changed Feedback Errors to Warnings --- .../WorkFlow_PET.xme | 43610 ++++++++-------- src/CyPhyPET/Rules/Global.cs | 16 +- test/CyPhyPETTest/Test_run_mdao.cs | 8 +- 3 files changed, 21823 insertions(+), 21811 deletions(-) diff --git a/models/PET_simple_proof-of-concept/WorkFlow_PET.xme b/models/PET_simple_proof-of-concept/WorkFlow_PET.xme index 83271e4d8..01e4c1fac 100644 --- a/models/PET_simple_proof-of-concept/WorkFlow_PET.xme +++ b/models/PET_simple_proof-of-concept/WorkFlow_PET.xme @@ -1,961 +1,1229 @@ - + RootFolder - + RootFolder - - CADResourceLibrary - - GeometryDefinition - - 4Pt_Polygon - - Interior And Boundary - - - None - - - Additive - - - Toward_Reference_Point - - - OrdinalPosition_3 - - - - - - 140,203 - - - - - - - - - - - - - - - - - 3 - - - - OrdinalPosition_1 - - - - - - 140,21 - - + + Components + + passive + + resistors + + Resistor_R0603 + + .\components\23kc5zsm\Images\Icon.png - - + + 672329de-2203-4d4b-9721-db5428ba573d - + - - + + passive.resistors - + - + 1 - - - OrdinalPosition_2 - - - - - - 140,112 - - - - - - - + - + - + - - 2 - - - - OrdinalPosition_4 - - - - - - 140,301 - - - - - + + components\23kc5zsm - + - + - + - - 4 - - - - - Extrusion_From_4Pt_Polygon - - Interior And Boundary - - - None - - - Additive - - - Toward_Reference_Point - - - OrdinalPosition_3 - - - + + P1 + - - 609,280 + + + + 49,28 + - - - - - - - - - - - - - - - - - - - - - - false - - - - OrdinalPosition_1 - - - - - - 609,98 + + + + 49,28 + - - - - - - - - - - - - - - - - - - - - - - false - - - - OrdinalPosition_2 - - - - - - 609,189 + + + + 49,28 + - - - - - - - - - - - - - - - - - - - - - - false - - - - PortComposition - - w - - - - - - ExtrusionGeometry - - - - - - 357,224 + + + + 49,28 + - - - - Interior And Boundary - - - None - - - Additive - - - Toward_Reference_Point - - - OrdinalPosition_4 - - - + - 266,329 + 49,28 - - - - - - - - - - - - - - - 4 - - - - OrdinalPosition_2 - - - + - 266,140 + 49,28 + + + + + + 49,28 + + + + + + 49,28 + + + + + + 56,21 + + + + + + 49,28 - + - - + + id-4cde194d-606e-4bdd-918c-ea63b4229a25 - + - - 2 - - - - OrdinalPosition_3 + + pwr + + + + + + 364,287 + + + + + + 364,287 + + + + + electrical_analog_pos.png + + + electrical_analog_pos.png + + + Modelica.Electrical.Analog.Interfaces.Pin + + + + + + + + + id-9ccc1c93-46c9-420c-a4fa-c67100aa6845 + + + + + + + + + + + P2 - + - 266,231 + 553,126 + + + + + + 553,126 + + + + + + 553,126 + + + + + + 553,126 + + + + + + 553,126 + + + + + + 553,126 + + + + + + 553,126 + + + + + + 553,126 + + + + + + 553,126 + + + + + + 553,126 - + - - + + id-be3b9612-91e6-4ca3-a58d-a66412fbdd2f - + - - 3 - - - - OrdinalPosition_1 + + pwr + + + + + + 49,112 + + + + + + 49,112 + + + + + electrical_analog_pos.png + + + electrical_analog_pos.png + + + Modelica.Electrical.Analog.Interfaces.Pin + + + + + + + + + id-5c3dea08-c1a6-4fc5-bd76-103368e60218 + + + + + + + + + + + ModelicaModel - + - 266,49 + 315,441 - - - - - - - - - - - + + + + 315,441 + + + + + + 315,441 + + + + + + 315,441 + + + + + + 315,441 + + + + - - 1 + + Modelica.Electrical.Analog.Basic.Resistor - - - - PortComposition - - w - - - - - - PortComposition - - w - - - - - - PortComposition - - w - - - - - - OrdinalPosition_4 - - - + - - 609,378 + + + + + + n + + + + + + 497,42 + + - - - - - - - - - - - - - - - - - - - - - - false - - - - ExtrusionHeight - - - + + electrical_analog_pos.png + + + electrical_analog_pos.png + + + Modelica.Electrical.Analog.Interfaces.Pin + + + + + + + + + id-9d06782f-fa27-4191-9451-ec7d7ce6e2fa + + + 2 + + + + + + + p + + + + + + 56,35 + + + + + electrical_analog_pos.png + + + electrical_analog_pos.png + + + Modelica.Electrical.Analog.Interfaces.Pin + + + + + + + + + id-865fd020-8bdc-4fe4-b16a-0a220d9ada39 + + + 1 + + + + + + + R + + + + + + 224,21 + + + + + + + + id-c267e4df-f759-4129-b268-503d0c9c9249 + + + 10000 + + + + + CADModel + - - 609,476 + + + + 259,665 + + + + + + 259,665 + - - - - - - - - - - - - - - - - - - - - - false - - - - - Circle - - Interior And Boundary - - - None - - - Additive - - - CircleEdge_2 - - - + - - 105,119 + + + Creo + + + + + + Part + + + + + + 48F3D3FB1F15400BA9E16BFF5BE7861 + + + + + + 25,25 + + - - - - - - - - - - - - - - - - - - - - - - false - - - - CircleEdge_1 - - - + + 48F3D3FB1F15400BA9E16BFF5BE7861 + + + + + + + + + + + + cad.48F3D3FB1F15400BA9E16BFF5BE7861 + + + + + + false + + + + CS + + + + + + 125,25 + + + + + CS + + + + + + + + + + + + cad.CS + + + + + + false + + + + CADParameter + + + + + + 63,168 + + + + + Float + + + + + + CADParameter + + + CADParameter + + + -inf..inf + + + + + + + + + + + CADModel + - - 105,28 + + + + 609,462 + + + + + + 609,462 + - - - - - - - - - - - - - - - - - - - - - false - - - - CircleCenter - - - + - - 105,217 + + + AP 203 + + + + + + Part + + + + + + + Icon + + + + + + 42,553 + - - - - - - - - - - - - - - - - - - - - - false - - - - - 5Pt_Polygon - - Interior And Boundary - - - None - - - Additive - - - Toward_Reference_Point - - - OrdinalPosition_1 - - - + - - 140,21 + + + id-655d446e-c3bf-48b1-8fea-25b70771b78b + + + + + + Images/Icon.png + + + + pkg_0603.prt + + + + + + 343,574 + - - - - - - - - - - - - - - - 1 - - - - OrdinalPosition_2 + + + + + id-cea448f5-0f8c-44ae-99a4-e30a668604a2 + + + CAD Model Import tool added this resource object for the imported CAD file + + + CAD\pkg_0603.prt + + + + Resource + + + + + + 756,392 + + + + + + + + id-92946605-e441-48f6-b859-315e294cedf5 + + + + + + CAD\pkg_0603.step + + + + AssemblyRoot + + + + + + 112,112 + + + + + + + + + + + + + + + + + + CADParameter + + + + + + 35,686 + + + + + + 140,385 + + + + + + 140,385 + + + + + + 140,385 + + + + + + 140,385 + + + + + + 140,385 + + + + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + + + + + R + + + + + + 28,210 + + + + + + 28,210 + + + + + + 28,210 + + + + + + 28,210 + + + + + + 28,210 + + + + + + 28,210 + + + + + Addition + + + String + + + 10000 + + + + + + + + + false + + + id-15cdbad5-6620-42a2-bf0d-3808956c1860 + + + + + + -inf..inf + + + + + + 10000 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + CADParameterPortMap + + + + + + + + Thing + + dome.png + + + 1c845f9c-3c4f-4418-b9a5-089664e307c3 + + + + + + + + + + + + 2 + + + {355bf193-04e7-4216-af04-6478a0256dca} + + + + + + + + + components/41nxu0dx/ + + + + + + + + + + + + cost + + + + + + 105,84 + + + + + + 924,56 + + + + + + 924,56 + + + + + + 924,56 + + + + + + 924,56 + + + + + + 924,56 + + + + + Addition + + + String + + + + + + + + + + + + false + + + id-9bd3cfd6-59b2-4990-ae6e-bf4c83a6ff4b + + + + + + -inf..inf + + + + + + 202.01 + + + + + Box + + a98f4bed-d316-4e06-a26b-791dfbe0c799 + + + + + + + + + + + + 3 + + + ab3f3a7e-8983-48a2-8063-3c01db974843 + + + + + + + + + components/5lvqvhdg/ + + + + + + + + + + + + CADModel + + + + + + 518,189 + + + + + + 518,189 + + + + + + + + Creo + + + + + + Part + + + + + + FACE1 - + - 140,112 + 77,28 + + FACE1 + - + + + id-3648b58e-4e61-4d61-91b4-0f9ec6b9de27 + - - 2 + + false - - OrdinalPosition_5 + + FACE2 - + - 140,399 + 77,91 + + FACE2 + - + + + id-77b94163-2658-43be-9f59-2eed5768184f + - - 5 + + false - - OrdinalPosition_3 + + FACE3 - + - 140,203 + 77,154 + + FACE3 + - + + + id-3f377209-8a0d-4461-958a-8c96c1ae33b4 + - - 3 + + false - - OrdinalPosition_4 + + FACE4 - + - 140,301 + 77,217 + + FACE4 + - + + + id-8b98133a-bd9e-4e4c-a893-3901bb37a2b6 + - - 4 + + false - - - 6Pt_Polygon - - Interior And Boundary - - - None - - - Additive - - - Toward_Reference_Point - - - OrdinalPosition_4 + + FACE5 - + - 140,301 + 77,280 + + FACE5 + - - - - - - - - 4 - - - - OrdinalPosition_5 - - - - - - 140,399 - - - - - - - - - - - - - - - - - 5 - - - - OrdinalPosition_6 - - - - - - 140,497 - - - - - - - - - - - - - - - - - 6 - - - - OrdinalPosition_1 - - - - - - 140,21 - - - - - - - - - - - - - - - - - 1 - - - - OrdinalPosition_3 - - - - - - 140,203 - - - - - - - - - - - - - - - - - 3 - - - - OrdinalPosition_2 - - - - - - 140,112 - - - - - - - - - - - - - - - - - 2 - - - - - Plane - - Interior And Boundary - - - None - - - Additive - - - Toward_Reference_Point - - - ReferencePoint - - - - - - 119,42 - - - - - - - - - - - - - - - - + + + id-0bd93251-8d38-4afb-8b1f-a445793b8cff + @@ -963,34 +1231,19 @@ false - - - Extrusion_From_6Pt_Polygon - - Interior And Boundary - - - None - - - Additive - - - Toward_Reference_Point - - - ExtrusionHeight + + FACE6 - + - 693,546 + 77,343 - - + + FACE6 @@ -1001,8 +1254,8 @@ - - + + id-1cdb1700-2e86-4cd9-a123-6e07db5d0b5b @@ -1011,27 +1264,19 @@ false - - PortComposition - - w - - - - - - OrdinalPosition_2 + + PNT0 - + - 693,119 + 301,21 - - + + PNT0 @@ -1042,8 +1287,8 @@ - - + + id-d941a582-8054-4f07-9f93-43e41a886121 @@ -1052,19 +1297,19 @@ false - - OrdinalPosition_3 + + PNT1 - + - 693,210 + 308,91 - - + + PNT1 @@ -1075,8 +1320,8 @@ - - + + id-b79adb6e-3d1e-4517-b73f-de27824a6375 @@ -1085,35 +1330,19 @@ false - - PortComposition - - w - - - - - - PortComposition - - w - - - - - - OrdinalPosition_6 + + PNT2 - + - 693,462 + 308,168 - - + + PNT2 @@ -1124,8 +1353,8 @@ - - + + id-534e12c7-111c-4de7-9715-a2f987aa5bc9 @@ -1134,1433 +1363,1330 @@ false - - OrdinalPosition_1 - + + + Resource + + + - - - - 693,35 - + + 553,98 - - - - - - - - - - - - - + + + + + + id-fddc27ff-cc5e-4f58-9b02-6d22f20c7610 + + + + + + CAD\box.prt + + + + FACE1 + + + - - + + 112,49 + + + - - - false - - - - PortComposition - - w + + 112,49 + - - - - - OrdinalPosition_4 - + + + + + + + + + + + + + + + id-2b23e16e-b41b-42b5-80fe-7f075e6932ba + + + + + + false + + + + FACE2 + + + - - - - 693,294 - + + 112,112 - + - - + + 112,49 + + + + + + + + + + + + + + + + + id-d5d3da13-583e-443e-b62f-074f818f48eb + + + + + + false + + + + FACE3 + + + - - + + 112,175 + + + - - + + 112,49 + + + + + + + + + + + + + + + + + id-21c5f359-f455-4072-a67b-7f3832c7d2d8 + + + + + + false + + + + FACE4 + + + - - + + 112,238 + + + - - + + 112,49 + + + + + + + + + + + + + + + + + id-9e149ebc-245c-4ee8-9c62-804dd112df8a + + + + + + false + + + + FACE5 + + + - - - false - - - - ExtrusionGeometry - + + 112,301 + + + - - - - 413,259 - + + 112,49 - - Interior And Boundary - - - None - - - Additive - - - Toward_Reference_Point - - - OrdinalPosition_1 - - - - - - 357,49 - - + + + + + + + + + + + + + + + id-064bd603-9d05-4ab8-a24d-ef3c99763218 + + + + + + false + + + + FACE6 + + + + + + 112,364 - + + + + + 112,49 + + + + + + + + + + + + + + + + + id-78e9d85c-37b3-4edf-80d8-c91da0ebde5c + + + + + + false + + + + Point0 + + + + + + 756,112 + + + + + + 756,112 + + + + + + + + + + + + + + + + + id-041d0ce3-3363-4ed0-be2b-99f279ccb520 + + + + + + false + + + + Point + + + + + + 749,182 + + + + + + 756,112 + + + + + + + + + + + + + + + + + id-dfe3c9e4-b2ab-479e-9b84-552596b5932c + + + + + + false + + + + Point + + + + + + 777,238 + + + + + + 756,112 + + + + + + + + + + + + + + + + + id-4450b549-6f1e-4f07-9d66-06c8365c8fdb + + + + + + false + + + + PortComposition + + + + + PortComposition + + + + + PortComposition + + e + + + + + + PortComposition + + + + + PortComposition + + s + + + + + + PortComposition + + + + + UsesResource + + + + + PortComposition + + E + + + + + + PortComposition + + + + + PortComposition + + + + + + + Designs + + SimpleSystem + + + + + {ec537329-2daf-42cc-b1a7-076d594052a3} + + + + + + 4 + + + + + + + + + designs\v4wqtw3axj3 + + + Resistor_R0603 + + + + ,id-0067-000001d8,id-0065-00000025 + + + 26d3e22d-5567-4cde-b1d2-5dd672e6d967 + + + id-0065-00000025 + + + + + + + + 553,175 + + + + + 672329de-2203-4d4b-9721-db5428ba573d + + + + + + passive.resistors + + + + + + 1 + + + 26d3e22d-5567-4cde-b1d2-5dd672e6d967 + + + + + + + + + components\23kc5zsm + + + + + + + + + + + + P1 + + + + + + + + id-4cde194d-606e-4bdd-918c-ea63b4229a25 + + + + + + pwr + + Modelica.Electrical.Analog.Interfaces.Pin + + - + + id-9ccc1c93-46c9-420c-a4fa-c67100aa6845 + + - + - - 1 + + + + P2 + + + + + + + + id-be3b9612-91e6-4ca3-a58d-a66412fbdd2f + + + + + + pwr + + Modelica.Electrical.Analog.Interfaces.Pin - - - OrdinalPosition_6 - - - - - - 357,525 - - - - + - + + id-5c3dea08-c1a6-4fc5-bd76-103368e60218 + + - + - - 6 + + + + ModelicaModel + + + + + Modelica.Electrical.Analog.Basic.Resistor + + + + + + + + + p + + Modelica.Electrical.Analog.Interfaces.Pin - - - OrdinalPosition_4 - - - - - - 357,329 - - - - + - - + + id-865fd020-8bdc-4fe4-b16a-0a220d9ada39 - + + 1 + + - - 4 + + + n + + Modelica.Electrical.Analog.Interfaces.Pin - - - OrdinalPosition_5 - - - - - - 357,427 - - - - + - + + id-9d06782f-fa27-4191-9451-ec7d7ce6e2fa + + + 2 + + - + + + R + - - 5 + + id-c267e4df-f759-4129-b268-503d0c9c9249 - - - OrdinalPosition_3 - - - - - - 357,231 - - - - + + 10000 + + + + + CADModel + + + + + Creo + + + + + + Part + + + + + + CS + + CS + + - + - + - + + cad.CS + + - - 3 + + false - - OrdinalPosition_2 - - - - - - 357,140 - - - - + + 48F3D3FB1F15400BA9E16BFF5BE7861 + + 48F3D3FB1F15400BA9E16BFF5BE7861 + + - + - + - + + cad.48F3D3FB1F15400BA9E16BFF5BE7861 + + - - 2 + + false - - - PortComposition - - w - - - - - - OrdinalPosition_5 - - - - - - 693,385 - - - - - - - - - - - - - - - - - - - - - - - false - - - - PortComposition - - w - - - - - - - Extrusion_From_3Pt_Polygon - - Interior And Boundary - - - None - - - Additive - - - Toward_Reference_Point - - - ExtrusionGeometry - - - - - - 385,140 - - - - - Interior And Boundary - - - None - - - Additive - - - Toward_Reference_Point - - - OrdinalPosition_2 - - - - - - 462,175 - - - - - - - - - - - - - - - - - 2 - - - - OrdinalPosition_3 - - - - - - 462,259 - - - - - - - - - - - + + CADParameter + + Float - + - - 3 - - - - OrdinalPosition_1 - - - - - - 462,91 - - - - - + + CADParameter - - + + CADParameter - - + + -inf..inf - + - - 1 + + 0 - + - - OrdinalPosition_2 - - - - - - 637,161 - - - - + + CADModel + - - + + AP 203 - + - + + Part + + - + + + Icon + - + + id-655d446e-c3bf-48b1-8fea-25b70771b78b + + - - false + + Images/Icon.png - - PortComposition - - w - - - - - - PortComposition - - w - - - - - - ExtrusionHeight - - - - - - 637,336 - - - - + + Resource + - - + + id-92946605-e441-48f6-b859-315e294cedf5 - + - - + + CAD\pkg_0603.step - + + + pkg_0603.prt + - - + + id-cea448f5-0f8c-44ae-99a4-e30a668604a2 - - false + + CAD Model Import tool added this resource object for the imported CAD file - - - PortComposition - - w - - - - - - OrdinalPosition_1 - - - - - - 637,63 - - - - - + + CAD\pkg_0603.prt + + + AssemblyRoot - - - - - false - - - OrdinalPosition_3 - - - - - - 637,245 - - - - - - - - + + CADParameter + + Addition - - + + String - + - + - + - + false - - - - Cylinder - - Interior And Boundary - - - IncludeEndCaps - - - None - - - Additive - - - CylinderRadius - - - - - - 119,161 - - - - + - + - - + + -inf..inf - + - + - - + + + R + + Addition - - false + + String - - - CylinderStart - - - - - - 119,42 - - - - - + + 10000 - + - + - - + + false - + + id-15cdbad5-6620-42a2-bf0d-3808956c1860 + + - + + -inf..inf + + - - false + + 10000 - - - CylinderEnd - + + + + + + + + + + + + + + + + + + CADParameterPortMap + + + + Thing + + + + ,id-0067-000001d7,id-0065-00000031 + + + a0f3fe04-910f-4235-99f5-a338c0b6dd6e + + + id-0065-00000031 + + + + + - - - - 119,287 - + + 252,168 - + + + 98,98 + + + + + 1c845f9c-3c4f-4418-b9a5-089664e307c3 + + + + + + + + + + + + 2 + + + a0f3fe04-910f-4235-99f5-a338c0b6dd6e + + + + + + + + + components/41nxu0dx/ + + + + + + + + + + + + cost + + Addition - + + String + + - + - + - + + false + + + id-9bd3cfd6-59b2-4990-ae6e-bf4c83a6ff4b + + - + + -inf..inf + + - - false + + 202.01 - + - - Sphere - - Interior And Boundary - - - None - - - Additive - - - SphereCenter - - - - - - 126,147 - + + CADParameter + + + + + + 35,357 - - - - - - - - - - - - - - - - - - - - false - - - - SphereEdge - + - - - - 126,49 - + + 231,364 - - - - - - - - - - - - - + - - + + 231,364 + + + - - - false - - - - - Surface - - Interior And Boundary + + 231,364 + + + + + Addition - - None + + String - - Additive + + - - Toward_Reference_Point + + - - ReferenceSurface - + + + + + false + + + id-b39b7114-51b4-43d1-a62e-1ecc0d649ed2 + + + + + + -inf..inf + + + + + + + + + + ValueFlow + + + + + + + + + Box + + + + + {27f45fa2-9be1-4a0f-883b-b0246581d370} + + + + + + 2 + + + + + + + + + designs\qfclruji5u3 + + + FACE1 + + + - - - - 133,77 - + + 749,91 - - ALIGN - - - - - - - - - - - - - - - - - + - - - false - - - - - 3Pt_Polygon - - Interior And Boundary + + 749,91 + + + + + - - None + + - - Additive + + - - Toward_Reference_Point + + - - OrdinalPosition_1 - + + id-db81f48e-f29a-4569-abc0-74a79e91b941 + + + + + + false + + + + FACE2 + + + - - - - 140,21 - + + 749,154 - - - - - - - - - - - - - - 1 - - - - OrdinalPosition_3 - + - - - - 140,189 - + + 749,91 - - - - - - - - - - - - - - 3 - - - - OrdinalPosition_2 - + + + + + + + + + + + + + + + id-3b443e96-35c5-4714-af0c-d30fe399e283 + + + + + + false + + + + FACE3 + + + - - - - 140,105 - + + 749,217 - - - - - - - - - - + - - - 2 - - - - - Extrusion_From_5Pt_Polygon - - Interior And Boundary + + 749,91 + + + + + - - None + + - - Additive + + - - Toward_Reference_Point + + - - OrdinalPosition_3 - + + id-e71e7d27-cca8-42e9-8122-7d7ef6f87949 + + + + + + false + + + + FACE4 + + + - - - - 693,210 - + + 749,280 - - - - - - - - - - - - - - - - + - - - false - - - - PortComposition - - w - - - - - - PortComposition - - w - - - - - - PortComposition - - w - - - - - - PortComposition - - w + + 749,91 + - - - - - OrdinalPosition_4 - + + + + + + + + + + + + + + + id-71e35685-5562-4915-8aca-bbdc0ac4fc6e + + + + + + false + + + + FACE5 + + + - - - - 693,294 - + + 749,343 - - - - - - - - - - - - - - - - + - - - false - - - - OrdinalPosition_5 - + + 749,91 + + + + + + + + + + + + + + + + + id-8b4c280d-8139-4858-bc0a-a7a963187f63 + + + + + + false + + + + FACE6 + + + - - - - 693,385 - + + 749,413 - - - - - - - - - - - - - - - - - - - - false - - - - OrdinalPosition_1 - - - - - - 693,28 - - - - - - - - - - - - - - - - - - - - - - - false - - - - PortComposition - - w - - - - - - ExtrusionGeometry - - - - - - 448,224 - - - - - Interior And Boundary - - - None - - - Additive - - - Toward_Reference_Point - - - OrdinalPosition_4 - - - - - - 140,301 - - - - - - - - - - - - - - - - - 4 - - - - OrdinalPosition_2 - - - - - - 140,112 - - - - - - - - - - - - - - - - - 2 - - - - OrdinalPosition_3 - - - - - - 140,203 - - - - - - - - - - - - - - - - - 3 - - - - OrdinalPosition_5 - - - - - - 140,399 - - - - - - - - - - - - - - - - - 5 - - - - OrdinalPosition_1 - - - - - - 140,21 - - - - - - - - - - - - - - - - - 1 - - - - - ExtrusionHeight - - - - - - 693,469 - - - - - - - - - - - - - - - - - - - - - - - false - - - - OrdinalPosition_2 - - - - - - 693,119 - - - - - - - - - - - - - - - - - - - - - - - false - - - - - - 132322508023018816 - - - - Designs - - Box - - - - - {27f45fa2-9be1-4a0f-883b-b0246581d370} - - - - - - 2 - - - - - - - - - designs\qfclruji5u3 - - - PortComposition - - - - - PortComposition - - - - - FACE2 - - - - - - 749,154 - - - - - - 749,91 - - - - - - - - - - - - - - - - - id-3b443e96-35c5-4714-af0c-d30fe399e283 - - - - - - false - - - - FACE6 - - - - - - 749,413 - - - + 749,91 @@ -2589,95 +2715,7 @@ false - - PortComposition - - - - - Point - - - - - - 217,280 - - - - - - 217,140 - - - - - - - - - - - - - - - - - id-593b5724-beea-4bf3-80a2-16392eb50744 - - - - - - false - - - - PortComposition - - - - - FACE4 - - - - - - 749,280 - - - - - - 749,91 - - - - - - - - - - - - - - - - - id-71e35685-5562-4915-8aca-bbdc0ac4fc6e - - - - - - false - - - + Point0 @@ -2716,25 +2754,20 @@ false - - PortComposition - - - - - FACE5 + + Point - 749,343 + 217,203 - 749,91 + 217,140 @@ -2751,7 +2784,7 @@ - id-8b4c280d-8139-4858-bc0a-a7a963187f63 + id-927e760b-bab4-4647-ae9f-7a2ccd368972 @@ -2760,14 +2793,14 @@ false - + Point - 217,203 + 217,280 @@ -2790,7 +2823,7 @@ - id-927e760b-bab4-4647-ae9f-7a2ccd368972 + id-593b5724-beea-4bf3-80a2-16392eb50744 @@ -2799,22 +2832,7 @@ false - - PortComposition - - - - - PortComposition - - - - - PortComposition - - - - + Box @@ -2838,2307 +2856,1664 @@ - - FACE1 - - - - - - 749,91 - + + PortComposition + + + + + PortComposition + + + + + PortComposition + + + + + PortComposition + + + + + PortComposition + + + + + PortComposition + + + + + PortComposition + + + + + PortComposition + + + + + PortComposition + + + + + + + Testing + + Test_benches + + Testing + + add2_TestBench + + add2_TestBench - - - - 749,91 - + + 0xa52a00 - - - - - - - - - - - - - - - id-db81f48e-f29a-4569-abc0-74a79e91b941 - - - - - - false - - - - FACE3 - - - - - - 749,217 - - - - - - 749,91 - - - - - - - - - - - - - - - - - id-e71e7d27-cca8-42e9-8122-7d7ef6f87949 - - - - - - false - - - - PortComposition - - - - - - SimpleSystem - - - - - {ec537329-2daf-42cc-b1a7-076d594052a3} - - - - - - 4 - - - - - - - - - designs\v4wqtw3axj3 - - - Resistor_R0603 - - - - ,id-0067-000001d8,id-0065-00000025 + + 0xffad5b - - 26d3e22d-5567-4cde-b1d2-5dd672e6d967 + + true - - id-0065-00000025 + + 0x666666 - - - - - - - 553,175 - + + 12 - - - 672329de-2203-4d4b-9721-db5428ba573d - - - - - - passive.resistors - - - - - - 1 - - - 26d3e22d-5567-4cde-b1d2-5dd672e6d967 - - - - - - - - - components\23kc5zsm - - - - - - - - - - - - CADModel - - - - - Creo + + false - + - - Part - - - + + SimpleCalc - - CADParameter - - Float - - + + SimpleSystem + + + + + + 385,91 + + + + + + z + + + + + + 882,119 + + + + + + 259,294 + + + + + + 259,294 + + + + + + 259,294 + + + + - - CADParameter - - - CADParameter - - - -inf..inf - - + - - 0 + + - - CS - - CS - - + + z + + + + + 182,112 + + + + + + 924,56 + + + + + + 924,56 + + + + + + 924,56 + + + + + + 924,56 + + + + + + 924,56 + + + + + Addition - - + + String - + - - cad.CS + + - + - + false - - - 48F3D3FB1F15400BA9E16BFF5BE7861 - - 48F3D3FB1F15400BA9E16BFF5BE7861 + + id-9bd3cfd6-59b2-4990-ae6e-bf4c83a6ff4b - + - - + + -inf..inf - + - - cad.48F3D3FB1F15400BA9E16BFF5BE7861 + + 1 - + + + add2_TestBenchScript + - - - false - - - - - - - - CADModel - - - - - AP 203 - - - - - - Part - - - - + + + + 133,35 + + + + + MGA.Decorator.Workflow + + - - P2 - - + + paraboloid_TestBench + + paraboloid_TestBench + + + 0xa52a00 + + + 0xffad5b + + + true + + + 0x666666 + + + 12 + + + false - + - - id-be3b9612-91e6-4ca3-a58d-a66412fbdd2f - - - + + SimpleCalc - - pwr - - Modelica.Electrical.Analog.Interfaces.Pin + + x + + + + + + 91,147 + + + + + + 924,56 + + + + + + 91,147 + + + + + + 924,56 + + + + + + 924,56 + + + + + + 91,147 + + + + + + 91,147 + + + + + + 924,56 + + + + + Addition - + + String + + - + - - id-5c3dea08-c1a6-4fc5-bd76-103368e60218 + + 1 - + + false + + + id-9bd3cfd6-59b2-4990-ae6e-bf4c83a6ff4b + + - + + -inf..inf + + - - - - Resource - - - - - id-92946605-e441-48f6-b859-315e294cedf5 - - - - - - CAD\pkg_0603.step - - - - AssemblyRoot - - - - - - - - - - - - - - - CADParameterPortMap - - - R - - Addition - - - String - - - 10000 - - - - - - - - - false - - - id-15cdbad5-6620-42a2-bf0d-3808956c1860 - - - - - - -inf..inf - - - - - - 10000 - - - - P1 - - - - - - - - id-4cde194d-606e-4bdd-918c-ea63b4229a25 - - - - - - pwr - - Modelica.Electrical.Analog.Interfaces.Pin - - - + + 3 - + + + fxy + - - - id-9ccc1c93-46c9-420c-a4fa-c67100aa6845 - - + + + + 882,154 + + + + + + 882,154 + + + + + + 882,154 + + + + + + 882,154 + + + + - + - - - - pkg_0603.prt - - - - - id-cea448f5-0f8c-44ae-99a4-e30a668604a2 - - - CAD Model Import tool added this resource object for the imported CAD file - - - CAD\pkg_0603.prt - - - - Icon - - - - - id-655d446e-c3bf-48b1-8fea-25b70771b78b - - - - - - Images/Icon.png - - - - - - - CADParameter - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - - - - - - - - - - ModelicaModel - - - - - Modelica.Electrical.Analog.Basic.Resistor - - - - - - - - - p - - Modelica.Electrical.Analog.Interfaces.Pin - - + - + + + y + + + + + 77,210 + + + + + + 924,56 + + + + + + 77,210 + + + + + + 924,56 + + + + + + 924,56 + + + + + + 77,210 + + + + + + 77,210 + + + + + + 924,56 + + + + + Addition - - id-865fd020-8bdc-4fe4-b16a-0a220d9ada39 - - - 1 + + String - + - - - R - + - - id-c267e4df-f759-4129-b268-503d0c9c9249 + + - - 10000 + + false - - - n - - Modelica.Electrical.Analog.Interfaces.Pin + + id-9bd3cfd6-59b2-4990-ae6e-bf4c83a6ff4b - + - - + + -inf..inf - - id-9d06782f-fa27-4191-9451-ec7d7ce6e2fa + + - - 2 + + -4 - + + + SimpleSystem + - - - - - - ValueFlow - - - - - - - - CADParameter - - - - - - 35,357 - - - - - - 231,364 + + + + 392,70 + + + + + + 392,70 + + + + + + 392,70 + + + + + + 392,70 + + + + + + 392,70 + + + + + + 392,70 + + + + + + 392,70 + + + + + + 392,70 + + + + + + 392,70 + + + + + + 392,70 + + + + + + 392,70 + + + + + + 392,70 + + - - - - - 231,364 + + + paraboloid_TestBenchScript + + + + + + 105,42 + + + + + + 105,42 + + + + + + 105,42 + + + + + + 105,42 + + + + + + 105,42 + + - - - - - 231,364 + + MGA.Decorator.Workflow + + + + CAD_TestBench + + CAD_TestBench - - - Addition - - - String - - - - - - - - - - - - false - - - id-b39b7114-51b4-43d1-a62e-1ecc0d649ed2 - - - - - - -inf..inf - - - - - - - - - - Thing - - - - ,id-0067-000001d7,id-0065-00000031 + + 0xa52a00 - - a0f3fe04-910f-4235-99f5-a338c0b6dd6e + + 0xffad5b - - id-0065-00000031 + + true - - - - - - - 252,168 - + + 0x666666 - - - - 98,98 - + + 12 - - - 1c845f9c-3c4f-4418-b9a5-089664e307c3 - - - - - - - - - - - - 2 - - - a0f3fe04-910f-4235-99f5-a338c0b6dd6e - - - - - - - - - components/41nxu0dx/ - - - - - - - - - - - - cost - - Addition - - - String - - - + + false - + - - + + SimpleCalc - - false - - - id-9bd3cfd6-59b2-4990-ae6e-bf4c83a6ff4b - - - - - - -inf..inf - - - - - - 202.01 - - - - - - - MaterialLibrary CyPhy_MaterialLib - - MaterialDefinitions - - steel_armor_cast_mil_a_11356cl2 - - - - - steel_armor_cast_mil_a_11356cl2 - - - - titanium_alloy_ti6al4v - - - - - titanium_alloy_ti6al4v - - - - aluminum_filler_weld_4043 - - - - - aluminum_filler_weld_4043 - - - - steel_low_carbon_1015_cold_draw - - - - - steel_low_carbon_1015_cold_draw - - - - steel_armor_armox_500 - - - - - steel_armor_armox_500 - - - - steel_stainless_316_annealed - - - - - steel_stainless_316_annealed - - - - steel_stainless_321_annealed - - - - - steel_stainless_321_annealed - - - - steel_low_carbon_1008_cold_draw - - - - - steel_low_carbon_1008_cold_draw - - - - aluminum_alloy_1100_annealed - - - - - aluminum_alloy_1100_annealed - - - - composite_fiber_dyneema_sk60 - - - - - composite_fiber_dyneema_sk60 - - - - steel_tool_s7_tempered - - - - - steel_tool_s7_tempered - - - - steel_filler_weld_100ksi - - - - - steel_filler_weld_100ksi - - - - titanium_alloy_ti6al4v_anneal - - - - - titanium_alloy_ti6al4v_anneal - - - - steel_armor_rha_mil_dtl_46177 - - - - - steel_armor_rha_mil_dtl_46177 - - - - steel_stainless_filler_weld_308 - - - - - steel_stainless_filler_weld_308 - - - - steel_bolt_metric_class_4p6 - - - - - steel_bolt_metric_class_4p6 - - - - aluminum_filler_weld_5183 - - - - - aluminum_filler_weld_5183 - - - - steel_stainless_304_half_hard - - - - - steel_stainless_304_half_hard - - - - aluminum_alloy_5083_h32 - - - - - aluminum_alloy_5083_h32 - - - - aluminum_alloy_7075_t651 - - - - - aluminum_alloy_7075_t651 - - - - steel_armor_hha_mil_dtl_46100 - - - - - steel_armor_hha_mil_dtl_46100 - - - - titanium_filler_weld_erti23 - - - - - titanium_filler_weld_erti23 - - - - aluminum_filler_weld_5556 - - - - - aluminum_filler_weld_5556 - - - - aluminum_alloy_7075_t6 - - - - - aluminum_alloy_7075_t6 - - - - steel_med_carbon_1141_cold_draw - - - - - steel_med_carbon_1141_cold_draw - - - - steel_stainless_316_l - - - - - steel_stainless_316_l - - - - steel_low_alloy_a572_gr50 - - - - - steel_low_alloy_a572_gr50 - - - - steel_high_alloy_hy100 - - - - - steel_high_alloy_hy100 - - - - steel_stainless_filler_weld_317 - - - - - steel_stainless_filler_weld_317 - - - - steel_low_carbon_1015_hot_roll - - - - - steel_low_carbon_1015_hot_roll - - - - steel_low_carbon_1117_hot_roll - - - - - steel_low_carbon_1117_hot_roll - - - - titanium_pure_cp_gr1 - - - - - titanium_pure_cp_gr1 - - - - aluminum_filler_weld_1100 - - - - - aluminum_filler_weld_1100 - - - - titanium_filler_weld_erti9 - - - - - titanium_filler_weld_erti9 - - - - titanium_pure_cp_gr2 - - - - - titanium_pure_cp_gr2 - - - - steel_low_carbon_1006_cold_draw - - - - - steel_low_carbon_1006_cold_draw - - - - steel_stainless_321_h - - - - - steel_stainless_321_h - - - - aluminum_filler_weld_4047 - - - - - aluminum_filler_weld_4047 - - - - polymer_rubber_fkm_mil_r_83248 - - - - - polymer_rubber_fkm_mil_r_83248 - - - - aluminum_alloy_6061_t4 - - - - - aluminum_alloy_6061_t4 - - - - aluminum_alloy_2219_h31 - - - - - aluminum_alloy_2219_h31 - - - - composite_fiber_kevlar_29 - - - - - composite_fiber_kevlar_29 - - - - steel_low_carbon_1018_cold_draw - - - - - steel_low_carbon_1018_cold_draw - - - - steel_stainless_201_annealed - - - - - steel_stainless_201_annealed - - - - ceramic_transp_armor_glass - - - - - ceramic_transp_armor_glass - - - - steel_low_carbon_1008_hot_roll - - - - - steel_low_carbon_1008_hot_roll - - - - steel_bolt_metric_class_9p8 - - - - - steel_bolt_metric_class_9p8 - - - - ceramic_transp_armor_sapphire - - - - - ceramic_transp_armor_sapphire - - - - steel_low_carbon_1006_hot_roll - - - - - steel_low_carbon_1006_hot_roll - - - - steel_med_carbon_1141_hot_roll - - - - - steel_med_carbon_1141_hot_roll - - - - steel_low_alloy_a36 - - - - - steel_low_alloy_a36 - - - - steel_armor_atralloy_v2 - - - - - steel_armor_atralloy_v2 - - - - steel_low_carbon_1117_cold_draw - - - - - steel_low_carbon_1117_cold_draw - - - - steel_tool_s7_annealed - - - - - steel_tool_s7_annealed - - - - aluminum_filler_weld_5554 - - - - - aluminum_filler_weld_5554 - - - - aluminum_filler_weld_4643 - - - - - aluminum_filler_weld_4643 - - - - steel_stainless_304_l - - - - - steel_stainless_304_l - - - - ceramic_transp_armor_spinel - - - - - ceramic_transp_armor_spinel - - - - steel_bolt_metric_class_10p9 - - - - - steel_bolt_metric_class_10p9 - - - - steel_bolt_metric_class_8p8 - - - - - steel_bolt_metric_class_8p8 - - - - composite_fiber_kevlar_129 - - - - - composite_fiber_kevlar_129 - - - - steel_stainless_filler_weld_316 - - - - - steel_stainless_filler_weld_316 - - - - aluminum_armor_5456_h131 - - - - - aluminum_armor_5456_h131 - - - - titanium_pure_cp_gr4 - - - - - titanium_pure_cp_gr4 - - - - titanium_filler_weld_erti5 - - - - - titanium_filler_weld_erti5 - - - - steel_low_alloy_a515_gr70 - - - - - steel_low_alloy_a515_gr70 - - - - steel_bolt_metric_class_4p8 - - - - - steel_bolt_metric_class_4p8 - - - - steel_armor_rha_mildtl_12560cl1 - - - - - steel_armor_rha_mildtl_12560cl1 - - - - steel_med_carbon_1144_hot_roll - - - - - steel_med_carbon_1144_hot_roll - - - - titanium_filler_weld_erti2 - - - - - titanium_filler_weld_erti2 - - - - aluminum_alloy_1100_h16 - - - - - aluminum_alloy_1100_h16 - - - - steel_filler_weld_110ksi - - - - - steel_filler_weld_110ksi - - - - steel_high_alloy_hy130 - - - - - steel_high_alloy_hy130 - - - - steel_stainless_321 - - - - - steel_stainless_321 - - - - titanium_filler_weld_erti3 - - - - - titanium_filler_weld_erti3 - - - - steel_bolt_metric_class_12p9 - - - - - steel_bolt_metric_class_12p9 - - - - steel_filler_weld_070ksi - - - - - steel_filler_weld_070ksi - - - - titanium_filler_weld_erti1 - - - - - titanium_filler_weld_erti1 - - - - aluminum_armor_mil_dtl_46027cl1 - - - - - aluminum_armor_mil_dtl_46027cl1 - - - - steel_filler_weld_090ksi - - - - - steel_filler_weld_090ksi - - - - steel_bolt_metric_class_5p8 - - - - - steel_bolt_metric_class_5p8 - - - - steel_stainless_304_annealed - - - - - steel_stainless_304_annealed - - - - polymer_rubber_hnbr - - - - - polymer_rubber_hnbr - - - - aluminum_filler_weld_2319 - - - - - aluminum_filler_weld_2319 - - - - steel_low_alloy_4140_normalized - - - - - steel_low_alloy_4140_normalized - - - - steel_low_alloy_c250 - - - - - steel_low_alloy_c250 - - - - steel_stainless_filler_weld_307 - - - - - steel_stainless_filler_weld_307 - - - - aluminum_alloy_6061_t6 - - - - - aluminum_alloy_6061_t6 - - - - steel_stainless_filler_weld_347 - - - - - steel_stainless_filler_weld_347 - - - - steel_filler_weld_080ksi - - - - - steel_filler_weld_080ksi - - - - steel_armor_rha_mildtl_12560cl2 - - - - - steel_armor_rha_mildtl_12560cl2 - - - - composite_fiber_kevlar_km2 - - - - - composite_fiber_kevlar_km2 - - - - aluminum_alloy_6063_t6 - - - - - aluminum_alloy_6063_t6 - - - - titanium_pure_cp_gr3 - - - - - titanium_pure_cp_gr3 - - - - aluminum_filler_weld_5356 - - - - - aluminum_filler_weld_5356 - - - - steel_high_alloy_hy80 - - - - - steel_high_alloy_hy80 - - - - aluminum_alloy_2024_t361 - - - - - aluminum_alloy_2024_t361 - - - - steel_filler_weld_120ksi - - - - - steel_filler_weld_120ksi - - - - aluminum_filler_weld_5654 - - - - - aluminum_filler_weld_5654 - - - - aluminum_filler_weld_1188 - - - - - aluminum_filler_weld_1188 - - - - aluminum_alloy_2024 - - - - - aluminum_alloy_2024 - - - - steel_armor_cast_mil_a_11356cl1 - - - - - steel_armor_cast_mil_a_11356cl1 - - - - steel_low_carbon_1018_hot_roll - - - - - steel_low_carbon_1018_hot_roll - - - - steel_stainless_filler_weld_309 - - - - - steel_stainless_filler_weld_309 - - - - steel_armor_mars_300 - - - - - steel_armor_mars_300 - - - - - 132322508004418578 - - - - Testing - - ParametricExploration - - existing - - PETSeekerPerf_uniform - - SeekerStudy + + SimpleSystem + + + + + + 385,91 + + + + + + 399,112 + + + + + + 385,91 + + + + + + 385,91 + + + + + + 385,91 + + + + + + 385,91 + + + + + + 385,91 + + + + + + 385,91 + + + + + + 385,91 + + + + + + 385,91 + + + + + + 385,91 + + + + + + 385,91 + + + + + + x + + + + + + 749,112 + + + + + + 595,119 + + + + + + 595,119 + + + + + + 595,119 + + + + + + + + + + + + + + + CADParameter + + + + + + 112,133 + + + + + + 924,56 + + + + + + 182,112 + + + + + + 924,56 + + + + + + 924,56 + + + + + + 182,112 + + + + + + 182,112 + + + + + + 924,56 + + + + + Addition + + + String + + + + + + + + + + + + false + + + id-9bd3cfd6-59b2-4990-ae6e-bf4c83a6ff4b + + + + + + -inf..inf + + + + + + 1 + + + + CADWorkflow - + - 273,77 + 77,14 + + + + + + 77,14 + + + + + + 77,14 + + + + + + 77,14 + + + + + + 77,14 - - 0 + + MGA.Decorator.Workflow - - num_samples=10 - - - Uniform - - - None + + + ValueFlow + + - - SeekerLength - + + + + + + sum_arrays + + sum_arrays + + + 0xa52a00 + + + 0xffad5b + + + true + + + 0x666666 + + + 12 + + + false + + + + + + SimpleCalc + + + SimpleSystem + + + - - - - 504,28 - + + 385,91 - - - forg - + + + + x + + + - - - - 105,28 - + + 882,119 - - 0.349,1.22172 - - - - t_int - + - - - - 112,287 - + + 259,294 - - 0.3,10 - - - - SeekerCost - + - - - - 546,609 - + + 259,294 - - - aperture - + - - - - 112,196 - + + 259,294 - - 12.7,50.8 - - - - SeekerDiameter - + + + + + + + + + + + + + x + + + - - - - 539,238 - + + 182,112 - - - DetectionRange - + - - - - 539,140 - + + 924,56 - - - SeekerMass - + - - - - 539,322 - + + 924,56 - - - TrackerAngleArea - + - - - - 546,525 - + + 924,56 - - - IFOV - + - - - - 532,406 - + + 924,56 - - - fov - + - - - - 119,133 - + + 924,56 - - 0.05236,0.192 - - - - - StraightFlight + + + Addition + + + String + + + + + + + + + + + + false + + + id-9bd3cfd6-59b2-4990-ae6e-bf4c83a6ff4b + + + + + + -inf..inf + + + + + + 1 + + + + sum_arrays - + - 322,231 + 42,28 - - 0 + + MGA.Decorator.Workflow - - PetCAD - - MakeCAD + + count_components + + count_components + + + 0xa52a00 + + + 0xffad5b + + + true + + + 0x666666 + + + 12 + + + false + + + + + + SimpleCalc + + + SimpleSystem - + - 364,231 + 315,182 - - 0 - - - WeightStudy + + NumberOfComponents - + - 301,77 + 763,217 + + + + + + 259,294 + + + + + + 259,294 + + + + + + 259,294 - + - - Central Composite + + - - Response Surface + + - - Thickness + + + analysis_tool_count_components + + + + + + 84,91 + + + + + MGA.Decorator.Workflow + + + + + FEA_Box_CircleTest + + FEA_Box_CircleTest + + + 0x000000 + + + 0xc0c0c0 + + + true + + + 0x666666 + + + 12 + + + AUTODETECT + + + JOINTIMPLIED + + + false + + + Tetra4 + + + MESHANDBOUNDARY + + + true + + + 1 + + + 0 + + + ABAQUS Model Based + + + ForceLoadParam + + + + + + 42,329 + + + + + + 742,140 + + + + + MomentZ - + - 189,70 + 189,105 - - 1,5 + + Addition + + + Float + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + 0 - - Length + + MomentY - + - 196,245 + 189,63 - - 1000,1300 + + Addition - - - Mass - + + Float + + - - - - 49,238 - - - + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + 0 + - - Diameter + + MomentX - + - 189,154 + 189,21 - - 50,80 + + Addition - - - - - PETSeekerPerf_ - - StraightFlight - - - + + Float + + - - 406,245 - - - - - 0 - - - - SeekerStudy - - - + + - - 392,112 - - - - - - - - Central Composite - - - Response Surface - - - Aperature - + + - - - - 70,266 - - - - - 12.7,50.8 + + + false + + + + + + + + + -inf..inf + + + + + + 0 - - SeekerCost + + ForceZ - + - 322,273 + 42,105 + + Addition + + + Float + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + 0 + - - DetRange + + ForceY - + - 322,175 + 35,56 + + Addition + + + Float + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + 10 + - - FOV + + ForceX - + - 70,126 + 35,21 - - 0.05236,0.192 + + Addition + + + Float + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + 0 - - - PETDynamics - - StraightFlight + + Circle - + - 224,182 + 322,203 - - - 0 - - - - WeightStudy - - - + - 308,63 + 273,217 + + + + + + 273,217 - - + + Interior And Boundary - - Central Composite + + None - - Response Surface + + Additive - - NoseMass + + CircleEdge - + - 70,126 + 77,168 - - 5,50 + + - - - MaxSpeed + + + + + + + + + + + id-0fa3099e-b05a-4cb5-a23d-9cc990c0156e + + + + + + false + + + + CircleEdge - + - 224,196 + 77,98 - - - BodyMass + + + + + + + + + + + + + + id-7b1d28d7-5a9b-444d-84a9-291c3592e1fe + + + + + + false + + + + CircleCenter - + - 70,266 + 77,21 - - 100,300 + + - + + + + + + + + + + + id-7795526e-73df-4b19-8009-1e60d713dc34 + + + + + + false + + - - - - TestMATLAB - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - MATLABWrapper - - - - - - 742,357 - - - - - C:\Users\kevin\Documents\matlab_wrapper\matlab_wrapper\test\stat2.m - - - c - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - m + + StructuralFEAComputation - + - 800,300 + 483,70 - - - - - - - - - - - - s - - - + + MisesStress + - - 800,300 - - - - - - - - - - - - - - - b - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - + + + + 189,105 + + + + + + FactorOfSafety + + + + + + 189,21 + + + + + + + ignore + - - - - a + + + + 35,490 + + + + + + 161,490 + + + + + + 161,490 + + + Addition @@ -5173,294 +4548,59 @@ - - - add2_TestBench - - - - - - 406,315 - - - - - 0 - - - - ParameterStudy - - - - - - 364,140 - - - - - num_samples=1 - - - Uniform - - - None - - - fxy - - - - - - 546,105 - - - - - - x + + VM - + - 105,63 + 728,98 - - - 1,10 - - - - - ResultFlow - - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - ResultFlow - - - - - - TestConstants - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - paraboloid_TestBench - - - - - - 294,35 - - - - - 0 - - - - ParameterStudy - - - - - - 252,154 - - - - - num_samples = 1 - - - Uniform - - - None - - - Array - - - + - 301,91 + 728,42 - - - - Float - - - + - 301,175 + 728,42 - - - String - + - - - - 301,252 - - - - - - Int - + + - - - - 301,343 - - - - - - y - + + - - - - 56,161 - - - - - 2 - - _dummy + + FOS - + - 301,7 + 728,42 - - - - x - - - + - 56,84 + 728,42 - - - 1 - - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - Constants - - - - - - 252,287 - - - - - const_Array - - - + - 210,210 + 728,42 @@ -5470,305 +4610,191 @@ - - [1.0, 2.2, 3.3] + + - - const_String + + Box - + - 210,105 + 21,21 - - - - - - - - "AString" - - - const_Integer + + Box - + - 210,49 + 518,238 - - - - - - - - 4 - - - const_Float + + CAD - + - 210,161 + 252,42 - - - - - - - - 3.2 - + + MGA.Decorator.Workflow + - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - - TestDOE - - paraboloid_TestBench - - - - - - 581,329 - + + ForceLoadParam2Geometry + + + + + FEAComputation2Metric + + w + + + + + FEAComputation2Metric + + w + + + + + + TIP2StructuralMetric + + + + + PortComposition + + + + + PortComposition + + + + + PortComposition + + + + + + TestBench_With_Files + + TestBench_With_Files - - 0 - - - - VariableSweep - - 0xff80c0 - - - arrow + + 0xa52a00 - - - - - ObjectiveMapping - 0x7cadde - - - arrow + 0xffad5b - - - - - VariableSweep - - 0xff80c0 + + true - - arrow + + 0x666666 - - - - - ParameterStudy - - - - - - 364,140 - - + + 12 - - num_samples=2 + + false - - Uniform + + - - None + + SimpleCalc - - x + + file_passing1 - + - 105,63 + 217,252 - - -50,50 + + file_passing.py - - - fxy + + + file_passing1 - + - 546,105 + 833,252 - - - y + + + + + + z - + - 105,154 + 182,112 - - - - -50,50 - - - - - ResultFlow - - - - - add2_TestBench - - - - - - 399,322 - - - - - 0 - - - - - UnitsMatch - - ParameterStudyDriver - - - - - - 203,91 - - - - - - - - Full Factorial - - - None - - - Objective - - - + + - 350,140 + 924,56 - - - - - PythonWrapper - - - - - - 182,238 + + + + 924,56 + + + + + + 924,56 + + + + + + 924,56 + - - - - buffer_float.py - - - input - - - 20,65 + 924,56 - - False - Addition @@ -5787,8 +4813,8 @@ false - - + + id-9bd3cfd6-59b2-4990-ae6e-bf4c83a6ff4b @@ -5799,23 +4825,38 @@ - - + + 1 - - output + + z - + - 800,65 + 882,119 + + + + + + 259,294 + + + + + + 259,294 + + + + + + 259,294 - - - False @@ -5823,331 +4864,105 @@ - - 0.0 - - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - - TestOptimizer_add2 - - add2_TestBench - - - - - - 399,322 - - - - - 0 - - - - Optimizer - - - - - - 140,84 - - - - - 0x8b0000 - - - 0xff6820 - - - true - - - 0 - - - 0x666666 - - - 12 - - - - - - - - - COBYLA - - - x - + - - - - 105,63 - - - - - -50,50 - - fxy + + SimpleSystem - + - 546,105 + 427,140 - - y + + file_passing_TestBenchScript - + - 105,154 + 91,35 - - -50,50 - + + MGA.Decorator.Workflow + - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - paraboloid_TestBench - - - - - - 581,329 - - - - - 0 - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - ResultFlow - - - - - - TestOptimizer - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - Optimizer - - - - - - 385,126 - - + + add2_TestBench + + add2_TestBench - 0x8b0000 + 0xa52a00 - 0xff6820 + 0xffad5b true - - 0 - 0x666666 12 - - + + false - + - - COBYLA + + SimpleCalc - - y + + z - + - 105,154 + 182,112 - - - -50,50 - - - - x - - - + - 105,63 + 924,56 - - - -50,50 - - - - fxy - - - + - 546,105 + 924,56 - - - - - paraboloid_TestBench - - - - - - 406,301 + + + + 924,56 + - - - - 0 - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - - TestFileRecorder - - FileGenerator - - - - - - 266,294 + + + + 924,56 + - - - - file_player.py - - - Number - - - 20,65 + 924,56 @@ -6169,8 +4984,8 @@ false - - + + id-bcd3aa35-d606-4f5a-8a18-82cf5151e9b5 @@ -6181,18 +4996,48 @@ - - + + 1 - - File + + SimpleSystem - + - 800,65 + 385,91 + + + + + + z + + + + + + 882,119 + + + + + + 259,294 + + + + + + 259,294 + + + + + + 259,294 @@ -6206,764 +5051,785 @@ + + add2_TestBenchScript + + + + + + 133,35 + + + + + MGA.Decorator.Workflow + + - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - VariableSweep - - 0xff80c0 + + + + WorkflowDefinitions + + ModelicaWorkflow + + Task + + + + + + 336,154 + + - - arrow + + MGA.Decorator.Workflow - - - - - ParameterStudy + + MGA.Interpreter.CyPhy2Modelica_v2 + + + { + "simulationTargetTool": null, + "AnalysisTool": "Default" +} + + + + + CADWorkflow + + Task - + - 238,140 + 217,98 - - 0 + + MGA.Decorator.Workflow - - num_samples=3 - - - Uniform + + MGA.Interpreter.CyPhy2CAD_CSharp - - None + + { + "AnalysisTool": "Default" +} - - x - + + + + PET + + Task + + + - - - - 182,105 - + + 357,168 - - 1,10 - - - - file_x.txt - - - - - - 546,105 - + + + MGA.Decorator.Workflow + + + MGA.Interpreter.CyPhyPET + + + + + + + + MATLAB_SeekerCalc + + Task + + + + + + 238,126 - - + + + MGA.Decorator.Workflow + + + MGA.Interpreter.CyPhyPython + + + { + "automation": "true", + "do_config": "true", + "name": "CyPhyPython", + "output_dir": "", + "runCommand": "", + "script_file": "SeekerCalc.py", + "AnalysisTool": "Default" +} + + - - TestCADDOE - - CAD_TestBench + + add2_TestBenchScript + + Task - + - 833,392 + 161,112 - - 0 - - - - VariableSweep - - 0xff80c0 - - - arrow + + MGA.Decorator.Workflow - - - - - ParameterStudy + + MGA.Interpreter.CyPhyPython + + + { + "automation": "true", + "do_config": "true", + "name": "CyPhyPython", + "output_dir": "", + "runCommand": "", + "script_file": "add2_script.py", + "AnalysisTool": "Default" +} + + + + + paraboloid_TestBenchScript + + Task - + - 707,252 + 154,84 - - - - - Full Factorial + + MGA.Decorator.Workflow + + + MGA.Interpreter.CyPhyPython - - None + + { + "automation": "true", + "do_config": "true", + "name": "CyPhyPython", + "output_dir": "", + "runCommand": "", + "script_file": "paraboloid_script.py", + "AnalysisTool": "Default" +} - - fxy - + + + + sum_arrays + + Task + + + - - - - 546,105 - + + 161,112 - - - x - + + + MGA.Decorator.Workflow + + + MGA.Interpreter.CyPhyPython + + + { + "automation": "true", + "do_config": "true", + "name": "CyPhyPython", + "output_dir": "", + "runCommand": "", + "script_file": "sum_arrays.py", + "AnalysisTool": "Default" +} + + + + + analysis_tool_count_components + + Task + + + - - - - 105,63 - + + 168,70 - - 0,50 - - - - - ObjectiveMapping - - 0x7cadde - - arrow + + MGA.Decorator.Workflow - - - - - add2_TestBench + + MGA.Interpreter.CyPhyDesignExporter + + + { + "AnalysisTool": "ExamplePythonCountComponents" +} + + + + + CAD + + Task - + - 644,392 + 56,28 - - 0 + + MGA.Decorator.Workflow - - - ResultFlow - - - + + MGA.Interpreter.CyPhy2CAD_CSharp + + + + + - - TestFEA - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - ParameterStudy + + file_passing_TestBenchScript + + Task - + - 105,63 + 161,112 - - num_samples = 1 - - - Uniform + + MGA.Decorator.Workflow + + + MGA.Interpreter.CyPhyPython - - None + + { + "automation": "true", + "do_config": "true", + "name": "CyPhyPython", + "output_dir": "", + "runCommand": "", + "script_file": "file_passing.py", + "AnalysisTool": "Default" +} - - objective + + + + + ParametricExploration + + existing + + PETDynamics + + WeightStudy - 385,189 + 308,63 - - - ignore + + + + + Central Composite + + + Response Surface + + + NoseMass + + + + + + 70,126 + + + + + 5,50 + + + + BodyMass + + + + + + 70,266 + + + + + 100,300 + + + + MaxSpeed + + + + + + 224,196 + + + + + + + StraightFlight - 126,203 + 224,182 - - 5,10 - + + 0 + - - FEA_Box_CircleTest - - - + + PETSeekerPerf_ + + SeekerStudy + - - 147,189 + + + + 392,112 + - - - 0 - - - - - TestConstants_fail_string - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - ParameterStudy - - - + - - 252,154 + + + Central Composite + + + Response Surface + + + FOV + + + + + + 70,126 + + - - - - num_samples = 1 - - - Uniform - - - None - - - Array + + 0.05236,0.192 + + + + Aperature + + + + + + 70,266 + + + + + 12.7,50.8 + + + + DetRange + + + + + + 322,175 + + + + + + SeekerCost + + + + + + 322,273 + + + + + + + StraightFlight - 301,91 + 406,245 + + 0 + - - Float + + + PETSeekerPerf_uniform + + SeekerStudy - 301,175 + 273,77 + + + + + 0 + + + num_samples=10 + + + Uniform + + + None + + + fov + + + + + + 119,133 + + + + + 0.05236,0.192 + + + + t_int + + + + + + 112,287 + + + + + 0.3,10 + + + + SeekerCost + + + + + + 546,609 + + + + + + SeekerDiameter + + + + + + 539,238 + + + + + + SeekerMass + + + + + + 539,322 + + + + + + TrackerAngleArea + + + + + + 546,525 + + + + + + DetectionRange + + + + + + 539,140 + - - - - _dummy - - - + + + aperture + - - 301,7 + + + + 112,196 + - - - - Int - - - + + 12.7,50.8 + + + + SeekerLength + - - 301,343 + + + + 504,28 + - - - - x - - - + + + IFOV + - - 56,84 + + + + 532,406 + - - - 1 - - - - y - - - + + + forg + - - 56,161 + + + + 105,28 + - - - 2 - - - - String + + 0.349,1.22172 + + + + + StraightFlight - 301,252 + 322,231 + + 0 + - - Constants - - - - - - 252,287 - - - - - const_String + + PetCAD + + WeightStudy - + - 210,105 + 301,77 - + - - + + Central Composite - - AString + + Response Surface - - - - paraboloid_TestBench - - - - - - 294,35 - - - - - 0 - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - - TestTwoPythonInterpreter - - add2_TestBench - - - - - - 406,315 - - - - - 0 - - - - ParameterStudy - - - - - - 364,140 - - - - - num_samples=1 - - - Uniform - - - None - - - fxy - - - + + Thickness + - - 546,105 + + + + 189,70 + - - - - x - - - + + 1,5 + + + + Diameter + - - 105,63 + + + + 189,154 + - - - 508 - - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - ResultFlow - - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - add2_TestBench_again - - - - - - 623,315 - - - - - - - TestPET_paraboloid - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - paraboloid_TestBench - - - - - - 406,301 - - - - - 0 - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - ParameterStudy - - - - - - 364,140 - - - - - num_samples=10 - - - Uniform - - - None - - - x - - - + + 50,80 + + + + Length + - - 105,63 + + + + 196,245 + - - - -50,50 - - - - fxy - - - + + 1000,1300 + + + + Mass + - - 546,105 + + + + 49,238 + - - - - y + + + + MakeCAD - 105,154 + 364,231 - - -50,50 - + + 0 + - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - - Test_analysis_tool - - count_components - - - - - - 175,252 - - - - - 0 - - - - paraboloid_TestBench - - - - - - 581,329 - - - - - 0 - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - + + + TestOptimizer + Optimizer - 140,84 + 385,126 @@ -6994,7 +5860,7 @@ COBYLA - + y @@ -7005,373 +5871,204 @@ - - -50,50 - - - - fxy - - - - - - 546,105 - - - - - - - ResultFlow - - - - - - TestExcel - - ExcelWrapper - - - - - - 350,294 - - - - - ..\..\bin\Python27\Lib\site-packages\excel_wrapper\test\excel_wrapper_test.xlsx - - - Macro5 - - - macroVar_out - - - - - - 100,59 - - - - - Addition - - - String - - - - - - =Sheet1!$F$7 - - - - - - false - - - - - - - - - -inf..inf - - - - - - kl.; - - - - s - - - - - - 189,224 - - - - - Addition - - - String - - - - - - =Sheet1!$B$4 - - - - - - false - - - - - - - - - -inf..inf - - - - - - Hello + + -50,50 - - b + + fxy - + - 84,154 + 546,105 - - Addition - - - String - - - - - - =Sheet1!$B$3 - - - - - - false - - - - - - - - - -inf..inf - - - - - - True - - + x - - Addition - - - String - - - - - - =Sheet1!$B$2 - - - - - - false - - - - - - - - - -inf..inf - - - - - - 12 - - - - bout - + - 763,329 + 105,63 - - =Sheet1!$F$3 + + -50,50 - + + + + paraboloid_TestBench + + + - - + + 406,301 + + + + + 0 + + + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + + TestPET_paraboloid + + ParameterStudy + + + - - - - macroVar_in + + 364,140 + + + + + num_samples=10 + + + Uniform + + + None + + + x - + - 119,189 + 105,63 - - Addition - - - String - - - - - - =Sheet1!$B$7 - - - - - - false - - - - - - - - - -inf..inf - - - - - - kl.; + + -50,50 - - sout + + fxy - + - 763,259 + 546,105 - - =Sheet1!$F$4 - - - - - - - - + y - + - 800,300 + 105,154 - - =Sheet1!$F$2 - - - - - - + + -50,50 - - ObjectiveMapping - - 0x7cadde + + paraboloid_TestBench + + + + + + 406,301 + + - - arrow + + 0 - - - - - + + + VariableSweep 0xff80c0 arrow - - + + - - ObjectiveMapping + + VariableSweep - 0x7cadde + 0xff80c0 arrow - - + + - - VariableSweep + + ObjectiveMapping - 0xff80c0 + 0x7cadde arrow - - + + - + + + TestDOE + ParameterStudy @@ -7383,7 +6080,7 @@ - num_samples=5 + num_samples=2 Uniform @@ -7391,22 +6088,7 @@ None - - s - - - - - - 63,238 - - - - - "Four";"Three" - - - + x @@ -7421,35 +6103,65 @@ -50,50 - - sout + + fxy - 574,280 + 546,105 - - fxy + + y - 546,105 + 105,154 + + -50,50 + - - - UnitsDoNotMatch - + + add2_TestBench + + + + + + 399,322 + + + + + 0 + + + + paraboloid_TestBench + + + + + + 581,329 + + + + + 0 + + + ObjectiveMapping 0x7cadde @@ -7457,70 +6169,142 @@ arrow - - + + - - ParameterStudyDriver + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + ResultFlow + + + + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + + TestExcel + + ParameterStudy - 203,91 + 364,140 - - + + num_samples=5 - - Full Factorial + + Uniform None - - Objective + + x - 350,140 + 105,63 + + + + + -50,50 + + + + fxy + + + + + + 546,105 + + + + + + sout + + + + + + 574,280 + + + + + + s + + + + + + 63,238 + + "Four";"Three" + - - PythonWrapper + + ExcelWrapper - 182,238 + 350,294 - - buffer_float.py + + ..\..\bin\Python27\Lib\site-packages\excel_wrapper\test\excel_wrapper_test.xlsx - - input + + Macro5 + + + b - 20,65 + 84,154 - - False - Addition @@ -7530,8 +6314,8 @@ - - + + =Sheet1!$B$3 @@ -7547,195 +6331,148 @@ -inf..inf - - - - - - - - - - output - - - - - - 800,65 - - - - - False - - - - - - - - - 0.0 - - - - - - TestPython - - - - 0xff80c0 - - - arrow - - - - - - add2_TestBench - - - - - - 406,315 - - - - - 0 - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - ParameterStudy - - - + + - - 364,140 - - - - - num_samples=1 - - - Uniform - - - None - - - fxy + + + True + + + + bout - + - 546,105 + 763,329 + + =Sheet1!$F$3 + + + + + + + - - x + + macroVar_in - + - 105,63 + 119,189 - - 1,10 + + Addition - - - - ResultFlow - - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - PythonWrapper - - - + + String + + - - 644,322 - - - - - paraboloid.py - - - f_xy + + + =Sheet1!$B$7 + + + + + + false + + + + + + + + + -inf..inf + + + + + + kl.; + + + + s - 800,65 + 189,224 - - False - - + + Addition + + + String + + + + + + =Sheet1!$B$4 + + + + + + false + + + + -inf..inf + + + + - 0.0 + Hello - - y + + sout - 20,130 + 763,259 - - False - + + =Sheet1!$F$4 + + + + + + + + + + x Addition @@ -7745,8 +6482,8 @@ - - + + =Sheet1!$B$2 @@ -7767,22 +6504,40 @@ - asdf + 12 - - x + + y - 20,65 + 800,300 - - False + + =Sheet1!$F$2 + + + + + + + + + + macroVar_out + + + + + + 100,59 + + Addition @@ -7793,8 +6548,8 @@ - - + + =Sheet1!$F$7 @@ -7814,15 +6569,34 @@ - - + + kl.; - - - TestPET_add2 - + + + + 0xff80c0 + + + arrow + + + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + ObjectiveMapping 0x7cadde @@ -7830,10 +6604,10 @@ arrow - - + + - + VariableSweep 0xff80c0 @@ -7841,45 +6615,66 @@ arrow - - + + - - add2_TestBench + + + TestOptimizer_add2 + + Optimizer - 406,315 + 140,84 + + 0x8b0000 + + + 0xff6820 + + + true + 0 - - - ParameterStudy - - - - - - 364,140 - - + + 0x666666 - - num_samples=1 + + 12 + + + - - Uniform + + - - None + + COBYLA - + + x + + + + + + 105,63 + + + + + -50,50 + + + fxy @@ -7891,14 +6686,14 @@ - - x + + y - 105,63 + 105,154 @@ -7907,17 +6702,14 @@ - - - TestDOESort - - paraboloid_TestBench + + add2_TestBench - 581,329 + 399,322 @@ -7925,14 +6717,14 @@ 0 - - add2_TestBench3 + + paraboloid_TestBench - 56,490 + 581,329 @@ -7940,7 +6732,7 @@ 0 - + ObjectiveMapping 0x7cadde @@ -7948,52 +6740,95 @@ arrow - - + + - - add2_TestBencha - - - - - - 1295,490 - - + + VariableSweep + + 0xff80c0 - - 0 + + arrow - - + + + + + VariableSweep + + 0xff80c0 + + + arrow + + + + + ResultFlow - - + + - - add2_TestBench8 + + + TestCADDOE + + ParameterStudy - 952,490 + 707,252 - - 0 - - - - add2_TestBench6 + + + + + Full Factorial + + + None + + + fxy + + + + + + 546,105 + + + + + + x + + + + + + 105,63 + + + + + 0,50 + + + + + add2_TestBench - 588,490 + 644,392 @@ -8001,14 +6836,14 @@ 0 - - add2_TestBench5 + + CAD_TestBench - 413,490 + 833,392 @@ -8016,27 +6851,37 @@ 0 - - ResultFlow - - - - - ResultFlow - - + + VariableSweep + + 0xff80c0 + + + arrow + + + - + ResultFlow - - + + - - ResultFlow - - + + ObjectiveMapping + + 0x7cadde + + + arrow + + + - + + + TestDOESort + ParameterStudy @@ -8056,7 +6901,7 @@ None - + x @@ -8071,7 +6916,7 @@ -50,50 - + fxy @@ -8083,7 +6928,7 @@ - + y @@ -8099,12 +6944,52 @@ - - ResultFlow - - - - + + add2_TestBench7 + + + + + + 770,490 + + + + + 0 + + + + add2_TestBench8 + + + + + + 952,490 + + + + + 0 + + + + add2_TestBencha + + + + + + 1295,490 + + + + + 0 + + + add2_TestBench9 @@ -8119,14 +7004,14 @@ 0 - - add2_TestBench7 + + add2_TestBench3 - 770,490 + 56,490 @@ -8134,34 +7019,52 @@ 0 - - ResultFlow - - - - - VariableSweep - - 0xff80c0 + + add2_TestBench5 + + + + + + 413,490 + + - - arrow + + 0 - - - - - VariableSweep - - 0xff80c0 + + + add2_TestBench6 + + + + + + 588,490 + + - - arrow + + 0 - - - - + + + add2_TestBench4 + + + + + + 231,490 + + + + + 0 + + + add2_TestBench @@ -8176,14 +7079,14 @@ 0 - - add2_TestBench4 + + paraboloid_TestBench - 231,490 + 581,329 @@ -8191,26 +7094,18 @@ 0 - - ResultFlow - - - - - VariableSweep + + ObjectiveMapping - 0xff80c0 + 0x7cadde arrow - - + + - - - TestConstants_fail_float - + VariableSweep 0xff80c0 @@ -8218,32 +7113,61 @@ arrow - - + + + + + ResultFlow + + + + + ResultFlow + + + + + ResultFlow + + + + + ResultFlow + + + + + ResultFlow + + + + + ResultFlow + + + + + ResultFlow + + - - ObjectiveMapping + + VariableSweep - 0x7cadde + 0xff80c0 arrow - - + + - - ObjectiveMapping - - 0x7cadde - - - arrow - - - + + ResultFlow + + - + VariableSweep 0xff80c0 @@ -8251,22 +7175,25 @@ arrow - - + + - + + + TestDOECache + ParameterStudy - 252,154 + 364,140 - num_samples = 1 + num_samples=2 Uniform @@ -8274,105 +7201,81 @@ None - - Int - - - - - - 301,343 - - - - - - _dummy - - - - - - 301,7 - - - - - + x - 56,84 + 105,63 - 1 + -50,-50 - - String + + fxy - 301,252 + 546,105 - - Float + + y - 301,175 + 105,154 + + -50,50 + - - Array + + x2 - 301,91 + 581,504 - - y + + x1 - 56,161 + 588,357 - - 2 - - - paraboloid_TestBench + + sum_arrays - 294,35 + 595,322 @@ -8380,106 +7283,37 @@ 0 - - Constants + + add2_TestBench - 252,287 + 399,322 - - const_Float - - - - - - 210,161 - - - - - - - - - - - 3.2.2 - - - - - - TestTestBench_With_Files - - ParameterStudy + + 0 + + + + paraboloid_TestBench - 546,182 + 882,329 - 30 + 0 - - num_samples = 1 - - - Full Factorial - - - None - - - Z - - - - - - 882,175 - - - - - - DV - - - - - - 259,182 - - - - - 1,100 - - - - output.py - - - - - - 875,301 - - - - - - + + ObjectiveMapping 0x7cadde @@ -8487,176 +7321,31 @@ arrow - - + + - - FileResultFlow - - + + ResultFlow + + - - VariableSweep + + ResultFlow + + + + + ObjectiveMapping - 0xff80c0 + 0x7cadde arrow - - + + - - TestBench_With_Files - - - - - - 546,399 - - - - - 0 - - - - - TestAnalysis - - AnalysisBlock - - - - - - 350,294 - - - - - sample_analysis.py - - - x - - - - - - 20,65 - - - - - False - - - Addition - - - String - - - - - - - - - - - - false - - - id-081ce7bc-9a9b-4fd6-a525-6bf2fb037874 - - - - - - -inf..inf - - - - - - - - - - output - - - - - - 800,130 - - - - - False - - - - - - - - - 0.0 - - - - opt1 - - - - - - 300,195 - - - - - 4 - - - - config2 - - - - - - 300,130 - - - - - 3 - - - - config1 - - - - - - 300,65 - - - - - 2 - - - - + ObjectiveMapping 0x7cadde @@ -8664,10 +7353,10 @@ arrow - - + + - + VariableSweep 0xff80c0 @@ -8675,30 +7364,62 @@ arrow - - + + - - ParameterStudy + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + + Test_analysis_tool + + Optimizer - 364,140 + 140,84 - - num_samples=1 + + 0x8b0000 + + + 0xff6820 + + + true + + + 0 + + + 0x666666 + + + 12 + + + - - Uniform + + - - None + + COBYLA - + fxy @@ -8710,54 +7431,30 @@ - - x + + y - 105,63 + 105,154 - 100 + -50,50 - - - TestDOECache - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - ResultFlow - - - - - ResultFlow - - - - - add2_TestBench + + paraboloid_TestBench - 399,322 + 581,329 @@ -8765,14 +7462,14 @@ 0 - - paraboloid_TestBench + + count_components - 882,329 + 175,252 @@ -8780,7 +7477,18 @@ 0 - + + VariableSweep + + 0xff80c0 + + + arrow + + + + + ObjectiveMapping 0x7cadde @@ -8788,10 +7496,18 @@ arrow - - + + - + + ResultFlow + + + + + + TestPET_add2 + ParameterStudy @@ -8803,7 +7519,7 @@ - num_samples=2 + num_samples=1 Uniform @@ -8811,46 +7527,7 @@ None - - fxy - - - - - - 546,105 - - - - - - y - - - - - - 105,154 - - - - - -50,50 - - - - x1 - - - - - - 588,357 - - - - - + x @@ -8862,52 +7539,30 @@ - -50,-50 + -50,50 - - x2 + + fxy - 581,504 + 546,105 - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - sum_arrays + + add2_TestBench - 595,322 + 406,315 @@ -8915,7 +7570,7 @@ 0 - + VariableSweep 0xff80c0 @@ -8923,58 +7578,99 @@ arrow - - + + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + - - TestExcelArray - - - - This is to test using the same Excel file twice in a PET. - - 777,269 - - DefaultVisibility + + TestPython + + ParameterStudy + + + + + + 364,140 - - 158,447 + + + + num_samples=1 + + + Uniform + + + None + + + x + + + + + + 105,63 + + + + + 1,10 + + + + fxy + + + + + + 546,105 + - - e8 ff ff ff 00 00 00 00 00 00 00 00 00 00 00 00 90 01 00 00 00 00 00 00 03 02 01 22 41 00 72 00 69 00 61 00 6c 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 - - - - - GenerateArray + + + + PythonWrapper - 175,210 + 644,322 - - GenerateArray.xlsx - - - + + paraboloid.py - - num + + x - 100,60 + 20,65 + + False + Addition @@ -8984,8 +7680,8 @@ - - =Sheet1!$A$1 + + @@ -8993,8 +7689,8 @@ false - - id-30c82dc9-443a-4a4c-af1e-65afc369573f + + @@ -9005,59 +7701,104 @@ - - 6 + + - - array + + f_xy - 800,60 + 800,65 - - =Sheet1!$A$2:$D$2 + + False + + + - - + + 0.0 - - strArray + + y - 800,120 + 20,130 - - =Sheet1!$A$5:$B$5 + + False + + + Addition + + + String + + + + + + + + + + + + false + + + - + + -inf..inf + + + + asdf + - + + add2_TestBench + + + + + + 406,315 + + + + + 0 + + + ResultFlow - - + + - + ObjectiveMapping 0x7cadde @@ -9065,10 +7806,10 @@ arrow - - + + - + VariableSweep 0xff80c0 @@ -9076,60 +7817,98 @@ arrow - - + + - - AverageArray + + + + 0xff80c0 + + + arrow + + + + + + + TestMATLAB + + ParameterStudy - 448,203 + 364,140 - - AverageArray.xlsx + + num_samples=1 - - + + Uniform - - fourth_value + + None + + + x - + - 800,120 + 105,63 - - =Sheet1!$B$2 - - - + + 1,10 - + + + fxy + - + + + + 546,105 + + + - - average + + + MATLABWrapper + + + + + + 742,357 + + + + + C:\Users\kevin\Documents\matlab_wrapper\matlab_wrapper\test\stat2.m + + + m - 800,60 + 800,300 - - =Sheet1!$A$2 + + @@ -9138,17 +7917,29 @@ - - array + + s - 100,60 + 800,300 + + + + + + + + + + + + a Addition @@ -9158,8 +7949,8 @@ - - =Sheet1!$A$1:$D$1 + + @@ -9167,8 +7958,8 @@ false - - id-e7ac1f93-3595-4257-b3cc-d6d1003e7a72 + + @@ -9179,28 +7970,99 @@ - - System.Object[,] + + + + + + b + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + + + + + c + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + - - ResultFlow - - - - - ObjectiveMapping - - 0x7cadde + + add2_TestBench + + + + + + 406,315 + + - - arrow + + 0 - - - - + + VariableSweep 0xff80c0 @@ -9208,10 +8070,20 @@ arrow - - + + + + + ResultFlow + + + + + ResultFlow + + - + ObjectiveMapping 0x7cadde @@ -9219,105 +8091,290 @@ arrow - - + + - - ObjectiveMapping + + VariableSweep - 0x7cadde + 0xff80c0 arrow - - + + - - MakeSentence + + + TestConstants + + ParameterStudy - 448,329 + 252,154 - - MakeSentence.xlsx + + num_samples = 1 - - + + Uniform - - sentence + + None + + + Float - + - 800,60 + 301,175 - - =Sheet1!$A$2 - - + + + String + - - + + + + 301,252 + + + + + + Int + + + + + + 301,343 + + + + + + Array + + + + + + 301,91 + + + + + + _dummy + + + + + + 301,7 + + + + + + x + + + + + 56,84 + + + + + 1 - - words + + y - + - 100,60 + 56,161 - - Addition + + 2 - - String + + + + Constants + + + + + + 252,287 + + + + + String + + + + + + 210,105 + + + + + - + - - =Sheet1!$A$1:$B$1 + + "AString" - + + + Integer + + + + + + 210,49 + + + + - - false + + - - id-e3a2dd8a-5169-467e-9817-3cfa18b22b15 + + 4 + + + + Float + + + + + + 210,161 + + + + + - - -inf..inf + + 3.2 - + + + Array + + + + + + 210,210 + + + + + + + - System.Object[,] + [1.0, 2.2, 3.3] - + + paraboloid_TestBench + + + + + + 294,35 + + + + + 0 + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + ObjectiveMapping 0x7cadde @@ -9325,214 +8382,216 @@ arrow - - + + + + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + VariableSweep + + 0xff80c0 + + + arrow + + + - + + + TestConstants_fail_array + ParameterStudy - 182,84 + 252,154 - num_samples=2 + num_samples = 1 - Full Factorial + Uniform None - - Number + + Float - 112,105 + 301,175 - - 5,10 - - - FourthValue + + String - 546,266 + 301,252 - - Array + + Int - 546,189 + 301,343 - - Sentence + + Array - 546,336 + 301,91 - - StrArray + + _dummy - 546,406 + 301,7 - - Average + + x - 546,105 + 56,84 + + 1 + - - - GenerateArray2 - - - - - - 168,490 - - - - - GenerateArray.xlsx - - - - - - array + + y - + - 800,60 + 56,161 - - =Sheet1!$A$2:$D$2 - - - - - - + + 2 - - strArray - + + + Constants + + + - - - - 800,120 - + + 252,287 - - =Sheet1!$A$5:$B$5 - - - - - - - - - - num + + + Array - + - 100,60 + 210,210 - - Addition - - - String - - - - - - =Sheet1!$A$1 - - + - - false - - - id-ca9fa76a-f005-45ec-a8fe-49bfd7621d02 - - - -inf..inf - - - - - 6 + [1.0, 2.2, 3.3) - - - TestFileCopy - + + paraboloid_TestBench + + + + + + 294,35 + + + + + 0 + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + VariableSweep 0xff80c0 @@ -9540,256 +8599,156 @@ arrow - - + + - - PythonWrapper + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + + TestConstants_fail_string + + ParameterStudy - 644,322 + 252,154 - - ..\..\bin\Python27\Lib\site-packages\openmdao\test\paraboloid.py + + num_samples = 1 - - x - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - + + Uniform + + + None + + + Float + - + + + + 301,175 + + + - - f_xy + + String - + - 800,300 + 301,252 - - - - - - - - - - - CopyFiles + + Int - + - 329,308 + 301,343 - - component_files - - - components/23kc5zsm - - - - y + + + Array - + - 42,42 + 301,91 - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - ParameterStudy - - - + + _dummy + - - 364,140 + + + + 301,7 + - - - num_samples=1 - - - Uniform - - - None - - + + x - 105,63 + 56,84 - 1,10 + 1 - - fxy + + y - 546,105 + 56,161 + + 2 + - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - - TestOptimizerIntermediateValueConstraint - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - Add2 + + Constants - 350,259 + 252,287 - - add2.py - - - y + + String - + - 800,65 + 210,105 - - False - @@ -9797,59 +8756,48 @@ - 0.0 + AString - - x - + + + paraboloid_TestBench + + + - - - - 20,65 - + + 294,35 - - False - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - + + + 0 + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + VariableSweep 0xff80c0 @@ -9857,271 +8805,205 @@ arrow - - + + - - ConstraintMapping - - + + VariableSweep + + 0xff80c0 + + + arrow + + + - - Optimizer + + + TestConstants_fail_float + + ParameterStudy - 140,84 + 252,154 - - 0x8b0000 - - - 0xff6820 - - - true - - - 0 - - - 0x666666 - - - 12 - - - + + num_samples = 1 - - + + Uniform - - COBYLA + + None - - constraint + + Float - 350,154 + 301,175 - - 0 - - - - - - f_xy + + String - 350,245 + 301,252 - - x + + Int - 105,63 + 301,343 - - -50,50 - - - y + + Array - 105,154 + 301,91 - - -50,50 - - - z + + _dummy - 350,63 + 301,7 - - - ResultFlow - - - - - Paraboloid - - - - - - 588,343 - - - - - paraboloid.py - - - f_xy + + x - + - 800,65 + 56,84 - - False - - - - - - - - - 0.0 + + 1 - + y - + - 20,130 + 56,161 - - False - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - + + 2 - - x + + + Constants + + + + + + 252,287 + + + + + Float - + - 20,65 + 210,161 - - False - - - Addition - - - String - - - - - - - - - false - - - - - - -inf..inf - - - - - - + + 3.2.2 - - IntermediateVariableMapping - - + + paraboloid_TestBench + + + + + + 294,35 + + + + + 0 + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + - + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + VariableSweep 0xff80c0 @@ -10129,64 +9011,79 @@ arrow - - + + - - - NoDesignVariables - - ObjectiveMapping + + VariableSweep - 0x7cadde + 0xff80c0 arrow - - + + - + + + TestFEA + ParameterStudy - 364,140 + 105,63 - - + + num_samples = 1 - Opt Latin Hypercube + Uniform None - - fxy + + ignore - 546,105 + 126,203 + + + + + 5,10 + + + + objective + + + + + + 385,189 - - add2_TestBench + + FEA_Box_CircleTest - 406,315 + 147,189 @@ -10194,10 +9091,7 @@ 0 - - - TestConstants_fail_array - + VariableSweep 0xff80c0 @@ -10205,21 +9099,10 @@ arrow - - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - + + - + ObjectiveMapping 0x7cadde @@ -10227,28 +9110,34 @@ arrow - - + + - - Constants + + + TestFileRecorder + + FileGenerator - 252,287 + 266,294 - - const_Array + + file_player.py + + + File - + - 210,210 + 800,65 @@ -10258,35 +9147,72 @@ - - [1.0, 2.2, 3.3) + + + + + + Number + + + + + + 20,65 + + + + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + - - VariableSweep - - 0xff80c0 - - - arrow - - - - - + ParameterStudy - 252,154 + 238,140 + + 0 + - num_samples = 1 + num_samples=3 Uniform @@ -10294,748 +9220,460 @@ None - - String - - - - - - 301,252 - - - - - - Array - - - - - - 301,91 - - - - - - _dummy - - - - - - 301,7 - - - - - - Float - - - - - - 301,175 - - - - - - Int - - - - - - 301,343 - - - - - + x - 56,84 + 182,105 - 1 + 1,10 - - y + + file_x.txt - 56,161 + 546,105 - - 2 - - - paraboloid_TestBench - - - - - - 294,35 - - - - - 0 - - - - - - WorkflowDefinitions - - PET - - Task - - - - - - 357,168 - - - - - MGA.Decorator.Workflow - - - MGA.Interpreter.CyPhyPET - - - - - - - - CAD - - Task - - - - - - 56,28 - - - - - MGA.Decorator.Workflow - - - MGA.Interpreter.CyPhy2CAD_CSharp - - - - - - - - paraboloid_TestBenchScript - - Task - - - - - - 154,84 - - + + VariableSweep + + 0xff80c0 - - MGA.Decorator.Workflow + + arrow - - MGA.Interpreter.CyPhyPython - - - { - "automation": "true", - "do_config": "true", - "name": "CyPhyPython", - "output_dir": "", - "runCommand": "", - "script_file": "paraboloid_script.py", - "AnalysisTool": "Default" -} - - + + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + - - ModelicaWorkflow - - Task + + TestTestBench_With_Files + + ParameterStudy - + - 336,154 + 546,182 - - MGA.Decorator.Workflow + + 30 - - MGA.Interpreter.CyPhy2Modelica_v2 + + num_samples = 1 - - { - "simulationTargetTool": null, - "AnalysisTool": "Default" -} + + Full Factorial - - - - analysis_tool_count_components - - Task - - - + + None + + + DV + - - 168,70 + + + + 259,182 + - - - MGA.Decorator.Workflow - - - MGA.Interpreter.CyPhyDesignExporter - - - { - "AnalysisTool": "ExamplePythonCountComponents" -} - - - - - CADWorkflow - - Task - - - + + 1,100 + + + + Z + - - 217,98 + + + + 882,175 + - - - MGA.Decorator.Workflow - - - MGA.Interpreter.CyPhy2CAD_CSharp - - - { - "AnalysisTool": "Default" -} - - - - - sum_arrays - - Task - - - + + + output.py + - - 161,112 + + + + 875,301 + - - - MGA.Decorator.Workflow - - - MGA.Interpreter.CyPhyPython - - - { - "automation": "true", - "do_config": "true", - "name": "CyPhyPython", - "output_dir": "", - "runCommand": "", - "script_file": "sum_arrays.py", - "AnalysisTool": "Default" -} - - - - - file_passing_TestBenchScript - - Task + + + + TestBench_With_Files - + - 161,112 + 546,399 - - MGA.Decorator.Workflow + + 0 - - MGA.Interpreter.CyPhyPython - - - { - "automation": "true", - "do_config": "true", - "name": "CyPhyPython", - "output_dir": "", - "runCommand": "", - "script_file": "file_passing.py", - "AnalysisTool": "Default" -} - - + + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + FileResultFlow + + + - - MATLAB_SeekerCalc - - Task + + NoDesignVariables + + ParameterStudy - + - 238,126 + 364,140 - - MGA.Decorator.Workflow - - - MGA.Interpreter.CyPhyPython + + - - { - "automation": "true", - "do_config": "true", - "name": "CyPhyPython", - "output_dir": "", - "runCommand": "", - "script_file": "SeekerCalc.py", - "AnalysisTool": "Default" -} + + Opt Latin Hypercube - - - - add2_TestBenchScript - - Task + + None + + + fxy + + + + + + 546,105 + + + + + + + add2_TestBench - + - 161,112 + 406,315 - - MGA.Decorator.Workflow + + 0 - - MGA.Interpreter.CyPhyPython - - - { - "automation": "true", - "do_config": "true", - "name": "CyPhyPython", - "output_dir": "", - "runCommand": "", - "script_file": "add2_script.py", - "AnalysisTool": "Default" -} - - + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + - - - PETHierarchy - - ParaboloidOptimization - - ParaboloidProblem + + UnitsMatch + + ParameterStudyDriver - 266,259 + 203,91 - - 0 - - - ProblemOutputFlowSourceConnection - - w - - - - - - Paraboloid + + + + + Full Factorial + + + None + + + Objective - 266,126 + 350,140 - - paraboloid.py - - - x - - - - - - 20,65 - - - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - f_xy - - - - - - 800,65 - - - - - - - - - - - - - - - y - - - - - - 20,130 - - + + + + PythonWrapper + + + + + + 182,238 - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - - ProblemInputFlowTargetConnection - - N - - - - - - ProblemInputFlowTargetConnection - - S - - - - - y + + + buffer_float.py + + + output - + - 112,189 + 800,65 - - 6 + + False - + - - - f_xy - + - - - - 497,147 - - - - - 2 - - - - x + + + 0.0 + + + + input - + - 112,91 + 20,65 - - 6 + + False + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + - + - - ProblemInputFlowSourceConnection - - + + ObjectiveMapping + + 0x7cadde + + + arrow + + + - - Optimizer + + + UnitsDoNotMatch + + ParameterStudyDriver - 420,119 + 203,91 - - 0 - - - + + Full Factorial - - COBYLA + + None - - f_xy - - - - - - 525,175 - - - - - - y - - - - - - 154,231 - - - - - -50,50 - - - - x + + Objective - 154,154 + 350,140 - - -50,50 - - - ProblemOutputFlowTargetConnection - - - - - ProblemInputFlowSourceConnection - - - - - - PythonMetricSyntax - + PythonWrapper - 210,196 + 182,238 - string_doubler.py + buffer_float.py - - y_doubled + + input - 800,130 + 20,65 - True + False + + Addition + + + String + + + + + + + + + false + + + + - - u'' + + -inf..inf + + + + + + - - x_doubled + + output @@ -11046,7 +9684,7 @@ - True + False @@ -11055,23 +9693,106 @@ - u'' + 0.0 - + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + + TestFileCopy + + ParameterStudy + + + + + + 364,140 + + + + + num_samples=1 + + + Uniform + + + None + + + fxy + + + + + + 546,105 + + + + + x - + - 20,65 + 105,63 - - True + + 1,10 + + + + + PythonWrapper + + + + + + 644,322 + + + + + ..\..\bin\Python27\Lib\site-packages\openmdao\test\paraboloid.py + + + CopyFiles + + + + + + 329,308 + + + + component_files + + + components/23kc5zsm + + + + x Addition @@ -11090,8 +9811,8 @@ false - - id-8b3ba0c4-72bb-41a8-934f-678cd31e5a0b + + @@ -11106,20 +9827,17 @@ - + y - 20,130 + 42,42 - - True - Addition @@ -11138,8 +9856,8 @@ false - - id-9037c001-cd57-4459-b701-7064dfab602e + + @@ -11154,246 +9872,40 @@ - - - ProblemInputFlowSourceConnection - - - - - Subproblem - - - - - - 476,196 - - - - - PythonWrapper - - - - - - 399,147 - - - - - string_doubler.py - - - y_doubled - - - - - - 800,130 - - - - - True - - - - - - - - - u'' - - - - x_doubled - - - - - - 800,65 - - - - - True - - - - - - - - - u'' - - - - y - - - - - - 20,130 - - - - - True - - - Addition - - - String - - - - - - - - - - - - false - - - id-79ab570b-fd01-4d09-8ba6-ab19cf0a9186 - - - - - - -inf..inf - - - - - - - - - - x - - - - - - 20,65 - - - - - True - - - Addition - - - String - - - - - - - - - - - - false - - - id-f7c44fcf-fe12-4b9d-879c-599703da5f8e - - - - - - -inf..inf - - - - - - - - - - - ProblemInputFlowTargetConnection - - - - - b + + f_xy - + - 147,224 + 800,300 - + - - - ProblemInputFlowTargetConnection - - - - - ProblemOutputFlowSourceConnection - - - - - a - + - - - - 140,70 - - - + - - - parab - - - - - - 637,161 - - - - + - - ProblemInputFlowSourceConnection - - + + ObjectiveMapping + + 0x7cadde + + + arrow + + + - + VariableSweep 0xff80c0 @@ -11401,10 +9913,10 @@ arrow - - + + - + VariableSweep 0xff80c0 @@ -11412,97 +9924,139 @@ arrow - - + + - - ParameterStudyDriver + + + TestOptimizerIntermediateValueConstraint + + Optimizer - 364,77 + 140,84 - - num_samples=2 + + 0x8b0000 + + + 0xff6820 + + + true + + + 0 + + + 0x666666 + + + 12 + + + - - Full Factorial + + - - None + + COBYLA - - result + + x - 931,63 + 105,63 + + -50,50 + - - a + + f_xy - 371,63 + 350,245 + + + + + + y + + + + + + 105,154 - "one";"two" + -50,50 + + + + z + + + + + + 350,63 + + + + + + constraint + + + + + + 350,154 + + + + + 0 + + + - - ProblemOutputFlowTargetConnection - - - - - - OptimizationInitialConditionProfilingOutputConnectedToObjective - - ProblemInputFlowSourceConnection - - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - SaveTime + + Add2 - 98,224 + 350,259 - savetime.py + add2.py - - pass_out + + y @@ -11512,18 +10066,21 @@ + + False + - - + + 0.0 - - pass_in + + x @@ -11533,6 +10090,9 @@ + + False + Addition @@ -11568,177 +10128,106 @@ - - ProblemOutputFlowTargetConnection - - - - - ParameterStudy + + Paraboloid - 413,91 + 588,343 - - num_samples = 2 - - - Full Factorial - - - None + + paraboloid.py - - x_0 + + f_xy - + - 126,147 + 800,65 - - -50,50 - - - - y_f - - - - - - 546,364 - - + + False - - - y_0 - + - - - - 126,224 - - - - - -50,50 - - - f_xy - - - - - - 546,217 - - - - - - x_f - + - - - - 546,294 - - - + + + 0.0 + - - Time + + x - + - 546,147 + 20,65 - - - - ProblemInputFlowSourceConnection - - - - - ProblemOutputFlowTargetConnection - - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - MeasureTime - - - - - - 588,245 - + + False - - - measuretime.py - - - time - + + Addition + + + String + + - - - - 800,65 - - - + + + + + + false + + + + + + -inf..inf + + + + - - finished + + y - 20,65 + 20,130 + + False + Addition @@ -11774,1329 +10263,1048 @@ - - OptimizationProblem + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + ResultFlow + + + + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + IntermediateVariableMapping + + + + + ConstraintMapping + + + + + + TestExcelArray + + + + This is to test using the same Excel file twice in a PET. + + 777,269 + + DefaultVisibility + + + 158,447 + + + + e8 ff ff ff 00 00 00 00 00 00 00 00 00 00 00 00 90 01 00 00 00 00 00 00 03 02 01 22 41 00 72 00 69 00 61 00 6c 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 + + + + + ParameterStudy - 364,231 + 182,84 - - x_f + + num_samples=2 + + + Full Factorial + + + None + + + Array - 574,217 + 546,189 - - 2 - - - - f_xy + + + Number - 672,147 + 112,105 - - 2 - - - - y_0 + + 5,10 + + + + Average - 273,259 + 546,105 - - 6 - - - - - - - ProblemInputFlowSourceConnection - - n - - - - - - y_f + + + FourthValue - 658,259 + 546,266 - - 2 - - - - ProblemOutputFlowSourceConnection - - Ew - - - - - - Optimizer + + + Sentence - 364,126 + 546,336 - - 0 - - - - - + + + StrArray + - - - COBYLA - - - x - - - - - - 154,154 - - - - - -50,50 - - - - f_xy - + - - - - 525,175 - + + 546,406 - - - y - - - - - - 154,231 - - + + + + + GenerateArray + + + + + + 175,210 - - -50,50 - - - - - Paraboloid + + + + GenerateArray.xlsx + + + + + + array - + - 364,350 + 800,60 - - paraboloid.py + + =Sheet1!$A$2:$D$2 - - y - - - - - - 20,130 - - - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - f_xy - - - - - - 800,65 - - - - - - - - - - - - - - - x - + + + + + + + + + num + + + - - - - 20,65 - + + 100,60 - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - - ProblemInputFlowTargetConnection - - S - - - - - - ProblemInputFlowSourceConnection - - n - - - - - x_0 + + Addition + + + String + + + + + + =Sheet1!$A$1 + + + + + + false + + + id-30c82dc9-443a-4a4c-af1e-65afc369573f + + + + + + -inf..inf + + + + + + 6 + + + + strArray - + - 182,217 + 800,120 - - 6 - + + =Sheet1!$A$5:$B$5 + + + + - - - ProblemOutputFlowSourceConnection - - Ew - - - - - - ProblemInputFlowTargetConnection - - S - - - - - - ProblemOutputFlowSourceConnection - - w - - - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - + - - - TestBenchInputFromSubproblem - - ProblemInputFlowSourceConnection - - - - - ProblemOutputFlowTargetConnection - - - - - ParaboloidSubproblem + + MakeSentence - 434,343 + 448,329 - - PythonWrapper + + MakeSentence.xlsx + + + + + + sentence - + - 721,273 + 800,60 - - paraboloid.py + + =Sheet1!$A$2 - - y - + + + + + + + + + words + + + - - - - 20,130 - + + 100,60 - - False + + + Addition + + + String + + + + + + =Sheet1!$A$1:$B$1 + + + + + + false + + + id-e3a2dd8a-5169-467e-9817-3cfa18b22b15 + + + + + + -inf..inf + + + + + + System.Object[,] + + + + + AverageArray + + + + + + 448,203 - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - x - + + + + AverageArray.xlsx + + + + + + array + + + - - - - 20,65 - + + 100,60 - - False - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - f_xy - + + + Addition + + + String + + + + + + =Sheet1!$A$1:$D$1 + + + + + + false + + + id-e7ac1f93-3595-4257-b3cc-d6d1003e7a72 + + + + + + -inf..inf + + + + + + System.Object[,] + + + + average + + + - - - - 800,65 - + + 800,60 - - False - - - - - - - - - 0.0 - - - - - parab + + + =Sheet1!$A$2 + + + + + + + + + + fourth_value - + - 1036,294 + 800,120 - - - b + + =Sheet1!$B$2 + + + + + + + + + + + GenerateArray2 + + + + + + 168,490 + + + + + GenerateArray.xlsx + + + + + + strArray - + - 392,364 + 800,120 + + =Sheet1!$A$5:$B$5 + + + + - - - ProblemInputFlowTargetConnection - - E - - - - - - ProblemOutputFlowSourceConnection - - w + + + num + + + + + + 100,60 + + - - - - - a + + Addition + + + String + + + + + + =Sheet1!$A$1 + + + + + + false + + + id-ca9fa76a-f005-45ec-a8fe-49bfd7621d02 + + + + + + -inf..inf + + + + + + 6 + + + + array - + - 385,210 + 800,60 + + =Sheet1!$A$2:$D$2 + + + + - - - ProblemInputFlowTargetConnection - - E - - - - + - - ProblemInputFlowSourceConnection - - + + VariableSweep + + 0xff80c0 + + + arrow + + + - - add2_TestBench - - - - - - 728,350 - - + + ObjectiveMapping + + 0x7cadde - - - ParameterStudyDriver + + arrow + + + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + ResultFlow + + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + ResultFlow + + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + + TestAnalysis + + ParameterStudy - 595,98 + 364,140 - num_samples=2 + num_samples=1 - - Full Factorial + + Uniform None - - b - - - - - - 371,196 - - - - - 1,10 - - - - result + + fxy - 931,63 + 546,105 - - a + + x - 371,63 + 105,63 - 1,10 + 100 - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - - OptimizationInitialConditionProfilingRepeat - - ProblemOutputFlowTargetConnection - - - - - ProblemOutputFlowTargetConnection - - - - - ProblemOutputFlowTargetConnection - - - - - ParametricExploration + + AnalysisBlock - 252,231 + 350,294 - - ProblemInputFlowSourceConnection - - - - - f_xy + + sample_analysis.py + + + config1 - + - 1001,91 + 300,65 + + 2 + - - ProblemOutputFlowSourceConnection - - w - - - - - - ProblemInputFlowSourceConnection - - - - - MeasureTime + + config2 - + - 672,273 + 300,130 - - measuretime.py + + 3 - - time - - - - - - 800,65 - - - - - - - - - - - - - - - finished - - - - - - 20,65 - - - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - - ParameterStudy + + + opt1 - + - 448,119 + 300,195 - - num_samples = 25 - - - Full Factorial - - - None + + 4 - - Time - - - - - - 546,147 - - - - - - x_0 - - - - - - 126,147 - - - - - -50,50 - - - - x_f - - - - - - 546,294 - - - - - - f_xy - - - - - - 546,217 - - - - - - y_f - - - - - - 546,364 - - - - - - y_0 - - - - - - 126,224 - - - - - -50,50 - - - - - ProblemOutputFlowTargetConnection - - - - - n + + + x - + - 77,56 + 20,65 + + False + + + Addition + + + String + + + + + + + + + + + + false + + + id-081ce7bc-9a9b-4fd6-a525-6bf2fb037874 + + + + + + -inf..inf + + + + - - - ProblemOutputFlowSourceConnection - - w - - - - - - Time + + + output - + - 1001,28 + 800,130 - - - OptimizationProblem - - - - - - 448,259 - - + + False - - x_f - - - - - - 574,217 - - - - - 2 - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - x_0 - - - - - - 182,217 - - - - - 6 - - - - - - - PythonWrapper - - - - - - 364,350 - - - - - paraboloid.py - - - f_xy - - - - - - 800,65 - - - - - - - - - - - - - - - x - - - - - - 20,65 - - - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - y - - - - - - 20,130 - - - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - - ProblemInputFlowTargetConnection - - S - - - - - - ProblemOutputFlowSourceConnection - - w + + + + + + + + 0.0 + + + + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + + TestTwoPythonInterpreter + + ParameterStudy + + + + + + 364,140 - - - - - y_f - + + + + num_samples=1 + + + Uniform + + + None + + + fxy + + + - - - - 658,259 - + + 546,105 - - 2 - - - - f_xy - + + + + x + + + - - - - 658,371 - + + 105,63 - - - ProblemInputFlowSourceConnection - - n + + + 508 + + + + + add2_TestBench + + + + + + 406,315 - - - - - y_0 + + + + 0 + + + + add2_TestBench_again + + + + + + 623,315 + + + + + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + ResultFlow + + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + + + PETHierarchy + + StringEnumDriver + + ParametricExploration + + + + + + 399,210 + + + + + PythonWrapper + + + + + + 406,161 + + + + + string_doubler.py + + + x_doubled - + - 273,259 + 800,65 - - 6 + + True - + - - - Optimizer + + + + + u'' + + + + y_doubled - + - 364,126 + 800,130 - - 0 + + True - + - + - - COBYLA + + u'' - - y - - - - - - 154,231 - - - - - -50,50 - - - - f_xy - - - - - - 525,175 - - - - - - x - - - - - - 154,154 - - - - - -50,50 - - - - - ProblemInputFlowTargetConnection - - S - - - - - - ProblemOutputFlowSourceConnection - - Ew - - - - - - ProblemOutputFlowSourceConnection - - Ew - - - - - - ProblemInputFlowSourceConnection - - n - - - - - - - ProblemOutputFlowTargetConnection - - - - - ProblemOutputFlowTargetConnection - - - - - SaveTime - - - - - - 182,252 - - - - - savetime.py - - - pass_in + + + x @@ -13106,6 +11314,9 @@ + + True + Addition @@ -13140,114 +11351,107 @@ - - pass_out + + y - 800,65 + 20,130 + + True + + + Addition + + + String + + + + + + + + + false + + + + + + -inf..inf + + + + - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - ProblemOutputFlowSourceConnection - - w - - - - - - x_f + + ProblemInput - 1001,154 + 182,175 + + + - - ProblemOutputFlowTargetConnection - - - - - y_f + + ProblemOutput - 1001,217 + 721,175 - + + ProblemInputFlowTargetConnection + + + + ProblemOutputFlowSourceConnection - - w - - - + + - - ProblemInputFlowSourceConnection - - - - - ParameterStudy + + ParameterStudyDriver - 427,91 + 399,84 - num_samples = 2 + num_samples=2 + Full Factorial @@ -13255,324 +11459,427 @@ None - - x_f + + DesignVariable - 546,294 + 168,126 + + "one";"two" + - - n + + Objective - 126,224 + 532,119 - - -50,50 - - - Time + + + ProblemInputFlowSourceConnection + + + + + ProblemOutputFlowTargetConnection + + + + + + MultiplePETNestingExample + + ParameterStudyDriver + + + + + + 140,7 + + + + + num_samples=3 + + + Full Factorial + + + None + + + x - 546,147 + 63,14 + + -50,+50 + - - y_f + + y - 546,364 + 63,98 + + -50,+50 + - + f_xy - 546,217 + 308,56 - - ProblemOutputFlowTargetConnection - - - - - - SubproblemConnectedToSubproblem - - sub2 + + sub - 889,364 + 140,126 - - in - - - - - - 224,329 - - - - - - - - - ResultFlow - - - - - ProblemOutputFlowSourceConnection - - w - - - - - - ProblemInputFlowTargetConnection - - E - - - - - - Constants + + subsub - 189,441 + 168,56 - - C + + Paraboloid - + - 322,175 + 252,147 + + + + + paraboloid.py + + + f_xy + + + + + + 800,65 + + + + + False + + + + + + + + + 0.0 + + + + x + + + + + + 20,65 + + + + + False + + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + + + + + y + + + + + + 20,130 + - - - - - - - - - 0.0 - - - - - Paraboloid - - - - - - 588,315 + + False - - - - paraboloid.py - - - f_xy + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + + + + + + x - + - 800,65 + 133,119 - - False - - - - - + - - 0.0 - - - + + y - + - 20,130 + 133,203 - - False - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - x + + + f_xy - + - 20,65 + 455,168 - - False + + + ProblemInputFlowTargetConnection + + E - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - + + + + + ProblemInputFlowTargetConnection + + E + + + + + + ProblemOutputFlowSourceConnection + + w + + + + + + + x + + + - - + + 70,35 + + + + + + + + + y + + + - - - - - out + + 70,119 + + + + + + + + + f_xy - 1106,336 + 364,77 + + ProblemInputFlowSourceConnection + + E + + + + + + ProblemInputFlowSourceConnection + + E + + + + + + ProblemOutputFlowSourceConnection + + w + + + + - - ProblemOutputFlowTargetConnection - - + + ProblemInputFlowSourceConnection + + - + ProblemInputFlowSourceConnection - - + + + + + ProblemOutputFlowTargetConnection + + - + + + TestBenchInputFromSubproblem + ParameterStudyDriver - 651,105 + 595,98 @@ -13585,67 +11892,106 @@ None - + a - 455,154 + 371,63 - 0,10 + 1,10 - - x + + result - 931,154 + 931,63 + + + + + + b + + + + + + 371,196 + + 1,10 + - - sub1 + + ParaboloidSubproblem - 420,364 + 434,343 - - Paraboloid + + PythonWrapper - 588,315 + 721,273 paraboloid.py - - y + + f_xy - 20,130 + 800,65 + + + + + False + + + + + + + + + 0.0 + + + + x + + + + + + 20,65 @@ -13686,14 +12032,14 @@ - - x + + y - 20,65 + 20,130 @@ -13734,39 +12080,15 @@ - - f_xy - - - - - - 800,65 - - - - - False - - - - - - - - - 0.0 - - - - in + + a - 224,329 + 385,210 @@ -13774,242 +12096,112 @@ - - out + + b - 1106,336 + 392,364 + + + - - Constants + + parab - 189,441 + 1036,294 - - C - - - - - - 322,175 - - - - - - - - - - - 0.0 - - - - - ResultFlow - - - - - ProblemOutputFlowSourceConnection + + + ProblemInputFlowTargetConnection - w + E - - + + - + ProblemInputFlowTargetConnection E - - + + + + + ProblemOutputFlowSourceConnection + + w + + + - - ProblemOutputFlowTargetConnection - - - - - - DuplicatePETNamesExample - - ProblemOutputFlowTargetConnection - - - - - ParametricExploration + + add2_TestBench - 154,119 + 728,350 - - ProblemInputFlowTargetConnection - - E - - - - - - x - - - - - - 84,84 - - - - - - - - - BufferFloat - - - - - - 196,63 - - - - - buffer_float.py - - - input - - - - - - 20,65 - - - - - False - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - output - - - - - - 800,65 - - - - - False - - - - - - - - - 0.0 - - - - - f_x - - - - - - 434,84 - - - - - - ProblemOutputFlowSourceConnection - - w - - - - - - + + + ProblemInputFlowSourceConnection + + + + + ProblemInputFlowSourceConnection + + + + + ProblemOutputFlowTargetConnection + + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + + TestBenchInputFromProblemInput + ParameterStudyDriver - 147,21 + 301,154 - num_samples=3 - + num_samples=2 Full Factorial @@ -14017,234 +12209,299 @@ None - - f_xy_1 - - - - - - 504,63 - - - - - - f_xy_2 + + a - 504,133 + 371,63 + + 1,10 + - - x + + result - 63,63 + 931,63 - - -50,+50 - - - y + + b - 63,133 + 371,196 - -50,+50 + 1,10 - - ProblemInputFlowSourceConnection - - - - - ProblemOutputFlowTargetConnection - - - - - ProblemInputFlowSourceConnection - - - - - ParametricExploration + + TBSubproblem - 154,217 + 427,406 - - ProblemOutputFlowSourceConnection - - w - - - - - - BufferFloat + + a - 196,63 + 196,350 - - buffer_float.py + + 0.0 - - output - + + + res + + + - - - - 800,65 - + + 1134,350 - - False - - - - - - - - - 0.0 - - - - input - + + + + add2_TestBench + + + - - - - 20,65 - + + 637,329 - - False - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - + + + ProblemInputFlowTargetConnection E - - + + - - f_x + + ProblemOutputFlowSourceConnection + + w + + + + + + + PythonWrapper + + + + + + 182,406 + + + + + paraboloid.py + + + f_xy - + - 434,84 + 800,65 - - + + False + + + + + + + + + 0.0 + + + x - + - 84,84 + 20,65 + + False + + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + - + + + y + + + + + + 20,130 + + + + + False + + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + + + + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + ProblemInputFlowSourceConnection + + + + + ProblemOutputFlowTargetConnection + + + - - MultiplePETNestingExample - + + SubproblemConnectedToSubproblem + ParameterStudyDriver - 140,7 + 651,105 - num_samples=3 + num_samples=2 Full Factorial @@ -14252,301 +12509,221 @@ None - - f_xy - - - - - - 308,56 - - - - - - y + + a - 63,98 + 455,154 - -50,+50 + 0,10 - + x - 63,14 + 931,154 - - -50,+50 - - - ProblemOutputFlowTargetConnection - - - - - sub + + sub2 - 140,126 + 889,364 - - x + + Paraboloid - 70,35 + 588,315 - - + + paraboloid.py - - - subsub - - - - - - 168,56 - - - - + f_xy - + - 455,168 + 800,65 - - - y - - - - - - 133,203 - - + + False - + - - - Paraboloid + + + + + 0.0 + + + + x - + - 252,147 + 20,65 - - paraboloid.py + + False + + + Addition - - f_xy - - - - - - 800,65 - - - - - False - - - - - - - - - 0.0 - - - - x - - - - - - 20,65 - - - - - False - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - y - - - - - - 20,130 - - - - - False - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - - x + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + + + + + y - + - 133,119 + 20,130 + + False + + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + - - - ProblemInputFlowTargetConnection - - E - - - - - - ProblemInputFlowTargetConnection - - E + + + + Constants + + + + + + 189,441 + - - - - - ProblemOutputFlowSourceConnection - - w + + + C + + + + + + 322,175 + + - - - + + + + + + + + 0.0 + + - - y + + in - 70,119 + 224,329 @@ -14554,492 +12731,389 @@ - - ProblemOutputFlowSourceConnection - - w - - - - - - f_xy + + out - 364,77 + 1106,336 - - ProblemInputFlowSourceConnection + + ProblemInputFlowTargetConnection E - - + + - - ProblemInputFlowSourceConnection + + ProblemOutputFlowSourceConnection - E + w - - + + + + + ResultFlow + + - - ProblemInputFlowSourceConnection - - - - - ProblemInputFlowSourceConnection - - - - - - OptimizationInitialConditionProfiling - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - ParameterStudy + + sub1 - 413,91 + 420,364 - - num_samples = 2 - - - Full Factorial - - - None - - - y_f + + Paraboloid - 546,364 + 588,315 - - - x_f - - - + + paraboloid.py + + + f_xy + - - 546,294 + + + + 800,65 + - - - - x_0 - - - - - - 126,147 - + + False - - - -50,50 - - - - f_xy - - - + - - 546,217 - - - - - - Time - - - + + - - 546,147 + + + 0.0 + + + + x + + + + + + 20,65 + - - - - y_0 - - - + + False + + + Addition + + + String + + - - 126,224 + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + + + + + y + + + + + + 20,130 + - - - -50,50 - - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - SaveTime - - - - - - 98,224 + + False - - - - savetime.py - - - pass_out + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + + + + + + Constants - + - 800,65 + 189,441 - - - - - - - - - - - - pass_in - - - + + C + - - 20,65 + + + + 322,175 + - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - - ProblemOutputFlowTargetConnection - - - - - MeasureTime - - - - - - 588,245 - - - - - measuretime.py - - - finished + + + + + + + + 0.0 + + + + + in - + - 20,65 + 224,329 - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - time + + + out - + - 800,65 + 1106,336 - - - - - - - - - - + + + ProblemInputFlowTargetConnection + + E + + + + + + ProblemOutputFlowSourceConnection + + w + + + + + + ResultFlow + + + - + ProblemInputFlowSourceConnection - - + + - - ProblemInputFlowSourceConnection - - + + ProblemOutputFlowTargetConnection + + - + ProblemOutputFlowTargetConnection - - + + - - OptimizationProblem + + + DuplicatePETNamesExample + + ParameterStudyDriver - 364,231 + 147,21 - - - ProblemInputFlowTargetConnection - - S - - - - - - x_f + + + num_samples=3 + + + + Full Factorial + + + None + + + x - 574,217 + 63,63 - - 2 - - - - ProblemOutputFlowSourceConnection - - w - - - - - - ProblemInputFlowSourceConnection - - n - - - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - y_0 + + -50,+50 + + + + y - 273,259 + 63,133 - - 6 - - - + + -50,+50 - - - y_f + + + f_xy_1 - 658,259 + 504,63 - - 2 - - - - f_xy + + + f_xy_2 - 658,371 + 504,133 - - 2 - - - - ProblemOutputFlowSourceConnection - - Ew + + + + ParametricExploration + + + + + + 154,217 + - - - - - Paraboloid + + + BufferFloat - 364,350 + 196,63 - paraboloid.py + buffer_float.py - - f_xy + + output @@ -15049,18 +13123,21 @@ + + False + - - + + 0.0 - - x + + input @@ -15070,6 +13147,9 @@ + + False + Addition @@ -15104,17 +13184,114 @@ - - y + + + x + + + + + + 84,84 + + + + + + + + + f_x + + + + + + 434,84 + + + + + + ProblemInputFlowTargetConnection + + E + + + + + + ProblemOutputFlowSourceConnection + + w + + + + + + + ParametricExploration + + + + + + 154,119 + + + + + BufferFloat + + + + + + 196,63 + + + + + buffer_float.py + + + output - 20,130 + 800,65 + + + + + False + + + + + + + + + 0.0 + + + + input + + + + + + 20,65 + + False + Addition @@ -15150,7 +13327,85 @@ - + + x + + + + + + 84,84 + + + + + + + + + f_x + + + + + + 434,84 + + + + + + ProblemInputFlowTargetConnection + + E + + + + + + ProblemOutputFlowSourceConnection + + w + + + + + + + ProblemInputFlowSourceConnection + + + + + ProblemInputFlowSourceConnection + + + + + ProblemOutputFlowTargetConnection + + + + + ProblemOutputFlowTargetConnection + + + + + + OptimizationInitialConditionProfiling + + OptimizationProblem + + + + + + 364,231 + + + + Optimizer @@ -15173,14 +13428,14 @@ COBYLA - - y + + x - 154,231 + 154,154 @@ -15188,176 +13443,50 @@ -50,50 - - f_xy + + y - 525,175 + 154,231 + + -50,50 + - - x + + f_xy - 154,154 + 525,175 - - -50,50 - - - ProblemInputFlowSourceConnection - - n - - - - - - x_0 - - - - - - 182,217 - - - - - 6 - - - - - - - ProblemOutputFlowSourceConnection - - Ew - - - - - - ProblemInputFlowTargetConnection - - S - - - - - - - - ConstantStrings - - ProblemInputFlowSourceConnection - - - - - Constants - - - - - - 98,56 - - - - - AnArray - - - - - - 371,182 - - - - - - - - - - - [1,2,3] - - - - AString - - - - - - 371,119 - - - - - - - - - - - "Constant" - - - - - ProblemInputFlowSourceConnection - - - - - SubPET - - - - - - 63,175 - - - - - ProblemInputFlowTargetConnection - - - - - PythonWrapper + + Paraboloid - 301,77 + 364,350 - ConsumeStrings.py + paraboloid.py - - Result + + f_xy @@ -15367,21 +13496,18 @@ - - True - - - True + + - - Str + + x @@ -15391,9 +13517,6 @@ - - True - Addition @@ -15412,8 +13535,8 @@ false - - id-9d3c8fbe-2fad-409a-8d72-f8a151250e6a + + @@ -15428,8 +13551,8 @@ - - Arr + + y @@ -15439,9 +13562,6 @@ - - True - Addition @@ -15460,8 +13580,8 @@ false - - id-b4c76e64-b1d3-4889-9923-a1b01988b28e + + @@ -15477,168 +13597,183 @@ - - ProblemInputFlowTargetConnection - - - - - ProblemInput + + y_0 - 105,147 + 273,259 + + 6 + - - ProblemInputFlowTargetConnection - - - - - MATLABWrapper + + y_f - 315,210 + 658,259 - - ConsumeStrings.m - - - Str - + + 2 + + + + f_xy + + + - - - - 20,65 - + + 658,371 - - True - - - Addition - - - String - - - - - - - - - - - - false - - - id-bcdd9a33-7fd3-435f-912e-19e58ece1e7f - - - - - - -inf..inf - - - - - - - - - - - ArrProblemInput + + + 2 + + + + x_0 - 105,238 + 182,217 - - - - - - - - OptimizationProblemWithExposedInitialConditions - - - - - - 364,231 - - - - - y_f - - - + + 6 + + - - 630,245 + + + + x_f + + + + + + 574,217 + - - - 2 - - - - Optimizer + + 2 + + + + ProblemInputFlowTargetConnection + + S + + + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + ProblemInputFlowSourceConnection + + n + + + + + + ProblemInputFlowTargetConnection + + S + + + + + + ProblemOutputFlowSourceConnection + + Ew + + + + + + ProblemOutputFlowSourceConnection + + w + + + + + + ProblemOutputFlowSourceConnection + + Ew + + + + + + ProblemInputFlowSourceConnection + + n + + + + + + + ParameterStudy - 364,98 + 413,91 - - 0 - - - + + num_samples = 2 - - + + Full Factorial - - COBYLA + + None - - x + + x_0 - 154,154 + 126,147 @@ -15646,26 +13781,26 @@ -50,50 - - f_xy + + Time - 525,175 + 546,147 - - y + + y_0 - 154,231 + 126,224 @@ -15673,56 +13808,59 @@ -50,50 - - - y_0 - - - + + f_xy + - - 231,245 + + + + 546,217 + - - - 6 - - - - - - - f_xy - - - + + + x_f + - - 630,329 + + + + 546,294 + - - - 2 - - - - Paraboloid + + + y_f + + + + + + 546,364 + + + + + + + SaveTime - 364,308 + 98,224 - paraboloid.py + savetime.py - - f_xy + + pass_out @@ -15742,53 +13880,8 @@ - - y - - - - - - 20,130 - - - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - x + + pass_in @@ -15833,178 +13926,22 @@ - - x_0 - - - - - - 175,203 - - - - - 6 - - - - - - - x_f - - - - - - 574,203 - - - - - 2 - - - - ProblemInputFlowSourceConnection - - n - - - - - - ObjectiveMapping - - 0x7cadde - - - arrow - - - - - - ProblemInputFlowTargetConnection - - S - - - - - - ProblemOutputFlowSourceConnection - - w - - - - - - ProblemInputFlowSourceConnection - - n - - - - - - ProblemInputFlowTargetConnection - - S - - - - - - ProblemOutputFlowSourceConnection - - Ew - - - - - - ProblemOutputFlowSourceConnection - - Ew - - - - - - - ParaboloidProblem - - ProblemOutputFlowSourceConnection - - w - - - - - - Paraboloid + + MeasureTime - 371,126 + 588,245 - paraboloid.py + measuretime.py - - y - - - - - - 20,130 - - - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - f_xy + + time @@ -16024,8 +13961,8 @@ - - x + + finished @@ -16070,191 +14007,198 @@ - - f_xy - - - - - - 602,147 - - - - - 2 - - - - ProblemInputFlowTargetConnection - - N - - - + + ProblemInputFlowSourceConnection + + - - y - - - - - - 217,189 - - - - - 6 + + ProblemOutputFlowTargetConnection + + + + + ProblemOutputFlowTargetConnection + + + + + ObjectiveMapping + + 0x7cadde - - - - - - x - - - - - - 217,91 - - + + arrow - - 6 + + + + + VariableSweep + + 0xff80c0 - - - - - - ProblemInputFlowTargetConnection - - S + + arrow - - - - - - ParaboloidParameterStudy - - ProblemOutputFlowTargetConnection - - + + - + ProblemInputFlowSourceConnection - - + + - - ParaboloidProblem + + + OptimizationInitialConditionProfilingRepeat + + ParametricExploration - 266,259 + 252,231 - - 0 - - - ProblemOutputFlowSourceConnection - - w - - - - - - ProblemInputFlowTargetConnection - - S - - - - - - x + + ParameterStudy - 112,91 + 448,119 - - 6 - - - + + num_samples = 25 - - - y - - - + + Full Factorial + + + None + + + x_0 + - - 112,189 + + + + 126,147 + + + + + -50,50 + + + + Time + + + + + + 546,147 + + + + + + y_0 + + + + + + 126,224 + + + + + -50,50 + + + + f_xy + + + + + + 546,217 + + + + + + x_f + + + + + + 546,294 + - - - 6 - - - - - - - f_xy - - - + + + y_f + - - 497,147 + + + + 546,364 + - - - 2 - - - - ProblemInputFlowTargetConnection - - N - - - - - - Paraboloid + + + + SaveTime - 266,126 + 182,252 - paraboloid.py + savetime.py - - x + + pass_out + + + + + + 800,65 + + + + + + + + + + + + + + + pass_in @@ -16298,8 +14242,23 @@ - - f_xy + + + MeasureTime + + + + + + 672,273 + + + + + measuretime.py + + + time @@ -16319,14 +14278,14 @@ - - y + + finished - 20,130 + 20,65 @@ -16365,595 +14324,516 @@ - - - ParameterStudy - - - - - - 420,119 - - - - - num_samples = 11 - - - Full Factorial - - - None - - - y - - - - - - 126,224 - - - - - -50,50 - - - - f_xy + + OptimizationProblem - 525,182 + 448,259 - - - x - - - + + Optimizer + - - 126,147 + + + + 364,126 + - - - -50,50 - - - - - ProblemInputFlowSourceConnection - - - - - - StringEnumDriver - - ProblemInputFlowSourceConnection - - - - - ProblemOutputFlowTargetConnection - - - - - ParameterStudyDriver - - - - - - 399,84 + + 0 - - - - num_samples=2 - - - - Full Factorial - - - None - - - DesignVariable - - - + - - 168,126 - - - - - "one";"two" - - - - Objective - - - + + - - 532,119 + + + COBYLA + + + x + + + + + + 154,154 + + - - - - - - ParametricExploration - - - - - - 399,210 - - - - - ProblemOutputFlowSourceConnection - - - - - ProblemInput - - - - - - 182,175 + + -50,50 + + + + y + + + + + + 154,231 + + - - - - - - - - ProblemInputFlowTargetConnection - - - - - PythonWrapper - - - + + -50,50 + + + + f_xy + + + + + + 525,175 + + + + + + + PythonWrapper + - - 406,161 + + + + 364,350 + - - - string_doubler.py - - - y + + paraboloid.py + + + f_xy + + + + + + 800,65 + + + + + + + + + + + + + + + x + + + + + + 20,65 + + + + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + + + + + y + + + + + + 20,130 + + + + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + + + + + + y_0 - + - 20,130 + 273,259 - - True + + 6 - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - x + + + y_f - + - 20,65 + 658,259 - - True + + 2 - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - + + + f_xy + - - - - y_doubled + + + + 658,371 + + + + + + x_0 - + - 800,130 + 182,217 - - True + + 6 - - - - - - - - u'' + + - - - x_doubled + + + x_f - + - 800,65 + 574,217 - - True + + 2 - - - - - - - - u'' - - - - - ProblemOutput - - - - - - 721,175 - + + + ProblemInputFlowTargetConnection + + S - - - - - - TestBenchInputFromProblemInput - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - PythonWrapper - - - - - - 182,406 + + + + + ObjectiveMapping + + 0x7cadde - - - - paraboloid.py - - - x - - - - - - 20,65 - + + arrow - - - False - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - f_xy + + + + + ProblemInputFlowSourceConnection + + n + + + + + + ProblemInputFlowTargetConnection + + S + + + + + + ProblemOutputFlowSourceConnection + + Ew + + + + + + ProblemOutputFlowSourceConnection + + w + + + + + + ProblemOutputFlowSourceConnection + + Ew + + + + + + ProblemInputFlowSourceConnection + + n + + + + + + + n - + - 800,65 + 77,56 - - False - - - - - + - - 0.0 - - - - y + + + Time - + - 20,130 + 1001,28 - - False - - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - - - VariableSweep - - 0xff80c0 - - - arrow - - - - - - ProblemInputFlowSourceConnection - - - - - TBSubproblem - - - - - - 427,406 - - - - - add2_TestBench + + + f_xy - 637,329 + 1001,91 - - - a + + + x_f - 196,350 + 1001,154 - - 0.0 - - - res + + y_f - 1134,350 + 1001,217 - - ProblemInputFlowTargetConnection + + ProblemOutputFlowTargetConnection + + + + + ProblemOutputFlowTargetConnection + + + + + ProblemOutputFlowSourceConnection - E + w - - + + - + ProblemOutputFlowSourceConnection w - - + + + + + ProblemOutputFlowSourceConnection + + w + + + + + + ProblemOutputFlowSourceConnection + + w + + + + + + ProblemOutputFlowTargetConnection + + + + + ProblemInputFlowSourceConnection + + + + + ProblemOutputFlowTargetConnection + + + + + ProblemInputFlowSourceConnection + + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + VariableSweep + + 0xff80c0 + + + arrow + + + - - ProblemOutputFlowTargetConnection - - - - - ParameterStudyDriver + + ParameterStudy - 301,154 + 427,91 - num_samples=2 + num_samples = 2 Full Factorial @@ -16961,122 +14841,195 @@ None - - result + + Time - 931,63 + 546,147 - - a + + n - 371,63 + 126,224 - 1,10 + -50,50 - - b + + f_xy - 371,196 + 546,217 + + + + + + x_f + + + + + + 546,294 + + + + + + y_f + + + + + + 546,364 - - 1,10 - + + ProblemInputFlowSourceConnection + + + + + ProblemOutputFlowTargetConnection + + + + + ProblemOutputFlowTargetConnection + + + + + ProblemOutputFlowTargetConnection + + + + + ProblemOutputFlowTargetConnection + + + - - - Test_benches - - Testing - - add2_TestBench - - add2_TestBench - - - 0xa52a00 - - - 0xffad5b - - - true + + OptimizationProblemWithExposedInitialConditions + + + + + + 364,231 + - - 0x666666 + + + Optimizer + + + + + + 364,98 + + - - 12 + + 0 - - false + + - + - - SimpleCalc + + COBYLA - - SimpleSystem + + x - + - 385,91 + 154,154 + + -50,50 + - - z + + y - + - 882,119 + 154,231 - + + + -50,50 + + + + f_xy + + + - 259,294 + 525,175 - - - - 259,294 - + + + + + Paraboloid + + + + + + 364,308 - + + + + paraboloid.py + + + f_xy + + + - 259,294 + 800,65 @@ -17090,59 +15043,59 @@ - - add2_TestBenchScript + + x - + - 133,35 + 20,65 - - MGA.Decorator.Workflow - - - - z - + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + + + + + y + - - - - 182,112 - - - - - - 924,56 - - - - - - 924,56 - - - - - - 924,56 - - - - - - 924,56 - - - 924,56 + 20,130 @@ -17164,8 +15117,8 @@ false - - id-bcd3aa35-d606-4f5a-8a18-82cf5151e9b5 + + @@ -17176,217 +15129,227 @@ - - 1 + + - - FEA_Box_CircleTest - - FEA_Box_CircleTest + + y_0 + + + + + + 231,245 + + - - 0x000000 + + 6 - - 0xc0c0c0 + + + + + + y_f + + + + + + 630,245 + + - - true + + 2 - - 0x666666 + + + f_xy + + + + + + 630,329 + + - - 12 + + 2 - - AUTODETECT - - - JOINTIMPLIED - - - false - - - Tetra4 - - - MESHANDBOUNDARY - - - true - - - 1 - - - 0 - - - ABAQUS Model Based - - - StructuralFEAComputation - + + + x_0 + + + - - - - 483,70 - + + 175,203 - - MisesStress - - - - - - 189,105 - - + + + 6 + + + + + + + x_f + + + + + + 574,203 - - - FactorOfSafety - - - - - - 189,21 - - + + + + 2 + + + + ProblemInputFlowTargetConnection + + S + + + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + ProblemInputFlowSourceConnection + + n + + + + + + ProblemInputFlowTargetConnection + + S + + + + + + ProblemOutputFlowSourceConnection + + Ew + + + + + + ProblemOutputFlowSourceConnection + + w + + + + + + ProblemOutputFlowSourceConnection + + Ew + + + + + + ProblemInputFlowSourceConnection + + n + + + + + + + ParaboloidOptimization + + ParaboloidProblem + + + + + + 266,259 - - - - ForceLoadParam + + + + 0 + + + Paraboloid - - - - 42,329 - - - + - 742,140 + 266,126 - - ForceY - - - - - - 35,56 - - - - - Addition - - - Float - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - 10 - - - - ForceX + + paraboloid.py + + + f_xy - + - 35,21 + 800,65 - - Addition - - - Float - - - - - - - - - false - - - - - - -inf..inf - - + - - 0 - - - MomentZ + + x - + - 189,105 + 20,65 Addition - - Float + + String @@ -17412,71 +15375,26 @@ - - 0 - - - - MomentY - - - - - - 189,63 - - - - - Addition - - - Float - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - + - - 0 - - - ForceZ + + y - + - 42,105 + 20,130 Addition - - Float + + String @@ -17502,657 +15420,511 @@ - - 0 - - - - MomentX - - - - - - 189,21 - - - - - Addition - - - Float - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - + - - 0 - - - PortComposition - - - - - PortComposition - - - - - FOS + + x - + - 728,42 + 112,91 - + + + 6 + + + + + + + y + + + - 728,42 + 112,189 - + + + 6 + + + + + + + f_xy + + + - 728,42 + 497,147 - - - - - - - + + 2 + + + + ProblemInputFlowTargetConnection + + S + + + + + + ProblemOutputFlowSourceConnection + + w + + + + + + ProblemInputFlowTargetConnection + + N + + + + + + + Optimizer + + + - - - - Box + + 420,119 + + + + + 0 + + + + + + + + + COBYLA + + + x - + - 21,21 + 154,154 + + -50,50 + - - ForceLoadParam2Geometry - - - - - FEAComputation2Metric - - w - - - - - - FEAComputation2Metric - - w - - - - - - CAD + + y - + - 252,42 + 154,231 - - MGA.Decorator.Workflow - + + -50,50 + - - TIP2StructuralMetric - - - - - ignore + + f_xy - - - - 35,490 - - - - - - 161,490 - - - + - 161,490 + 525,175 - - Addition - - - String - - - - - - - - - - - - false - - - - - - - - - -inf..inf - - - - - - - - - PortComposition - - - - - Circle - + + + ProblemInputFlowSourceConnection + + + + + ProblemInputFlowSourceConnection + + + + + ProblemOutputFlowTargetConnection + + + + + + ParaboloidParameterStudy + + ParaboloidProblem + + + - - - - 322,203 - - - - - - 273,217 - + + 266,259 - + + + + 0 + + + Paraboloid + + + - 273,217 + 266,126 - - Interior And Boundary - - - None - - - Additive + + paraboloid.py - - CircleEdge + + f_xy - + - 77,168 + 800,65 - - - - - - - + - + - - id-0fa3099e-b05a-4cb5-a23d-9cc990c0156e - - + - - false - - - - CircleCenter + + + x - + - 77,21 + 20,65 - + + Addition + + + String + + - + - + - + + false + + - - id-7795526e-73df-4b19-8009-1e60d713dc34 + + - + + -inf..inf + + - - false + + - - - CircleEdge + + + y - + - 77,98 + 20,130 - + + Addition + + + String + + - + - + - + + false + + - - id-7b1d28d7-5a9b-444d-84a9-291c3592e1fe + + - + + -inf..inf + + - - false + + - + - - VM + + x - - - - 728,98 - - - + - 728,42 + 112,91 - + + + 6 + + + + + + + y + + + - 728,42 + 112,189 - - - - - - + + 6 + - - - Box + + + f_xy - + - 518,238 + 497,147 - + + 2 + + + + ProblemInputFlowTargetConnection + + S + + + + + + ProblemOutputFlowSourceConnection + + w + + + + + + ProblemInputFlowTargetConnection + + N + + + + - - add2_TestBench - - add2_TestBench - - - 0xa52a00 - - - 0xffad5b - - - true - - - 0x666666 - - - 12 - - - false - - + + ParameterStudy + - - - SimpleCalc - - - SimpleSystem - + - - - - 385,91 - + + 420,119 - - - z + + + num_samples = 11 + + + Full Factorial + + + None + + + x - - - - 182,112 - - - - - - 924,56 - - - - - - 924,56 - - - - - - 924,56 - - - - - - 924,56 - - - + - 924,56 + 126,147 - - Addition - - - String - - - - - - - - - - - - false - - - id-9bd3cfd6-59b2-4990-ae6e-bf4c83a6ff4b - - - - - - -inf..inf - - - - - - 1 + + -50,50 - - add2_TestBenchScript + + y - + - 133,35 + 126,224 - - MGA.Decorator.Workflow - + + -50,50 + - - z + + f_xy - - - - 882,119 - - - - - - 259,294 - - - - - - 259,294 - - - + - 259,294 + 525,182 - - - - - - - - - - - sum_arrays - - sum_arrays - - - 0xa52a00 - - - 0xffad5b - - - true - - - 0x666666 - - - 12 - - - false - - + + ProblemInputFlowSourceConnection + + + + + ProblemInputFlowSourceConnection + + + + + ProblemOutputFlowTargetConnection + + + + + + ParaboloidProblem + + Paraboloid + - - - SimpleCalc - - - SimpleSystem - - - - - - 385,91 - + + + + 371,126 - - - sum_arrays + + + paraboloid.py + + + f_xy - + - 42,28 + 800,65 - - MGA.Decorator.Workflow - + + + + + + + + + - + x - - - - 182,112 - - - - - - 924,56 - - - - - - 924,56 - - - - - - 924,56 - - - - - - 924,56 - - - 924,56 + 20,65 @@ -18174,8 +15946,8 @@ false - - id-9bd3cfd6-59b2-4990-ae6e-bf4c83a6ff4b + + @@ -18186,191 +15958,607 @@ - - 1 + + - - x + + y - - - - 882,119 - - - - - - 259,294 - - - - - - 259,294 - - - + - 259,294 + 20,130 + + Addition + + + String + + + + + + + + + false + + + + + + -inf..inf + + + + - - CAD_TestBench - - CAD_TestBench + + x + + + + + + 217,91 + + - - 0xa52a00 + + 6 - - 0xffad5b + + + + + + y + + + + + + 217,189 + + - - true + + 6 - - 0x666666 + + + + + + f_xy + + + + + + 602,147 + + - - 12 + + 2 - - false - - + + + ProblemInputFlowTargetConnection + + S + + + + + + ProblemOutputFlowSourceConnection + + w + + + + + + ProblemInputFlowTargetConnection + + N + + + + + + + OptimizationInitialConditionProfilingOutputConnectedToObjective + + OptimizationProblem + - - - SimpleCalc - - - ValueFlow - + - - - - - - SimpleSystem + + 364,231 + + + + + Optimizer - + - 385,91 + 364,126 - + + + 0 + + + + + + + + + COBYLA + + + x + - - 399,112 + + + + 154,154 + - + + -50,50 + + + + y + + + + + + 154,231 + + + + + -50,50 + + + + f_xy + + + + + + 525,175 + + + + + + + Paraboloid + + + - 385,91 + 364,350 - + + + paraboloid.py + + + f_xy + + + + + + 800,65 + + + + + + + + + + + + + + + x + + + + + + 20,65 + + + + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + + + + + y + + + + + + 20,130 + + + + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + + + + + + y_0 + + + - 385,91 + 273,259 - + + + 6 + + + + + + + y_f + + + - 385,91 + 658,259 - + + + 2 + + + + f_xy + + + - 385,91 + 672,147 - + + + 2 + + + + x_0 + + + - 385,91 + 182,217 - + + + 6 + + + + + + + x_f + + + - 385,91 + 574,217 - + + + 2 + + + + ProblemInputFlowTargetConnection + + S + + + + + + ObjectiveMapping + + 0x7cadde + + + arrow + + + + + + ProblemInputFlowSourceConnection + + n + + + + + + ProblemInputFlowTargetConnection + + S + + + + + + ProblemOutputFlowSourceConnection + + Ew + + + + + + ProblemOutputFlowSourceConnection + + w + + + + + + ProblemOutputFlowSourceConnection + + Ew + + + + + + ProblemInputFlowSourceConnection + + n + + + + + + + ParameterStudy + + + + + + 413,91 + + + + + num_samples = 2 + + + Full Factorial + + + None + + + x_0 + + + - 385,91 + 126,147 - + + + -50,50 + + + + Time + + + - 385,91 + 546,147 - + + + + y_0 + + + - 385,91 + 126,224 - + + + -50,50 + + + + f_xy + + + - 385,91 + 546,217 - - x + + x_f - + - 749,112 + 546,294 - + + + + y_f + + + - 595,119 + 546,364 - - - - 595,119 - + + + + + SaveTime + + + + + + 98,224 - + + + + savetime.py + + + pass_out + + + - 595,119 + 800,65 @@ -18384,56 +16572,14 @@ - - CADParameter + + pass_in - - - - 112,133 - - - - - - 924,56 - - - - - - 182,112 - - - - - - 924,56 - - - - - - 924,56 - - - - - - 182,112 - - - - - - 182,112 - - - 924,56 + 20,65 @@ -18455,8 +16601,8 @@ false - - id-9bd3cfd6-59b2-4990-ae6e-bf4c83a6ff4b + + @@ -18467,468 +16613,859 @@ - - 1 + + - - CADWorkflow - + + + MeasureTime + + + - - - - 77,14 - - - - - - 77,14 - - - - - - 77,14 - + + 588,245 - + + + + measuretime.py + + + time + + + - 77,14 + 800,65 - + + + + + + + + + + + + + finished + + + - 77,14 + 20,65 - - MGA.Decorator.Workflow - + + Addition + + + String + + + + + + + + + + + + false + + + + + + + + + -inf..inf + + + + + + + - - TestBench_With_Files - - TestBench_With_Files - - - 0xa52a00 - + + ProblemInputFlowSourceConnection + + + + + ProblemOutputFlowTargetConnection + + + + + ProblemOutputFlowTargetConnection + + + + + ObjectiveMapping - 0xffad5b + 0x7cadde - - true + + arrow - - 0x666666 + + + + + VariableSweep + + 0xff80c0 - - 12 + + arrow - - false - - + + + + + ProblemInputFlowSourceConnection + + + + + + ConstantStrings + + Constants + - - - SimpleCalc - - - file_passing1 + + + + 98,56 + + + + + AString - + - 833,252 + 371,119 - + - - - z + + + + + "Constant" + + + + AnArray - + - 882,119 + 371,182 - + + + + + + + + + [1,2,3] + + + + + SubPET + + + + + + 63,175 + + + + + PythonWrapper + + + - 259,294 + 301,77 - + + + ConsumeStrings.py + + + Result + + + + + + 800,65 + + + + + True + + + + + + + + + True + + + + Str + + + + + + 20,65 + + + + + True + + + Addition + + + String + + + + + + + + + + + + false + + + id-9d3c8fbe-2fad-409a-8d72-f8a151250e6a + + + + + + -inf..inf + + + + + + + + + + Arr + + + + + + 20,130 + + + + + True + + + Addition + + + String + + + + + + + + + + + + false + + + id-b4c76e64-b1d3-4889-9923-a1b01988b28e + + + + + + -inf..inf + + + + + + + + + + + MATLABWrapper + + + - 259,294 + 315,210 - + + + ConsumeStrings.m + + + Str + + + + + + 20,65 + + + + + True + + + Addition + + + String + + + + + + + + + + + + false + + + id-bcdd9a33-7fd3-435f-912e-19e58ece1e7f + + + + + + -inf..inf + + + + + + + + + + + ProblemInput + + + - 259,294 + 105,147 - - - - - - - - - file_passing_TestBenchScript + + + ArrProblemInput - + - 91,35 + 105,238 - - MGA.Decorator.Workflow + + + + + + ProblemInputFlowTargetConnection + + + + + ProblemInputFlowTargetConnection + + + + + ProblemInputFlowTargetConnection + + + + + + ProblemInputFlowSourceConnection + + + + + ProblemInputFlowSourceConnection + + + + + + PythonMetricSyntax + + ParameterStudyDriver + + + + + + 364,77 + - - - file_passing1 + + + num_samples=2 + + + Full Factorial + + + None + + + a - + - 217,252 + 371,63 - - file_passing.py + + "one";"two" - - - SimpleSystem + + + result - + - 427,140 + 931,63 - - z + + + Subproblem + + + + + + 476,196 + + + + + PythonWrapper - + - 182,112 + 399,147 - + + + string_doubler.py + + + y_doubled + - - 924,56 + + + + 800,130 + - + + True + + - - 924,56 + + + + + + u'' + + + + x_doubled + + + + + + 800,65 + - + + True + + - - 924,56 + + + + + + u'' + + + + x + + + + + + 20,65 + - + + True + + + Addition + + + String + + - - 924,56 + + + + + + + + + false + + + id-f7c44fcf-fe12-4b9d-879c-599703da5f8e + + + + + + -inf..inf + + + + + + + + + + y + + + + + + 20,130 + - + + True + + + Addition + + + String + + + + + + + + + + + + false + + + id-79ab570b-fd01-4d09-8ba6-ab19cf0a9186 + + + + + + -inf..inf + + + + + + + + + + + a + + + - 924,56 + 140,70 - - Addition - - - String - - - - - - - - - - - - false - - - id-9bd3cfd6-59b2-4990-ae6e-bf4c83a6ff4b - - - - - - -inf..inf - - + - - 1 - - - - - count_components - - count_components - - - 0xa52a00 - - - 0xffad5b - - - true - - - 0x666666 - - - 12 - - - false - - - - - - SimpleCalc - - - SimpleSystem + + + b - + - 315,182 + 147,224 - - - NumberOfComponents + + + + + + parab - - - - 763,217 - - - + - 259,294 + 637,161 - - - - 259,294 - + + + + ProblemInputFlowTargetConnection + + + + + ProblemInputFlowTargetConnection + + + + + ProblemOutputFlowSourceConnection + + + + + + PythonWrapper + + + + + + 210,196 - + + + + string_doubler.py + + + x_doubled + + + - 259,294 + 800,65 + + True + - - + + u'' - - analysis_tool_count_components + + y_doubled - + - 84,91 + 800,130 - - MGA.Decorator.Workflow + + True + + + + + + + + u'' + - - - paraboloid_TestBench - - paraboloid_TestBench - - - 0xa52a00 - - - 0xffad5b - - - true - - - 0x666666 - - - 12 - - - false - - - - - - SimpleCalc - - - paraboloid_TestBenchScript + + x - - - - 105,42 - - - - - - 105,42 - - - - - - 105,42 - - - - - - 105,42 - - - + - 105,42 + 20,65 - - MGA.Decorator.Workflow + + True - - - x - + + Addition + + + String + + + + + + + + + + + + false + + + id-8b3ba0c4-72bb-41a8-934f-678cd31e5a0b + + + + + + -inf..inf + + + + + + + + + + y + - - - - 91,147 - - - - - - 924,56 - - - - - - 91,147 - - - - - - 924,56 - - - - - - 924,56 - - - - - - 91,147 - - - - - - 91,147 - - - 924,56 + 20,130 + + True + Addition @@ -18941,14 +17478,14 @@ - - 1 + + false - id-9bd3cfd6-59b2-4990-ae6e-bf4c83a6ff4b + id-9037c001-cd57-4459-b701-7064dfab602e @@ -18959,1566 +17496,2566 @@ - - 3 + + - - y + + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + VariableSweep + + 0xff80c0 + + + arrow + + + + + + ProblemOutputFlowTargetConnection + + + + + ProblemInputFlowSourceConnection + + + + + ProblemInputFlowSourceConnection + + + + + + + + TypeSpecifications + + Units + + meter1 + + m + + + + + + m + + + + + + 0 + + + 0 + + + 1 + + + 0 + + + 0 + + + metre + + + 0 + + + 0 + + + + meter2 + + m + + + + + + m + + + + + + 0 + + + 0 + + + 1 + + + 0 + + + 0 + + + metre + + + 0 + + + 0 + + + + second + + s + + + + + + s + + + + + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + second + + + 0 + + + 1 + + + + + + UnitLibrary QUDT + + TypeSpecifications + + Units + + Newton per Meter Second + + N/(m-s) + + + Newton per Meter Second + + + N/(m-s) + + + + + + Second - - - - 77,210 - - - - - - 924,56 - - - + - 77,210 + 455,273 - + + + -1 + + + + Meter + + + - 924,56 + 91,378 - + + + -1 + + + + Newton + + + - 924,56 + 77,77 - + + + 1 + + + + + Newton per Millimeter + + N/mm + + + Newton per Meter + + + N/mm + + + + + + Millimeter + + + - 77,210 + 63,224 - + + + -1 + + + + Newton + + + - 77,210 + 98,70 - + + + 1 + + + + + US Gallon + + galUS + + + US Gallon + + + galUS + + + + + + Meter + + + - 924,56 + 28,21 - - Addition - - - String - - - - - - + + 0.0037854117839999997 - - + + 0 - - false + + + + Megapascal + + MPa + + + Megapascal + + + MPa + + + + + + Pascal + + 1000000 - - id-9bd3cfd6-59b2-4990-ae6e-bf4c83a6ff4b + + 0 - + + + + Millimeter + + mm + + + Millimeter + + + mm + + + + + + Meter + + + + + 224,84 + + + + + 0.001 - - -inf..inf + + 0 - - + + + + Radian per Minute + + rad/min + + + Radian per Minute + + + rad/min + + + + + + Radian per Second + + 0.016666666666666666 - - -4 + + 0 - - SimpleSystem + + + Newton Second per Meter + + (N-s)/m + + + Newton Second per Meter + + + (N-s)/m + + + + + + Second - + - 392,70 + 203,28 - + + + 1 + + + + Meter + + + - 392,70 + 133,154 - + + + -1 + + + + Newton + + + - 392,70 + 28,28 - + + + 1 + + + + + Liter + + L + + + Liter + + + L + + + + + + Stere + + + - 392,70 + 161,203 - + + + 0.001 + + + 0 + + + + + Watt per Square Meter Celcius + + W/(m^2-C) + + + Watt per Square Meter Celcius + + + W/(m^2-C) + + + + + + Second + + + - 392,70 + 147,567 - + + + -3 + + + + Kilogram + + + - 392,70 + 147,385 - + + + 1 + + + + Degree Celsius + + + - 392,70 + 63,224 - + + + -1 + + + + + Watt per Degree Celcius + + W/C + + + Watt per Degree Celcius + + + W/C + + + + + + Degree Celsius + + + - 392,70 + 63,385 - + + + -1 + + + + Watt + + + - 392,70 + 105,161 - + + + 1 + + + + + Newton Meter per Degree Angle + + (N-m)/deg + + + Newton Meter per Degree Angle + + + (N-m)/deg + + + + + + Meter + + + - 392,70 + 112,238 - + + + 1 + + + + Degree Angle + + + - 392,70 + 147,518 - + + + -1 + + + + Newton + + + - 392,70 + 98,70 + + 1 + - - fxy + + + Newton per Meter + + N/m + + + Newton per Meter + + + N/m + + + + + + Meter - + - 882,154 + 147,329 - + + + -1 + + + + Newton + + + - 882,154 + 98,70 - + + + 1 + + + + + Newton Meter + + N-m + + + Newton Meter + + + N-m + + + + + + Meter + + + - 882,154 + 147,329 - + + + 1 + + + + Newton + + + - 882,154 + 98,70 - - + + 1 - + + + + Degree Angle + + deg + + + Degree Angle + + + deg + + + + + + Radian + + + + + 91,77 + + + + + 0.017453292519943295 - - + + 0 - - - - - UnitLibrary QUDT - - TypeSpecifications - - Units - - Mole + + Farad per Meter - mol + F/m - Mole + Farad per Meter - mol + F m^-1 - - 1 + + Second + + 4 + + + + Kilogram + + -1 + + + + Meter + + -3 + + + + Ampere + + 2 + + + + + Square Coulomb Meter per Joule + + C^2 m^2 J^-1 - - 0 + + Square Coulomb Meter per Joule - - 0 + + C^2 m^2 J^-1 - - 0 + + - - 0 + + Second + + 4 + + + + Kilogram + + -1 + + + + Ampere + + 2 + + + + + Gray per Second + + Gy/s - - mole + + Gray per Second - - 0 + + Gy/s - - 0 + + - - - Hertz per Volt + + Second + + -3 + + + + Meter + + 2 + + + + + Pascal per Second - Hz V^-1 + Pa/s - Hertz per Volt + Pascal per Second - Hz V^-1 + Pa/s - - Hertz per Volt - + + Second + + -3 + + + + Kilogram + 1 - - 0 + + + Meter + + -1 - - Square Meter per Second + + Kilogram Meter Squared - m^2 s^-1 + kg-m^2 - Square Meter per Second + Kilogram Meter Squared - m^2 s^-1 + kg-m^2 - + + Kilogram + + 1 + + + Meter 2 - + + + Cubic Meter per Kilogram Second Squared + + m^3 kg^-1 s^-2 + + + Cubic Meter per Kilogram Second Squared + + + m^3 kg^-1 s^-2 + + + + + Second + + -2 + + + + Kilogram -1 + + Meter + + 3 + + - - Kilopascal Absolute + + Coulomb per Cubic Meter - kPaA + C/m^3 - Kilopascal Absolute + Coulomb per Cubic Meter - kPaA + C m^-3 - - Pascal - + + Second + 1 - - 0 + + + Meter + + -3 + + + + Ampere + + 1 - - Planck Resistance + + Cubic Meter per Kelvin - Planck Resistance + Cubic Meter per Kelvin - + m^3/K - - Ohm - - 29.979245800000001 + + Kelvin + + -1 - - 0 + + + Meter + + 3 - - Cubic Yard + + Meter per Farad - yd^3 + - Cubic Yard + Meter per Farad - yd^3 + m/F - - Stere - - 0.76455485798400002 + + Second + + -4 - - 0 + + + Kilogram + + 1 + + + + Meter + + 3 + + + + Ampere + + -2 - - Kelvin per Minute + + Tesla Meter - K/min + m T - Kelvin per Minute + Tesla Meter - K/min + m T - - Kelvin per Second - - 0.016666666666666666 + + Second + + -2 - - 0 + + + Kilogram + + 1 + + + + Meter + + 1 + + + + Ampere + + -1 - - US Gallon per Minute + + Kilogram Meter Per Second - galUS/min + kg-m/s - US Gallon per Minute + Kilogram Meter Per Second - galUS/min + kg m s^-1 - - Cubic Meter per Second - - 6.3090183333333331e-05 + + Second + + -1 - - 0 + + + Kilogram + + 1 + + + + Meter + + 1 + + + + + Per Cubic Meter + + /m^3 + + + Per Cubic Meter + + + m^-3 + + + + + + Meter + + -3 - - Ampere per Radian + + Kelvin per Watt - + K/W - Ampere per Radian + Kelvin per Watt - A/rad + K/W - - Ampere per Radian - + + Second + + 3 + + + + Kelvin + 1 - - 0 + + + Kilogram + + -1 + + + + Meter + + -2 - - Kelvin per Watt + + LengthEnergy - K/W + - Kelvin per Watt + - K/W + - - Kelvin per Watt - + + Second + + -2 + + + + Kilogram + 1 - - 0 + + + Meter + + 3 - - Planck Volume + + Coulomb per Kilogram - + C/kg - Planck Volume + Coulomb per Kilogram - + C kg^-1 - - Stere - - 4.2241899999999998e-105 + + Second + + 1 - - 0 + + + Kilogram + + -1 + + + + Ampere + + 1 - - BTU per Hour + + Hertz - Btu/h + Hz - BTU per Hour + Hertz - Btu/h + Hz - - Watt - - 0.29307106999999999 - - - 0 + + Second + + -1 - - Standard Atmosphere + + Mole per Cubic Meter - atm + mol/m^3 - Standard Atmosphere + Mole per Cubic Meter - atm + mol/m^3 - - Pascal - - 101325 + + Meter + + -3 - - 0 + + + Mole + + 1 - - Quartic Coulomb Meter per Cubic Energy + + Watt per Steradian - C^4 m^4 J^-3 + W sr^-1 - Quartic Coulomb Meter per Cubic Energy + Watt per Steradian - C^4 m^4 J^-3 + - - QuarticElectricDipoleMomentPerCubicEnergy - - 1 + + Second + + -3 - + + + Kilogram + 1 + + Meter + + 2 + + + + Unitless + + -1 + + - - Pound per Foot Second + + Watt Square Meter - lb/(ft-s) + W m^2 - Pound per Foot Second + Watt Square Meter - lb/(ft-s) + W m^2 - - Pascal Second - - 1.4881639435695537 + + Second + + -3 - - 0 + + + Kilogram + + 1 + + + + Meter + + 4 - - Lumen per Watt + + Joule per Mole Kelvin - + J/(mol-K) - Lumen per Watt + Joule per Mole Kelvin - + J mol^-1 K^-1 - - Candela + + Second - 1 + -2 - - Second + + Kelvin - 3 + -1 - - Unitless + + Kilogram 1 - + Meter - -2 + 2 - - Kilogram + + Mole -1 - - Tablespoon + + Joule Second - tbsp + J s - Tablespoon + Joule Second - tbsp + J s - - Stere - - 1.4786764781249999e-05 + + Second + + -1 - - 0 + + + Kilogram + + + + + + 98,98 + + + + + 1 + + + + Meter + + + + + + 105,7 + + + + + 2 - - Per Meter Unit + + Radian per Second - /m + rad/s - Per Meter Unit + Radian per Second - m^-1 + rad/s - - Per Meter Unit - - 1 + + Second + + -1 - - 0 + + + Radian + + + + + + 98,98 + + + + + 1 - - Joule per Kelvin + + Watt per Square Meter Kelvin - J/K + W/(m^2-K) - Joule per Kelvin + Watt per Square Meter Kelvin - J/K + W/(m^2-K) - + Second - -2 + -3 - + Kelvin -1 - + Kilogram 1 - - Meter - - 2 - - - - Ounce Troy + + TimeTemperature - oz + - Ounce Troy + - oz + - - Kilogram - - 0.031103476800000002 + + Second + + 1 - - 0 + + + Kelvin + + 1 - - Hectare + + Per Tesla Meter Unit - ha + m^-1 T^-1 - Hectare + Per Tesla Meter Unit - ha + m^-1 T^-1 - - Square Meter - - 10000 + + Second + + 2 - - 0 + + + Kilogram + + -1 - - - Gray per Second - - Gy/s - - - Gray per Second - - - Gy/s - - - - - + Meter - 2 + -1 - - Second + + Ampere - -3 + 1 - - Gibi + + Square Meter - + m^2 - Gibi + Square Meter - Gi + m^2 - - Unitless - - 1073741824 - - - 0 + + Meter + + 2 - - Cubic Meter per Hour + + Cubic Meter per Second - m^3/h + m^3/s - Cubic Meter per Hour + Cubic Meter per Second - m^3/h + m^3/s - - Cubic Meter per Second - - 0.00027777777777777778 + + Second + + -1 - - 0 + + + Meter + + 3 - - Kilocalorie per Square Centimeter Minute + + Hertz per Kelvin - kcal/(cm^2-min) + Hz K^-1 - Kilocalorie per Square Centimeter Minute + Hertz per Kelvin - kcal/(cm^2-min) + Hz K^-1 - - Watt per Square Meter - - 6.9733333300000004e-05 + + Second + + -1 - - 0 + + + Kelvin + + -1 - - Planck Area + + Watt per Square Meter - + W/m^2 - Planck Area + Watt per Square Meter - + W/m^2 - - Square Meter - - 2.61223e-70 + + Second + + -3 - - 0 + + + Kilogram + + 1 - - Point + + Meter Kelvin - pt + m K - Point + Meter Kelvin - pt + m K - - Meter - - 2.5400000000000001e-05 + + Kelvin + + 1 - - 0 + + + Meter + + 1 - - Mile US Statute + + Henry per Meter - miUS + H/m - Mile US Statute + Henry per Meter - mi + H/m - + + Second + + -2 + + + + Kilogram + + 1 + + + Meter - - 1609.3440000000001 + + 1 - - 0 + + + Ampere + + -2 - - Square Centimeter Minute + + Ampere per Square Meter - cm^2-min + A/m^2 - Square Centimeter Minute + Ampere per Square Meter - cm^2-min + A/m^2 - - AreaTime - - 0.0060000000000000001 + + Meter + + -2 - - 0 + + + Ampere + + 1 - - Kilohertz + + Newton - kHz + N - Kilohertz + Newton - kHz + N - - Hertz - - 1000 + + Second + + -2 - - 0 + + + Kilogram + + 1 + + + + Meter + + 1 - - Coulomb + + Per Mole Unit - C + mol^-1 - Coulomb + Per Mole Unit - C + mol^-1 - - Ampere - - 1 - - - - Second + + Mole - 1 + -1 - - Coulomb Square Meter + + Kilogram per Meter - C m^2 + kg/m - Coulomb Square Meter + Kilogram per Meter - C m^2 + kg/m - - Coulomb Square Meter - + + Kilogram + 1 - - 0 + + + Meter + + -1 - - Micrometer + + Volt per Square Meter - µm + V m^-2 - Micrometer + Volt per Square Meter - µm + V m^-2 - - Meter - - 9.9999999999999995e-07 + + Second + + -3 - - 0 + + + Kilogram + + 1 + + + + Ampere + + -1 - - Minute Time + + Pascal Second - min + Pa-s - Minute Time + Pascal Second - min + Pa-s - + Second - - 60 + + -1 - - 0 + + + Kilogram + + 1 + + + + Meter + + -1 - - Exbi + + ElectricCurrentPerUnitLength - Exbi + - Ei + - - Unitless - - 1.5292150460684698e+17 + + Meter + + -1 - - 0 + + + Ampere + + 1 - - Biot + + Square Meter Kelvin per Watt - Bi + K-m^2/W - Biot + Square Meter Kelvin per Watt - Bi + K-m^2/W - - Ampere - - 3.335641e-10 + + Second + + 3 - - 0 + + + Kelvin + + 1 + + + + Kilogram + + -1 - - Metric Ton + + Cubic Meter per Kilogram - mT + m^3/kg - Metric Ton + Cubic Meter per Kilogram - mT + m^3/kg - + Kilogram - - 1000 + + -1 - - 0 + + + Meter + + 3 - - Per Cubic Meter + + InverseEnergy - /m^3 + - Per Cubic Meter + - m^-3 + - - Per Cubic Meter - - 1 + + Second + + 2 - - 0 + + + Kilogram + + -1 + + + + Meter + + -2 - - Planck Length + + Radian per Second Squared - + rad/s^2 - Planck Length + Radian per Second Squared - l_P + rad/s^2 - - Meter - - 1.616252e-35 + + Second + + -2 - - 0 + + + Radian + + + + + + 98,98 + + + + + 1 - - Pascal per Minute + + Watt per Square Meter Steradian - Pa/min + W/(m^2-sr) - Pascal per Minute + Watt per Square Meter Steradian - Pa/min + W/(m^2-sr) - - Pascal per Second - - 0.016666666666666666 + + Second + + -3 - - 0 + + + Kilogram + + 1 + + + + Unitless + + -1 - - Kilogram Force + + Stere - kgf + st - Kilogram Force + Stere - kgf + st - - Newton - - 9.8066499999999994 - - - 0 + + Meter + + 3 - - Slug per Foot + + Watt per Square Meter Quartic Kelvin - slug/ft + W m^-2 K^-4 - Slug per Foot + Watt per Square Meter Quartic Kelvin - slug/ft + W m^-2 K^-4 - - Kilogram per Meter - - 47.880258980335846 + + Second + + -3 - - 0 + + + Kelvin + + -4 + + + + Kilogram + + 1 - - MicroTorr + + Cubic Meter per Mole - µtorr + m^3 mol^-1 - MicroTorr + Cubic Meter per Mole - µtorr + m^3 mol^-1 - - Pascal - - 0.00013332236842105263 + + Meter + + 3 - - 0 + + + Mole + + -1 - - ElectricCurrentPerUnitLength + + Cubic Meter per Second Squared - + Cubic Meter per Second Squared - + m^3/s^2 - - Ampere + + Second - 1 + -2 - + Meter - -1 + 3 - - Femtometer + + Joule Second per Mole - fm + J s mol^-1 - Femtometer + Joule Second per Mole - fm + J s mol^-1 - + + Second + + -1 + + + + Kilogram + + 1 + + + Meter - - 1.0000000000000001e-15 + + 2 - - 0 + + + Mole + + -1 - - Relative Permittivity + + AreaTime - Relative Permittivity + - εr + - - Farad per Meter - - 8.8541878170000005e-12 + + Second + + 1 - - 0 + + + Meter + + + + + + 98,98 + + + + + 2 - - Volt Meter + + EnergyPerTemperature - m V + - Volt Meter + - m V + - - Volt Meter - + + Second + + -2 + + + + Kelvin + + -1 + + + + Kilogram + 1 - - 0 + + + Meter + + 2 - - Tesla + + Joule per Tesla - T + - Tesla + Joule per Tesla - T + J T^-1 - - Tesla - - 1 + + Meter + + 2 - - 0 + + + Ampere + + 1 - - Millihenry + + Katal - mH + kat - Millihenry + Katal - mH + kat - - Henry - - 0.001 + + Second + + -1 - - 0 + + + Mole + + 1 - - Per Tesla Meter Unit + + Square Meter per Second - m^-1 T^-1 + m^2 s^-1 - Per Tesla Meter Unit + Square Meter per Second - m^-1 T^-1 + m^2 s^-1 - - Per Tesla Meter Unit - - 1 + + Second + + -1 - - 0 + + + Meter + + 2 - - US Gallon per Day + + Volt - galUS/d + V - US Gallon per Day + Volt - galUS/d + V - - Cubic Meter per Second - - 4.381262731481481e-08 + + Second + + -3 - - 0 + + + Kilogram + + 1 + + + + Meter + + 2 + + + + Ampere + + -1 - - Lumen per Watt + + Candela per Square Meter - + cd/m^2 - Lumen per Watt + Candela per Square Meter - + cd/m^2 - - Lumen per Watt - + + Candela + 1 - - 0 + + + Meter + + -2 - - Tesla Second + + Kelvin per Tesla - s T + K T^-1 - Tesla Second + Kelvin per Tesla - s T + K T^-1 - - Tesla Second - + + Second + + 2 + + + + Kelvin + 1 - - 0 + + + Kilogram + + -1 + + + + Ampere + + 1 - - EnergyPerTemperature + + Lumen per Watt - + Lumen per Watt @@ -20526,104 +20063,137 @@ - + Second - -2 + 3 - - Kelvin + + Kilogram -1 - - Kilogram + + Candela 1 - + Meter - 2 + -2 + + + + Unitless + + 1 - - Meter per Kelvin + + MassPerAreaTime - Meter per Kelvin + - m/K + - - Meter + + Second + + -1 + + + + Kilogram 1 - - Kelvin + + Meter - -1 + -2 - - Henry + + Joule per Cubic Meter Kelvin - H + J/(m^3 K) - Henry + Joule per Cubic Meter Kelvin - H + J/(m^3 K) - - Henry - + + Second + + -2 + + + + Kelvin + + -1 + + + + Kilogram + 1 - - 0 + + + Meter + + -1 - - Newton Meter per Degree Angle + + Meter Kelvin per Watt - (N-m)/deg + K-m/W - Newton Meter per Degree Angle + Meter Kelvin per Watt - (N-m)/deg + K-m/W - - Meter + + Second + + 3 + + + + Kelvin - 112,238 + 98,98 @@ -20631,14 +20201,14 @@ 1 - - Degree Angle + + Kilogram - 147,518 + 105,7 @@ -20646,140 +20216,131 @@ -1 - - Newton + + Meter - 98,70 + 189,189 - 1 + -1 - - Abvolt Second + + Second Time Squared - + s^2 - Abvolt Second + Second Time Squared - abV-s + s^2 - - Weber - - 1e-08 - - - 0 + + Second + + 2 - - Square Inch + + Per Meter Unit - in^2 + /m - Square Inch + Per Meter Unit - in^2 + m^-1 - - Square Meter - - 0.00064515999999999998 - - - 0 + + Meter + + -1 - - Foot Lambert + + Pascal - ft-L + Pa - Foot Lambert + Pascal - ft-L + Pa - - Candela per Square Meter - - 3.4262590999999998 + + Second + + -2 - - 0 + + + Kilogram + + 1 + + + + Meter + + -1 - - Joule Second per Mole + + Coulomb - J s mol^-1 + C - Joule Second per Mole + Coulomb - J s mol^-1 + C - - Mole - - -1 - - - + Second - -1 - - - - Meter - - 2 + 1 - - Kilogram + + Ampere 1 - - Erg per Gram + + QuarticElectricDipoleMomentPerCubicEnergy - Erg per Gram + @@ -20787,368 +20348,284 @@ - - Joule per Kilogram - - 0.0001 + + Second + + 10 - - 0 + + + Kilogram + + -3 - - - Year Sidereal - - yr - - - Year Sidereal - - - yr - - - - - - Second - - 31558149.7632 + + Meter + + -2 - - 0 + + + Ampere + + 4 - - Lux + + Tesla - lx + T - Lux + Tesla - lx + T - - Lux - - 1 - - - 0 + + Second + + -2 - - - Pascal - - Pa - - - Pascal - - - Pa - - - - - - Pascal - + + Kilogram + 1 - - 0 + + + Ampere + + -1 - - Year (365 Day) + + Square Meter Steradian - yr + m^2-sr - Year (365 Day) + Square Meter Steradian - yr + m^2-sr - - Second - - 31536000 - - - 0 + + Meter + + 2 - - - Square Meter per Kelvin - - - - - Square Meter per Kelvin - - - m^2/K - - - - - - Square Meter per Kelvin - + + Unitless + 1 - - 0 - - - Stathenry per Centimeter + + Coulomb Meter - + C m - Stathenry per Centimeter + Coulomb Meter - statH/cm + C m - - Henry per Meter - - 89876000000000 - - - 0 + + Second + + 1 - - - Kilogram per Square Meter - - kg/m^2 - - - Kilogram per Square Meter - - - kg/m^2 - - - - - - Kilogram per Square Meter - + + Meter + 1 - - 0 + + + Ampere + + 1 - - Planck Momentum + + Meter Kilogram - + m-kg - Planck Momentum + Meter Kilogram - + m-kg - - Kilogram Meter Per Second - - 6.5248499999999998 + + Kilogram + + 1 - - 0 + + + Meter + + 1 - - Cubic Meter per Second Squared + + Joule per Square Tesla - + J T^-2 - Cubic Meter per Second Squared + Joule per Square Tesla - m^3/s^2 + J T^-2 - - Cubic Meter per Second Squared - - 1 + + Second + + 2 - - 0 + + + Kilogram + + -1 - - - Square Meter Kelvin - - m^2-K - - - Square Meter Kelvin - - - m^2-K - - - - - + Meter 2 - - Kelvin + + Ampere - 1 + 2 - - Microsecond + + Ampere per Joule - µs + A/J - Microsecond + Ampere per Joule - µs + A J^-1 - + Second - - 9.9999999999999995e-07 - - - 0 + + 2 - - - Pascal Second - - Pa-s - - - Pascal Second - - - Pa-s - - - - - - Meter + + Kilogram -1 - - Kilogram + + Meter - 1 + -2 - - Second + + Ampere - -1 + 1 - - Cubic Meter per Mole + + Per Meter Kelvin Unit - m^3 mol^-1 + m^-1 K^-1 - Cubic Meter per Mole + Per Meter Kelvin Unit - m^3 mol^-1 + m^-1 K^-1 - - Meter + + Kelvin - 3 + -1 - - Mole + + Meter -1 - - Hertz per Tesla + + LengthPerUnitElectricCurrent - Hz T^-1 + - Hertz per Tesla + - Hz T^-1 + - - Coulomb per Kilogram - + + Meter + 1 - - 0 + + + Ampere + + -1 - + Coulomb per Mole @@ -21162,139 +20639,184 @@ - - Coulomb per Mole - + + Second + 1 - - 0 + + + Ampere + + 1 + + + + Mole + + -1 - - Abtesla + + Volt per second - + V/sec - Abtesla + Volt per second - abT + V/s - - Tesla - - 0.0001 + + Second + + -4 - - 0 + + + Kilogram + + 1 + + + + Meter + + 2 + + + + Ampere + + -1 - - Watt Square Meter + + Watt - W m^2 + W - Watt Square Meter + Watt - W m^2 + W - + Second -3 - + Kilogram 1 - + Meter - 4 + 2 - - Kilogram Kelvin + + Meter per Second - kg-K + m/s - Kilogram Kelvin + Meter per Second - kg-K + m s^-1 - - Kelvin + + Second - 1 + -1 - - Kilogram + + Meter 1 - - Foot Pound Force per Square Foot Second + + Volt Meter - ft-lbf/(ft^2-s) + m V - Foot Pound Force per Square Foot Second + Volt Meter - ft-lbf/(ft^2-s) + m V - - Watt per Square Meter - - 14.593902937206364 + + Second + + -3 - - 0 + + + Kilogram + + 1 + + + + Meter + + 3 + + + + Ampere + + -1 - - Radian per Second Squared + + Ampere per Radian - rad/s^2 + - Radian per Second Squared + Ampere per Radian - rad/s^2 + A/rad - + + Ampere + + 1 + + + Radian @@ -21306,113 +20828,116 @@ - 1 - - - - Second - - -2 + -1 - - Ounce per Square Foot + + Square Meter per Kelvin - oz/ft^2 + - Ounce per Square Foot + Square Meter per Kelvin - oz/ft^2 + m^2/K - - Kilogram per Square Meter - - 0.30515172727394063 + + Kelvin + + -1 - - 0 + + + Meter + + 2 - - Nautical Mile + + Hertz per Volt - nmi + Hz V^-1 - Nautical Mile + Hertz per Volt - nmi + Hz V^-1 - + + Second + + 2 + + + + Kilogram + + -1 + + + Meter - - 1852 + + -2 - - 0 + + + Ampere + + 1 - - Kilogram Meter Per Second + + Weber - kg-m/s + Wb - Kilogram Meter Per Second + Weber - kg m s^-1 + Wb - - Kilogram Meter Per Second - - 1 + + Second + + -2 - - 0 + + + Kilogram + + 1 - - - Kip - - kip - - - Kip - - - kip - - - - - - Newton - - 4448.2219999999998 + + Meter + + 2 - - 0 + + + Ampere + + -1 - + Watt per Meter Kelvin W/(m*K) @@ -21426,455 +20951,383 @@ - - Meter + + Second - 1 + -3 - - Kilogram + + Kelvin - 1 + -1 - - Kelvin + + Kilogram - -1 + 1 - - Second + + Meter - -3 + 1 - - Radian + + InverseSquareEnergy - rad - - - Plane Angle - - - rad - - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - radian - - - 0 - - - 0 - - - - Pascal Second - - Pa-s - - Pascal Second + - Pa-s + - - Pascal Second - - 1 + + Second + + 4 - - 0 + + + Kilogram + + -2 + + + + Meter + + -4 - - Joule per Kilogram Kelvin per Cubic Meter + + Cubic Coulomb Meter per Square Joule - + C^3 m^3 J^-2 - Joule per Kilogram Kelvin per Cubic Meter + Cubic Coulomb Meter per Square Joule - J/(kg-K-m^3) + C^3 m^3 J^-2 - - Joule per Kilogram Kelvin per Cubic Meter - - 1 + + Second + + 7 - - 0 + + + Kilogram + + -2 - - - Inch - - in - - - Inch - - - in - - - - - + Meter - - 0.025399999999999999 + + -1 - - 0 + + + Ampere + + 3 - - Pascal per Second + + Coulomb per Meter - Pa/s + C/m - Pascal per Second + Coulomb per Meter - Pa/s + C/m - - Pascal per Second - + + Second + 1 - - 0 + + + Meter + + -1 + + + + Ampere + + 1 - - Joule per Square Tesla + + Coulomb Square Meter - J T^-2 + C m^2 - Joule per Square Tesla + Coulomb Square Meter - J T^-2 + C m^2 - - Meter - - 2 - - - - Ampere + + Second - 2 + 1 - - Second + + Meter 2 - - Kilogram + + Ampere - -1 + 1 - - Square Meter Kelvin per Watt + + Joule per Kilogram - K-m^2/W + J/kg - Square Meter Kelvin per Watt + Joule per Kilogram - K-m^2/W + J/kg - - Kelvin - - 1 - - - + Second - 3 + -2 - - Kilogram + + Meter - -1 + 2 - - Fermi + + Ohm - fm + Ohm - Fermi + Ohm - fm + ohm - + + Second + + -3 + + + + Kilogram + + 1 + + + Meter - - 1.0000000000000001e-15 + + 2 - - 0 + + + Ampere + + -2 - - Coulomb Meter + + Kilogram Kelvin - C m + kg-K - Coulomb Meter + Kilogram Kelvin - C m + kg-K - - Ampere - - 1 - - - - Second + + Kelvin 1 - - Meter + + Kilogram 1 - - Kelvin + + Kelvin per Second - K + K/s - Kelvin + Kelvin per Second - K + K/s - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - kelvin - - - 1 - - - 0 - - - - Ampere per Joule + + Second + + -1 + + + + Kelvin + + 1 + + + + + Siemens - A/J + S - Ampere per Joule + Siemens - A J^-1 + S - - Ampere + + Second - 1 + 3 - + Kilogram -1 - + Meter -2 - - Second + + Ampere 2 - - Pound per Cubic Foot + + Kilogram per Square Meter - lb/ft^3 + kg/m^2 - Pound per Cubic Foot + Kilogram per Square Meter - lb/ft^3 + kg/m^2 - - Kilogram per Cubic Meter - - 16.018463373960138 + + Kilogram + + 1 - - 0 + + + Meter + + -2 - - Joule per Kilogram Kelvin per Pascal + + Kilogram per Second - + kg/s - Joule per Kilogram Kelvin per Pascal + Kilogram per Second - J/(kg-K-Pa) + kg/s - - Kelvin + + Second -1 - + Kilogram - -1 - - - - Meter - - 3 - - - - - Square Meter per Second - - m^2 s^-1 - - - Square Meter per Second - - - m^2 s^-1 - - - - - - Square Meter per Second - 1 - - 0 - - + Tesla Second s T @@ -21888,26 +21341,26 @@ - + Second -1 - - Ampere + + Kilogram - -1 + 1 - - Kilogram + + Ampere - 1 + -1 - + Coulomb per Square Meter C/m^2 @@ -21921,995 +21374,857 @@ - - Ampere + + Second 1 - + Meter -2 - - Second + + Ampere 1 - - Joule Second per Mole + + Lux - J s mol^-1 + lx - Joule Second per Mole + Lux - J s mol^-1 + lx - - Joule Second per Mole - + + Candela + 1 - - 0 - - - - Kilogram per Cubic Meter - - kg/m^3 - - - Kilogram per Cubic Meter - - - kg/m^3 - - - - - + Meter - -3 + -2 - - Kilogram + + Unitless 1 - - Joule per Tesla - - - - - Joule per Tesla - - - J T^-1 - - - - - - Joule per Tesla - - 1 - - - 0 - - - - - Volt per Square Meter + + Kilogram per Mole - V m^-2 + kg mol^-1 - Volt per Square Meter + Kilogram per Mole - V m^-2 + kg mol^-1 - + Kilogram 1 - - Ampere + + Mole -1 - - Second - - -3 - - - - US Gallon + + Meter per Kelvin - galUS + - US Gallon + Meter per Kelvin - galUS + m/K - - Meter - - - - - - 28,21 - - - - - 0.0037854117839999997 + + Kelvin + + -1 - - 0 + + + Meter + + 1 - - Watt Square Meter per Steradian + + Farad - W m^2 sr^-1 + F - Watt Square Meter per Steradian + Farad - W m^2 sr^-1 + F - + Second - -3 + 4 - - Unitless + + Kilogram -1 - + Meter - 4 + -2 - - Kilogram + + Ampere - 1 + 2 - - Gilbert + + Joule per Kilogram Kelvin - Gi + J/(kg-K) - Gilbert + Joule per Kilogram Kelvin - Gi + J/(kg-K) - - Ampere Turn - - 0.79577471499999997 - - - 0 + + Second + + -2 - - - Inch of Water - - inAq - - - Inch of Water - - - inAq - - - - - - Pascal - - 249.08002400000001 + + Kelvin + + -1 - - 0 + + + Meter + + 2 - - Acre + + Ampere Turn - ac + At - Acre + Ampere Turn - ac + At - - Square Meter - - 4046.8564224000002 + + Ampere + + 1 - - 0 + + + Unitless + + 1 - - Tesla + + Joule Meter per Mole - T + J m mol^-1 - Tesla + Joule Meter per Mole - T + J m mol^-1 - + Second -2 - + Kilogram 1 - - Ampere + + Meter + + 3 + + + + Mole -1 - - BTU per Pound + + Watt Square Meter per Steradian - Btu/lb + W m^2 sr^-1 - BTU per Pound + Watt Square Meter per Steradian - Btu/lb + W m^2 sr^-1 - - Joule per Kilogram - - 2326 + + Second + + -3 - - 0 + + + Kilogram + + 1 + + + + Meter + + 4 + + + + Unitless + + -1 - - Kilometer per Hour + + Kilogram per Cubic Meter - km/h + kg/m^3 - Kilometer per Hour + Kilogram per Cubic Meter - km/hr + kg/m^3 - - Meter per Second - - 0.27777777777777779 + + Kilogram + + 1 - - 0 + + + Meter + + -3 - - Kilogram per Mole + + Mole Kelvin - kg mol^-1 + mol-K - Kilogram per Mole + Mole Kelvin - kg mol^-1 + mol-K - - Kilogram per Mole - + + Kelvin + 1 - - 0 + + + Mole + + 1 - - Erg Second + + Joule per Kilogram Kelvin per Cubic Meter - Erg Second + Joule per Kilogram Kelvin per Cubic Meter - erg s + J/(kg-K-m^3) - - Joule Second - - 9.9999999999999995e-08 + + Second + + -2 - - 0 + + + Kelvin + + -1 + + + + Meter + + -1 - - Tex + + Joule per Mole - tex + J/mol - Tex + Joule per Mole - tex + J/mol - - Kilogram per Meter - - 9.9999999999999995e-07 + + Second + + -2 - - 0 + + + Kilogram + + 1 + + + + Meter + + 2 + + + + Mole + + -1 - - Meter per Hour + + Lumen - m/h + lm - Meter per Hour + Lumen - m h^-1 + lm - - Meter per Second - - 0.00027777777799999997 + + Candela + + 1 - - 0 + + + Unitless + + 1 - - Degree per Minute + + Square Meter Kelvin - + m^2-K - Degree per Minute + Square Meter Kelvin - + m^2-K - - Radian per Second - - 0.00029088820899999998 + + Kelvin + + 1 - - 0 + + + Meter + + 2 - - Coulomb per Cubic Meter + + Henry - C/m^3 + H - Coulomb per Cubic Meter + Henry - C m^-3 + H - - Meter + + Second - -3 + -2 - - Second + + Kilogram 1 - + + Meter + + 2 + + + Ampere - 1 + -2 - - Ampere + + SquareEnergy - A - - - Ampere - - - A - - - - 0 - - - 1 - - - 0 - - - 0 - - - 0 - - - ampere - - - 0 - - - 0 - - - - Day - - d - - Day + - d + - + Second - - 86400 + + -4 - - 0 + + + Kilogram + + 2 + + + + Meter + + 4 - - Meter Kelvin per Watt + + Joule per Kilogram Kelvin per Pascal - K-m/W + - Meter Kelvin per Watt + Joule per Kilogram Kelvin per Pascal - K-m/W + J/(kg-K-Pa) - - Kilogram - - - - - - 105,7 - - - - - -1 - - - + Kelvin - - - - - - 98,98 - - - - 1 + -1 - - Second + + Kilogram - 3 + -1 - + Meter - - - - - - 189,189 - - - - -1 - - - - - Kelvin per Hour - - K/h - - - Kelvin per Hour - - - K/h - - - - - - Kelvin per Second - - 0.00027777777777799998 - - - 0 + 3 - - Joule per Mole Kelvin + + Mole per Kilogram - J/(mol-K) + - Joule per Mole Kelvin + Mole per Kilogram - J mol^-1 K^-1 + mol/kg - + Kilogram - - 1 - - - - Meter - - 2 - - - - Kelvin -1 - + Mole - -1 - - - - Second - - -2 + 1 - - Watt per Square Inch + + Farad per Meter - W/in^2 + F/m - Watt per Square Inch + Farad per Meter - W/in^2 + F m^-1 - - Watt per Square Meter + + Farad per Meter - 1550.0030999999999 + 1 0 - - Erg per Square Centimeter Second + + Relative Permittivity - erg/(cm^2-s) + - Erg per Square Centimeter Second + Relative Permittivity - erg/(cm^2-s) + εr - - Watt per Square Meter + + Farad per Meter - 0.001 + 8.8541878170000005e-12 0 - - Square Meter per Kelvin + + Abfarad per Centimeter - Square Meter per Kelvin + Abfarad per Centimeter - m^2/K + abF/cm - - Meter - - 2 + + Farad per Meter + + 100000000000 - - - Kelvin - - -1 + + 0 - - Ton Assay + + Square Coulomb Meter per Joule - AT + C^2 m^2 J^-1 - Ton Assay + Square Coulomb Meter per Joule - AT + C^2 m^2 J^-1 - - Kilogram + + Square Coulomb Meter per Joule - 0.032666667000000003 + 1 0 - - Watt per Square Meter Quartic Kelvin + + Gray per Second - W m^-2 K^-4 + Gy/s - Watt per Square Meter Quartic Kelvin + Gray per Second - W m^-2 K^-4 + Gy/s - - Second - - -3 - - - - Kilogram - + + Gray per Second + 1 - - - Kelvin - - -4 + + 0 - - Square Yard + + Pascal per Hour - yd^2 + Pa/hr - Square Yard + Pascal per Hour - yd^2 + Pa/h - - Square Meter + + Pascal per Second - 0.83612735999999999 + 0.00027777777799999997 0 - - Mole Kelvin + + Pascal per Minute - mol-K + Pa/min - Mole Kelvin + Pascal per Minute - mol-K + Pa/min - - Kelvin - - 1 + + Pascal per Second + + 0.016666666666666666 - - - Mole - - 1 + + 0 - - Microinch + + Pascal per Second - µinch + Pa/s - Microinch + Pascal per Second - µinch + Pa/s - - Meter + + Pascal per Second - 2.5399999999999999e-08 + 1 0 - - Ampere + + Pound Force per Square Inch Second - A + lbf / (in^2-s) - Ampere + Pound Force per Square Inch Second - A + lbf / (in^2-s) - - Ampere + + Pascal per Second - 1 + 6894.7572931683608 0 - - Kelvin per Watt + + Kilogram Meter Squared - K/W + kg-m^2 - Kelvin per Watt + Kilogram Meter Squared - K/W + kg-m^2 - - Meter - - -2 - - - - Second - - 3 - - - - Kilogram - - -1 - - - - Kelvin - + + Kilogram Meter Squared + 1 + + 0 + - - Coulomb Meter + + Cubic Meter per Kilogram Second Squared - C m + m^3 kg^-1 s^-2 - Coulomb Meter + Cubic Meter per Kilogram Second Squared - C m + m^3 kg^-1 s^-2 - - Coulomb Meter + + Cubic Meter per Kilogram Second Squared 1 @@ -22918,22 +22233,22 @@ - - Watt + + Coulomb per Cubic Meter - W + C/m^3 - Watt + Coulomb per Cubic Meter - W + C m^-3 - - Watt + + Coulomb per Cubic Meter 1 @@ -22942,223 +22257,214 @@ - - Ton of Refrigeration + + Cubic Meter per Kelvin - t/fg + - Ton of Refrigeration + Cubic Meter per Kelvin - t/fg + m^3/K - - Watt + + Cubic Meter per Kelvin - 3517 + 1 0 - - Pound Troy + + Meter per Farad - lbm + - Pound Troy + Meter per Farad - lbm + m/F - - Kilogram + + Meter per Farad - 0.37324172160000002 + 1 0 - - Cubic Foot per Minute + + Tesla Meter - ft^3/min + m T - Cubic Foot per Minute + Tesla Meter - ft^3/min + m T - - Cubic Meter per Second + + Tesla Meter - 0.0004719474432000001 + 1 0 - - Cubic Yard per Minute + + Kilogram Meter Per Second - yd^3/min + kg-m/s - Cubic Yard per Minute + Kilogram Meter Per Second - yd^3/min + kg m s^-1 - - Cubic Meter per Second + + Kilogram Meter Per Second - 0.0127425809664 + 1 0 - - Carat + + Planck Momentum - Nm/ct + - Carat + Planck Momentum - Nm/ct + - - Kilogram + + Kilogram Meter Per Second - 0.00020000000000000001 + 6.5248499999999998 0 - - Statcoulomb + + Per Cubic Meter - statC + /m^3 - Statcoulomb + Per Cubic Meter - statC + m^-3 - - Coulomb + + Per Cubic Meter - 3.3356400000000002e-10 + 1 0 - - Coulomb per Mole + + Kelvin per Watt - + K/W - Coulomb per Mole + Kelvin per Watt - C mol^-1 + K/W - - Ampere - + + Kelvin per Watt + 1 - - - Mole - - -1 - - - - Second - - 1 + + 0 - - Pebi + + Mega Electron Volt Femtometer - + MeV fm - Pebi + Mega Electron Volt Femtometer - Pi + MeV fm - - Unitless + + LengthEnergy - 125899906842624 + 1.60217653e-28 0 - - Inverse Second + + Coulomb per Kilogram - s^-1 + C/kg - Inverse Second + Coulomb per Kilogram - s^-1 + C kg^-1 - - Hertz + + Coulomb per Kilogram 1 @@ -23167,70 +22473,70 @@ - - Square Foot + + Hertz per Tesla - ft^2 + Hz T^-1 - Square Foot + Hertz per Tesla - ft^2 + Hz T^-1 - - Square Meter + + Coulomb per Kilogram - 0.092903040000000006 + 1 0 - - Unit Pole + + Mega Hertz per Tesla - U/nWb + MHz T^-1 - Unit Pole + Mega Hertz per Tesla - U/nWb + MHz T^-1 - - Weber + + Coulomb per Kilogram - 1.256637e-07 + 1000000 0 - - Weber + + Per Tesla Second Unit - Wb + s^-1 T^-1 - Weber + Per Tesla Second Unit - Wb + s^-1 T^-1 - - Weber + + Coulomb per Kilogram 1 @@ -23239,151 +22545,142 @@ - - Kilogram per Second + + Kilohertz - kg/s + kHz - Kilogram per Second + Kilohertz - kg/s + kHz - - Kilogram per Second + + Hertz - 1 + 1000 0 - - Volt per Square Meter + + Megahertz - V m^-2 + MHz - Volt per Square Meter + Megahertz - V m^-2 + MHz - - Volt per Square Meter + + Hertz - 1 + 1000000 0 - - Planck Current Density + + Hertz - + Hz - Planck Current Density + Hertz - + Hz - - Ampere per Square Meter + + Hertz - 1.3317740000000001e+95 + 1 0 - - Cubic Meter + + Gigahertz - m^3 + GHz - Cubic Meter + Gigahertz - m^3 + GHz - - Stere + + Hertz - 1 + 1000000000 0 - - Coulomb per Kilogram + + Planck Frequency - C/kg + - Coulomb per Kilogram + Planck Frequency - C kg^-1 + - - Kilogram - - -1 - - - - Second - - 1 + + Hertz + + 1.8548700000000001e+43 - - - Ampere - - 1 + + 0 - - Radian per Second + + Inverse Second - rad/s + s^-1 - Radian per Second + Inverse Second - rad/s + s^-1 - - Radian per Second + + Hertz 1 @@ -23392,760 +22689,646 @@ - - Microfarad + + Mole per Cubic Meter - µF + mol/m^3 - Microfarad + Mole per Cubic Meter - µF + mol/m^3 - - Farad + + Mole per Cubic Meter - 9.9999999999999995e-07 + 1 0 - - Watt Square Meter per Steradian + + US Survey Foot - W m^2 sr^-1 + ftUS - Watt Square Meter per Steradian + US Survey Foot - W m^2 sr^-1 + ft - - Watt Square Meter per Steradian + + Meter - 1 + 0.30480000000000002 0 - - Astronomical Unit + + Fermi - au + fm - Astronomical Unit + Fermi - au + fm - + Meter - 149597870000 + 1.0000000000000001e-15 0 - - Short Ton per Hour + + Meter - ton/h + m - Short Ton per Hour + Meter - ton/h + m - - Kilogram per Second + + Meter - 0.25199576099999998 + 1 0 - - Kilogram per Square Meter + + Centimeter - kg/m^2 + cm - Kilogram per Square Meter + Centimeter - kg/m^2 + cm - - Kilogram - - 1 - - - + Meter - - -2 + + 0.01 + + + 0 - - Pound per Cubic Yard + + Mile - International Standard - lb/yd^3 + miINT - Pound per Cubic Yard + Mile - International Standard - lb/yd^3 + mi - - Kilogram per Cubic Meter + + Meter - 0.5932764212577829 + 1609.3440000000001 0 - - Radian per Second + + Planck Length - rad/s + - Radian per Second + Planck Length - rad/s + l_P - - Second - - -1 + + Meter + + 1.616252e-35 - - - Radian - - - - - - 98,98 - - - - - 1 + + 0 - - Slug per Second + + Fathom - slug/s + fath - Slug per Second + Fathom - slug/s + fath - - Kilogram per Second + + Meter - 14.593902937206366 + 1.8288 0 - - Coulomb + + Chain - C + ch - Coulomb + Chain - C + ch - - Coulomb + + Meter - 1 + 20.116800000000001 0 - - Square Coulomb Meter per Joule + + Foot - C^2 m^2 J^-1 + ft - Square Coulomb Meter per Joule + Foot - C^2 m^2 J^-1 + ft - - Square Coulomb Meter per Joule + + Meter - 1 + 0.30480000000000002 0 - - Cubic Meter per Second Squared + + Microinch - + µinch - Cubic Meter per Second Squared + Microinch - m^3/s^2 + µinch - + Meter - - 3 + + 2.5399999999999999e-08 - - - Second - - -2 + + 0 - - Revolution per Hour + + Inch - rev/h + in - Revolution per Hour + Inch - rev/h + in - - Radian per Second + + Meter - 0.0017453292519943296 + 0.025399999999999999 0 - - Pascal per Meter to the Sixth Second Square + + Astronomical Unit - Pa/(m^6 s^2) + au - Pascal per Meter to the Sixth Second Square + Astronomical Unit - Pa/(m^6 s^2) + au - - Pascal - - - - - - 203,112 - - - - - 1 - - - + Meter - - - - - - 399,252 - - - - - -6 + + 149597870000 - - - Second - - - - - - 455,70 - - - - - -2 + + 0 - - Watt per Degree Celcius + + Femtometer - W/C + fm - Watt per Degree Celcius + Femtometer - W/C + fm - - Degree Celsius - - - - - - 63,385 - - - - - -1 + + Meter + + 1.0000000000000001e-15 - - - Watt - - - - - - 105,161 - - - - - 1 + + 0 - - Yobi + + Point - + pt - Yobi + Point - Yi + pt - - Unitless + + Meter - 1.2089258196146292e+24 + 2.5400000000000001e-05 0 - - Ohm + + Rod - Ohm + rd - Ohm + Rod - ohm + rd - - Ohm + + Meter - 1 + 5.02921 0 - - Watt per Square Meter Kelvin + + Furlong - W/(m^2-K) + fur - Watt per Square Meter Kelvin + Furlong - W/(m^2-K) + fur - - Kilogram - - 1 - - - - Kelvin - - -1 + + Meter + + 201.16800000000001 - - - Second - - -3 + + 0 - - Watt per Square Meter + + Micrometer - W/m^2 + µm - Watt per Square Meter + Micrometer - W/m^2 + µm - - Watt per Square Meter + + Meter - 1 + 9.9999999999999995e-07 0 - - Cubic Meter per Kilogram + + Mile US Statute - m^3/kg + miUS - Cubic Meter per Kilogram + Mile US Statute - m^3/kg + mi - + Meter - - 3 + + 1609.3440000000001 - - - Kilogram - - -1 + + 0 - - Second Time Squared + + Light Year - s^2 + ly - Second Time Squared + Light Year - s^2 + ly - - Second - - 2 + + Meter + + 9460730472580800 + + + 0 - - Statohm + + Yard - statOhm + yd - Statohm + Yard - statOhm + yd - - Ohm + + Meter - 898760000000 + 0.91439999999999999 0 - - Ton - Short + + Kilometer - ton + km - Ton - Short + Kilometer - ton + km - - Kilogram + + Meter - 907.18474000000003 + 1000 0 - - Megahertz + + Nautical Mile - MHz + nmi - Megahertz + Nautical Mile - MHz + nmi - - Hertz + + Meter - 1000000 + 1852 0 - - QuarticElectricDipoleMomentPerCubicEnergy + + Angstrom - + Å - + Angstrom - + Å - - Kilogram - - -3 - - - - Second - - 10 - - - - Ampere - - 4 - - - + Meter - - -2 + + 1e-10 + + + 0 - - Meter + + Watt per Steradian - m + W sr^-1 - Meter + Watt per Steradian - m + - - 0 - - - 0 - - - 1 - - - 0 - - - 0 - - - metre - - - 0 - - - 0 - - - - Gauss + + Watt per Steradian + + 1 + + + 0 + + + + + Watt Square Meter - G + W m^2 - Gauss + Watt Square Meter - G + W m^2 - - Tesla + + Watt Square Meter - 0.0001 + 1 0 - - Mole + + Joule per Mole Kelvin - mol + J/(mol-K) - Mole + Joule per Mole Kelvin - mol + J mol^-1 K^-1 - - Mole + + Joule per Mole Kelvin 1 @@ -24154,235 +23337,205 @@ - - Meter per Farad + + Electron Volt Second - + eV s - Meter per Farad + Electron Volt Second - m/F + eV s - - Meter per Farad + + Joule Second - 1 + 1.6021765313999999e-19 0 - - Square Coulomb Meter per Joule + + Erg Second - C^2 m^2 J^-1 + - Square Coulomb Meter per Joule + Erg Second - C^2 m^2 J^-1 + erg s - - Kilogram - - -1 - - - - Ampere - - 2 + + Joule Second + + 9.9999999999999995e-08 - - - Second - - 4 + + 0 - - Kilogram per Mole + + Joule Second - kg mol^-1 + J s - Kilogram per Mole + Joule Second - kg mol^-1 + J s - - Kilogram - + + Joule Second + 1 - - - Mole - - -1 + + 0 - - Degree Rankine + + Degree per Hour - degR + deg/h - Degree Rankine + Degree per Hour - degR + deg/h - - Kelvin + + Radian per Second - 0.55555555555555558 + 4.8481368110953598e-06 0 - - Candela + + Degree per Second - cd + deg/s - Candela + Degree per Second - cd + deg/s - - Candela + + Radian per Second - 1 + 0.0174532925199 0 - - Planck Current + + Radian per Second - + rad/s - Planck Current + Radian per Second - + rad/s - - Ampere + + Radian per Second - 3.4789000000000002e+25 + 1 0 - - Siemens + + Radian per Hour - S + rad/h - Siemens + Radian per Hour - S + rad/h - - Second - - 3 - - - - Meter - - -2 - - - - Ampere - - 2 + + Radian per Second + + 0.00027777777777799998 - - - Kilogram - - -1 + + 0 - - Meter Kelvin + + Revolution per Hour - m K + rev/h - Meter Kelvin + Revolution per Hour - m K + rev/h - - Meter - - 1 + + Radian per Second + + 0.0017453292519943296 - - - Kelvin - - 1 + + 0 - - SquareEnergy + + Degree per Minute - + Degree per Minute @@ -24390,521 +23543,512 @@ - - Second - - -4 - - - - Meter - - 4 + + Radian per Second + + 0.00029088820899999998 - - - Kilogram - - 2 + + 0 - - Meter + + Revolution per Minute - m + rev/min - Meter + Revolution per Minute - m + rev/min - - Meter + + Radian per Second - 1 + 0.10471975511965977 0 - - Pound Force per Square Foot + + Revolution per Second - lbf/ft^2 + rev/s - Pound Force per Square Foot + Revolution per Second - lbf/ft^2 + rev/s - - Pascal + + Radian per Second - 47.880258980335839 + 6.2831853100000004 0 - - Meter per Minute + + Radian per second - m/min + rad/s - Meter per Minute + Radian per second - m min^-1 + rad/s - - Meter per Second + + Radian per Second - 0.016666666666666666 + 1 0 - - Second Square Foot + + Planck Mass - s-ft^2 + - Second Square Foot + Planck Mass - s-ft^2 + m_P - - AreaTime + + Kilogram - 0.092903040000000006 + 2.1764400000000001e-08 0 - - Relative Permeability + + Pound Troy - + lbm - Relative Permeability + Pound Troy - µr + lbm - - Henry per Meter + + Kilogram - 1.2566370599999999e-06 + 0.37324172160000002 0 - - Planck Mass + + Ton - Long - + ton - Planck Mass + Ton - Long - m_P + ton - + Kilogram - 2.1764400000000001e-08 + 1016.0469088 0 - - Meter Kilogram + + Ton - Short - m-kg + ton - Meter Kilogram + Ton - Short - m-kg + ton - - Meter Kilogram + + Kilogram - 1 + 907.18474000000003 0 - - Cubic Meter per Kilogram + + Pound Mass - m^3/kg + lbm - Cubic Meter per Kilogram + Pound Mass - m^3/kg + lbm - - Cubic Meter per Kilogram + + Kilogram - 1 + 0.45359237000000002 0 - - Degree Celsius + + Unified Atomic Mass Unit - degC + u - Degree Celsius + Unified Atomic Mass Unit - degC + u - - Kelvin + + Kilogram - 1 + 9.1093821499999992e-31 - 273.14999999999998 + 0 - - Kilogram Meter Squared + + Carat - kg-m^2 + Nm/ct - Kilogram Meter Squared + Carat - kg-m^2 + Nm/ct - - Kilogram Meter Squared + + Kilogram - 1 + 0.00020000000000000001 0 - - Watt per Meter Kelvin + + Slug - W/(m*K) + slug - Watt per Meter Kelvin + Slug - W/(m*K) + slug - - Watt per Meter Kelvin + + Kilogram - 1 + 14.593902937206366 0 - - Statcoulomb per Square Centimeter + + Ton Assay - + AT - Statcoulomb per Square Centimeter + Ton Assay - statC/cm^2 + AT - - Coulomb per Square Meter + + Kilogram - 3.3356400000000001e-06 + 0.032666667000000003 0 - - Mega Hertz per Tesla + + Kilogram - MHz T^-1 + kg - Mega Hertz per Tesla + Kilogram - MHz T^-1 + kg - - Coulomb per Kilogram + + Kilogram - 1000000 + 1 0 - - Tesla Meter + + Metric Ton - m T + mT - Tesla Meter + Metric Ton - m T + mT - - Tesla Meter + + Kilogram - 1 + 1000 0 - - Katal + + Ounce Mass - kat + ozm - Katal + Ounce Mass - kat + ozm - - Katal + + Kilogram - 1 + 0.028349523125000001 0 - - Pound per Minute + + Penny Weight - lb/min + dwt - Pound per Minute + Penny Weight - lb/min + dwt - - Kilogram per Second + + Kilogram - 0.0075598728333333334 + 0.0015551738400000001 0 - - Debye + + Hundred Weight - Short - D + cwt - Debye + Hundred Weight - Short - D + cwt - - Coulomb Meter + + Kilogram - 3.33564e-30 + 45.359237 0 - - US Survey Foot + + Gram - ftUS + g - US Survey Foot + Gram - ft + g - - Meter + + Kilogram - 0.30480000000000002 + 0.001 0 - - Watt per Square Foot + + Ounce Troy - W/ft^2 + oz - Watt per Square Foot + Ounce Troy - W/ft^2 + oz - - Watt per Square Meter + + Kilogram - 10.763910416709722 + 0.031103476800000002 0 - - BTU per Second Square Foot + + Grain - Btu/(s-ft^2) + gr - BTU per Second Square Foot + Grain - Btu/(s-ft^2) + gr - - Watt per Square Meter + + Kilogram - 11356.526682226975 + 6.4798909999999995e-05 0 - - Joule Second + + Watt per Square Meter Kelvin - J s + W/(m^2-K) - Joule Second + Watt per Square Meter Kelvin - J s + W/(m^2-K) - - Joule Second + + Watt per Square Meter Kelvin 1 @@ -24913,703 +24057,670 @@ - - Inch per Second + + Per Tesla Meter Unit - + m^-1 T^-1 - Inch per Second + Per Tesla Meter Unit - + m^-1 T^-1 - - Meter per Second + + Per Tesla Meter Unit - 0.025399999999999999 + 1 0 - - Pound Force + + Square Foot - lbf + ft^2 - Pound Force + Square Foot - lbf + ft^2 - - Newton + + Square Meter - 4.4482216152604996 + 0.092903040000000006 0 - - Planck Volt + + Acre - + ac - Planck Volt + Acre - + ac - - Volt + + Square Meter - 1.04295e+27 + 4046.8564224000002 0 - - Pound Mass + + Square Inch - lbm + in^2 - Pound Mass + Square Inch - lbm + in^2 - - Kilogram + + Square Meter - 0.45359237000000002 + 0.00064515999999999998 0 - - InverseSquareEnergy + + Barn - + b - + Barn - + b - - Kilogram - - -2 - - - - Meter - - -4 + + Square Meter + + 9.9999999999999997e-29 - - - Second - - 4 + + 0 - - Statvolt + + Hectare - statV + ha - Statvolt + Hectare - statV + ha - - Volt + + Square Meter - 299.79245800000001 + 10000 0 - - Coulomb per Meter + + Are - C/m + a - Coulomb per Meter + Are - C/m + a - - Ampere - - 1 - - - - Second - - 1 + + Square Meter + + 100 - - - Meter - - -1 + + 0 - - Kilocalorie per Gram + + Square Yard - kcal/gm + yd^2 - Kilocalorie per Gram + Square Yard - kcal/gm + yd^2 - - Joule per Kilogram + + Square Meter - 4184000 + 0.83612735999999999 0 - - Cubic Mile + + Square Centimeter - mi^3 + cm^2 - Cubic Mile + Square Centimeter - mi^3 + cm^2 - - Stere + + Square Meter - 4168181825.4405799 + 0.0001 0 - - Foot per Minute + + Square Mile - ft/min + mi^2 - Foot per Minute + Square Mile - ft/min + mi^2 - - Meter per Second + + Square Meter - 0.0050800000000000003 + 2589988.1099999999 0 - - Maxwell + + Planck Area - Mx + - Maxwell + Planck Area - Mx + - - Weber + + Square Meter - 1e-08 + 2.61223e-70 0 - - Planck Charge + + Square Meter - Q_p + m^2 - Planck Charge + Square Meter - Q_p + m^2 - - Coulomb + + Square Meter - 1.87554587e-18 + 1 0 - - Pound per Cubic Inch + + Cubic Inch per Minute - lb/in^3 + in^3/min - Pound per Cubic Inch + Cubic Inch per Minute - lb/in^3 + in^3/min - - Kilogram per Cubic Meter + + Cubic Meter per Second - 27679.904710203125 + 2.7311773333333333e-07 0 - - Mole per Kilogram + + US Gallon per Minute - + galUS/min - Mole per Kilogram + US Gallon per Minute - mol/kg + galUS/min - - Mole per Kilogram + + Cubic Meter per Second - 1 + 6.3090183333333331e-05 0 - - Volt + + Cubic Meter per Hour - V + m^3/h - Volt + Cubic Meter per Hour - V + m^3/h - - Volt + + Cubic Meter per Second - 1 + 0.00027777777777777778 0 - - Foot Pound Force per Hour + + Cubic Foot per Minute - ft-lbf/h + ft^3/min - Foot Pound Force per Hour + Cubic Foot per Minute - ft-lbf/h + ft^3/min - - Watt + + Cubic Meter per Second - 0.00037661609675899998 + 0.0004719474432000001 0 - - Cubic Coulomb Meter per Square Joule + + Cubic Yard per Minute - C^3 m^3 J^-2 + yd^3/min - Cubic Coulomb Meter per Square Joule + Cubic Yard per Minute - C^3 m^3 J^-2 + yd^3/min - - Cubic Coulomb Meter per Square Joule + + Cubic Meter per Second - 1 + 0.0127425809664 0 - - Meter Kelvin per Watt + + Cubic Foot per Second - K-m/W + ft^3/s - Meter Kelvin per Watt + Cubic Foot per Second - K-m/W + ft^3/s - - Meter Kelvin per Watt + + Cubic Meter per Second - 1 + 0.028316846592000004 0 - - Mole per Cubic Meter + + US Gallon per Day - mol/m^3 + galUS/d - Mole per Cubic Meter + US Gallon per Day - mol/m^3 + galUS/d - - Mole per Cubic Meter + + Cubic Meter per Second - 1 + 4.381262731481481e-08 0 - - Mile per Hour + + Cubic Meter per Second - mi/h + m^3/s - Mile per Hour + Cubic Meter per Second - mi/h + m^3/s - - Meter per Second + + Cubic Meter per Second - 0.44703999999999999 + 1 0 - - Stilb + + Hertz per Kelvin - sb + Hz K^-1 - Stilb + Hertz per Kelvin - sb + Hz K^-1 - - Candela per Square Meter + + Hertz per Kelvin - 10000 + 1 0 - - Coulomb per Cubic Meter + + Mega Hertz per Kelvin - C/m^3 + MHz K^-1 - Coulomb per Cubic Meter + Mega Hertz per Kelvin - C m^-3 + MHz K^-1 - - Coulomb per Cubic Meter + + Hertz per Kelvin - 1 + 1000000 0 - - Rod + + BTU per Hour Square Foot - rd + Btu/(h-ft^2) - Rod + BTU per Hour Square Foot - rd + Btu/(h-ft^2) - - Meter + + Watt per Square Meter - 5.02921 + 3.1545907450630484 0 - - Watt per Steradian + + Kilocalorie per Square Centimeter Second - W sr^-1 + kcal/(cm^2-s) - Watt per Steradian + Kilocalorie per Square Centimeter Second - + kcal/(cm^2-s) - - Unitless - - -1 - - - - Second - - -3 - - - - Kilogram - - 1 + + Watt per Square Meter + + 4.1839999999999999e-07 - - - Meter - - 2 + + 0 - - Revolution per Second Squared + + Watt per Square Centimeter - + W/cm^2 - Revolution per Second Squared + Watt per Square Centimeter - + W/cm^2 - - Radian per Second Squared + + Watt per Square Meter - 6.2831853100000004 + 10000 0 - - Ounce per Square Yard + + Watt per Square Foot - oz/yd^2 + W/ft^2 - Ounce per Square Yard + Watt per Square Foot - oz/yd^2 + W/ft^2 - - Kilogram per Square Meter + + Watt per Square Meter - 0.0339057474748823 + 10.763910416709722 0 - - Radian per Second Squared + + Erg per Square Centimeter Second - rad/s^2 + erg/(cm^2-s) - Radian per Second Squared + Erg per Square Centimeter Second - rad/s^2 + erg/(cm^2-s) - - Radian per Second Squared + + Watt per Square Meter - 1 + 0.001 0 - - Cubic Meter per Second + + Watt per Square Meter - m^3/s + W/m^2 - Cubic Meter per Second + Watt per Square Meter - m^3/s + W/m^2 - - Cubic Meter per Second + + Watt per Square Meter 1 @@ -25618,223 +24729,190 @@ - - Abampere per Square Centimeter + + BTU per Second Square Foot - abA / cm^2 + Btu/(s-ft^2) - Abampere per Square Centimeter + BTU per Second Square Foot - + Btu/(s-ft^2) - - Ampere per Square Meter + + Watt per Square Meter - 100000 + 11356.526682226975 0 - - Ohm + + Foot Pound Force per Square Foot Second - Ohm + ft-lbf/(ft^2-s) - Ohm + Foot Pound Force per Square Foot Second - ohm + ft-lbf/(ft^2-s) - - Meter - - 2 - - - - Ampere - - -2 - - - - Kilogram - - 1 + + Watt per Square Meter + + 14.593902937206364 - - - Second - - -3 + + 0 - - Pound Force Second per Square Foot + + Kilocalorie per Square Centimeter Minute - lbf-s/ft^2 + kcal/(cm^2-min) - Pound Force Second per Square Foot + Kilocalorie per Square Centimeter Minute - lbf-s/ft^2 + kcal/(cm^2-min) - - Pascal Second + + Watt per Square Meter - 47.880258980335839 + 6.9733333300000004e-05 0 - - Volt per second + + Watt per Square Inch - V/sec + W/in^2 - Volt per second + Watt per Square Inch - V/s + W/in^2 - - Kilogram - - 1 - - - - Meter - - 2 - - - - Second - - -4 + + Watt per Square Meter + + 1550.0030999999999 - - - Ampere - - -1 + + 0 - - Kibi + + Meter Kelvin - + m K - Kibi + Meter Kelvin - Ki + m K - - Unitless + + Meter Kelvin - 1024 + 1 0 - - Pascal per Hour + + Stathenry per Centimeter - Pa/hr + - Pascal per Hour + Stathenry per Centimeter - Pa/h + statH/cm - - Pascal per Second + + Henry per Meter - 0.00027777777799999997 + 89876000000000 0 - - Meter per Second + + Relative Permeability - m/s + - Meter per Second + Relative Permeability - m s^-1 + µr - - Meter - - 1 + + Henry per Meter + + 1.2566370599999999e-06 - - - Second - - -1 + + 0 - - Joule per Mole + + Henry per Meter - J/mol + H/m - Joule per Mole + Henry per Meter - J/mol + H/m - - Joule per Mole + + Henry per Meter 1 @@ -25843,22 +24921,22 @@ - - Joule per Kilogram Kelvin + + Ampere per Square Meter - J/(kg-K) + A/m^2 - Joule per Kilogram Kelvin + Ampere per Square Meter - J/(kg-K) + A/m^2 - - Joule per Kilogram Kelvin + + Ampere per Square Meter 1 @@ -25867,13 +24945,13 @@ - - AreaTime + + Abampere per Square Centimeter - + abA / cm^2 - + Abampere per Square Centimeter @@ -25881,1307 +24959,1184 @@ - - Second - - 1 + + Ampere per Square Meter + + 100000 - - - Meter - - - - - - 98,98 - - - - - 2 + + 0 - - Hour Square Foot + + Statampere per Square Centimeter - h-ft^2 + statA / cm^2 - Hour Square Foot + Statampere per Square Centimeter - h-ft^2 + - - AreaTime + + Ampere per Square Meter - 334.45094399999999 + 3.335641e-06 0 - - Cubic Coulomb Meter per Square Joule + + Planck Current Density - C^3 m^3 J^-2 + - Cubic Coulomb Meter per Square Joule + Planck Current Density - C^3 m^3 J^-2 + - - Second - - 7 - - - - Meter - - -1 - - - - Ampere - - 3 + + Ampere per Square Meter + + 1.3317740000000001e+95 - - - Kilogram - - -2 + + 0 - - Kelvin + + Dyne - K + dyn - Kelvin + Dyne - K + dyn - - Kelvin + + Newton - 1 + 1.0000000000000001e-05 0 - - Foot Pound Force per Minute + + Kilopond - ft-lbf/min + kp - Foot Pound Force per Minute + Kilopond - ft-lbf/min + kp - - Watt + + Newton - 0.022596965805523339 + 9.8066499999999994 0 - - Megapascal + + Pound Force - MPa + lbf - Megapascal + Pound Force - MPa + lbf - - Pascal + + Newton - 1000000 + 4.4482216152604996 0 - - Pound Force per Square Inch + + Poundal - psi + pdl - Pound Force per Square Inch + Poundal - psi + pdl - - Pascal + + Newton - 6894.7572931699997 + 0.13825495437599999 0 - - Hertz per Volt + + Planck Force - Hz V^-1 + - Hertz per Volt + Planck Force - Hz V^-1 + - - Second - - 2 - - - - Kilogram - - -1 - - - - Meter - - -2 + + Newton + + 1.2102699999999999e+44 - - - Ampere - - 1 + + 0 - - Kilogram Millimeter Squared + + Newton - kg-mm^2 + N - Kilogram Millimeter Squared + Newton - kg-mm^2 + N - - Millimeter - - - - - - 749,224 - - - - - 2 - - - - Kilogram - - - - - - 336,175 - - - - + + Newton + 1 + + 0 + - - Joule per Mole Kelvin + + Kilogram Force - J/(mol-K) + kgf - Joule per Mole Kelvin + Kilogram Force - J mol^-1 K^-1 + kgf - - Joule per Mole Kelvin + + Newton - 1 + 9.8066499999999994 0 - - Per Meter Kelvin Unit + + Ounce Force - m^-1 K^-1 + ozf - Per Meter Kelvin Unit + Ounce Force - m^-1 K^-1 + ozf - - Kelvin - - -1 + + Newton + + 0.27801387500000002 - - - Meter - - -1 + + 0 - - Technical Atmosphere + + Kip - at + kip - Technical Atmosphere + Kip - at + kip - - Pascal + + Newton - 98066.5 + 4448.2219999999998 0 - - Faraday + + Per Mole Unit - F + mol^-1 - Faraday + Per Mole Unit - F + mol^-1 - - Coulomb + + Per Mole Unit - 96485.339900000006 + 1 0 - - Joule per Kilogram + + Pound per Inch - J/kg + lb/in - Joule per Kilogram + Pound per Inch - J/kg + lb/in - - Meter - - 2 + + Kilogram per Meter + + 17.857967322834646 - - - Second - - -2 + + 0 - - Mile per Minute + + Slug per Foot - mi/min + slug/ft - Mile per Minute + Slug per Foot - mi/min + slug/ft - - Meter per Second + + Kilogram per Meter - 26.822399999999998 + 47.880258980335846 0 - - Furlong + + Tex - fur + tex - Furlong + Tex - fur + tex - - Meter + + Kilogram per Meter - 201.16800000000001 + 9.9999999999999995e-07 0 - - Centimeter per Second + + Denier - Centimeter per Second + Denier - cm/s + - - Meter per Second + + Kilogram per Meter - 0.01 + 1.1000000000000001e-07 0 - - Joule per Kilogram Kelvin + + Pound per Foot - J/(kg-K) + lb/ft - Joule per Kilogram Kelvin + Pound per Foot - J/(kg-K) + lb/ft - - Kelvin - - -1 - - - - Second - - -2 + + Kilogram per Meter + + 1.4881639435695537 - - - Meter - - 2 + + 0 - - Hundred Weight - Short + + Kilogram per Meter - cwt + kg/m - Hundred Weight - Short + Kilogram per Meter - cwt + kg/m - - Kilogram + + Kilogram per Meter - 45.359237 + 1 0 - - Erg per Second + + Volt per Square Meter - erg/s + V m^-2 - Erg per Second + Volt per Square Meter - erg/s + V m^-2 - - Watt + + Volt per Square Meter - 9.9999999999999995e-08 + 1 0 - - Joule per Cubic Meter Kelvin + + Pascal Second - J/(m^3 K) + Pa-s - Joule per Cubic Meter Kelvin + Pascal Second - J/(m^3 K) + Pa-s - - Kilogram - + + Pascal Second + 1 - - - Second - - -2 - - - - Kelvin - - -1 - - - - Meter - - -1 + + 0 - - Torr + + Poise - torr + P - Torr + Poise - torr + P - - Pascal + + Pascal Second - 133.32236842105263 + 0.10000000000000001 0 - - Kilometer + + Slug per Foot Second - km + slug/(ft-s) - Kilometer + Slug per Foot Second - km + slug/(ft-s) - - Meter + + Pascal Second - 1000 + 47.880258980335846 0 - - Coulomb per Square Meter + + Pound Force Second per Square Inch - C/m^2 + lbf-s/in^2 - Coulomb per Square Meter + Pound Force Second per Square Inch - C m^-2 + lbf-s/in^2 - - Coulomb per Square Meter + + Pascal Second - 1 + 6894.7572931683608 0 - - BTU per Hour Square Foot + + Centipoise - Btu/(h-ft^2) + cP - BTU per Hour Square Foot + Centipoise - Btu/(h-ft^2) + cP - - Watt per Square Meter + + Pascal Second - 3.1545907450630484 + 0.001 0 - - Joule per Square Tesla + + Pound per Foot Second - J T^-2 + lb/(ft-s) - Joule per Square Tesla + Pound per Foot Second - J T^-2 + lb/(ft-s) - - Joule per Square Tesla + + Pascal Second - 1 + 1.4881639435695537 0 - - Centimeter + + Pound Force Second per Square Foot - cm + lbf-s/ft^2 - Centimeter + Pound Force Second per Square Foot - cm + lbf-s/ft^2 - - Meter + + Pascal Second - 0.01 + 47.880258980335839 0 - - Joule Meter per Mole + + Pound per Foot Hour - J m mol^-1 + lb/(ft-h) - Joule Meter per Mole + Pound per Foot Hour - J m mol^-1 + lb/(ft-h) - - Meter - - 3 - - - - Second - - -2 - - - - Mole - - -1 + + Pascal Second + + 0.00041337887321376491 - - - Kilogram - - 1 + + 0 - - Absiemen + + Clo - aS + clo - Absiemen + Clo - aS + clo - - Siemens + + Square Meter Kelvin per Watt - 1000000000 + 0.155 0 - - Ampere per Square Meter + + Square Meter Kelvin per Watt - A/m^2 + K-m^2/W - Ampere per Square Meter + Square Meter Kelvin per Watt - A/m^2 + K-m^2/W - - Ampere - + + Square Meter Kelvin per Watt + 1 - - - Meter - - -2 + + 0 - - Inch of Mercury + + Cubic Meter per Kilogram - inHg + m^3/kg - Inch of Mercury + Cubic Meter per Kilogram - inHg + m^3/kg - - Pascal + + Cubic Meter per Kilogram - 3386.3890000000001 + 1 0 - - Pascal per Second + + Microsecond - Pa/s + µs - Pascal per Second + Microsecond - Pa/s + µs - - Meter - - -1 - - - - Kilogram - - 1 - - - + Second - - -3 + + 9.9999999999999995e-07 + + + 0 - - Pound Force per Square Inch Second + + Day - lbf / (in^2-s) + d - Pound Force per Square Inch Second + Day - lbf / (in^2-s) + d - - Pascal per Second + + Second - 6894.7572931683608 + 86400 0 - - Lumen + + Planck Time - lm + - Lumen + Planck Time - lm + t_P - - Unitless - - 1 + + Second + + 5.3912399999999998e-44 - - - Candela - - 1 + + 0 - - Ampere Turn + + Shake - At + Sh - Ampere Turn + Shake - At + Sh - - Ampere Turn + + Second - 1 + 1e-08 0 - - Planck Force + + Millisecond - + ms - Planck Force + Millisecond - + ms - - Newton + + Second - 1.2102699999999999e+44 + 0.001 0 - - Square Meter Kelvin + + Year (365 Day) - m^2-K + yr - Square Meter Kelvin + Year (365 Day) - m^2-K + yr - - Square Meter Kelvin + + Second - 1 + 31536000 0 - - Meter per Farad + + Hour - + h - Meter per Farad + Hour - m/F + h - - Ampere - - -2 + + Second + + 3600 - - - Kilogram - - 1 + + 0 - + + + Year Sidereal + + yr + + + Year Sidereal + + + yr + + + + + Second - - -4 + + 31558149.7632 - - - Meter - - 3 + + 0 - - Radian per Minute + + Second - rad/min + s - Radian per Minute + Second - rad/min + s - - Radian per Second + + Second - 0.016666666666666666 + 1 0 - - Grain per Gallon + + Minute Time - gr/gal + min - Grain per Gallon + Minute Time - gr/gal + min - - Kilogram per Cubic Meter + + Second - 0.0142537675 + 60 0 - - Watt per Square Meter Steradian + + Planck Current - W/(m^2-sr) + - Watt per Square Meter Steradian + Planck Current - W/(m^2-sr) + - - Watt per Square Meter Steradian + + Ampere - 1 + 3.4789000000000002e+25 0 - - Henry per Meter + + Biot - H/m + Bi - Henry per Meter + Biot - H/m + Bi - - Henry per Meter + + Ampere - 1 + 3.335641e-10 0 - - Cubic Foot + + Statampere - ft^3 + statA - Cubic Foot + Statampere - ft^3 + statA - - Stere + + Ampere - 0.028316846592000001 + 3.335641e-10 0 - - Horsepower + + Abampere - hp + abA - Horsepower + Abampere - hp + abA - - Watt + + Ampere - 745.70000000000005 + 10 0 - - Kilogram Meter Per Second + + Ampere - kg-m/s + A - Kilogram Meter Per Second + Ampere - kg m s^-1 + A - - Kilogram - + + Ampere + 1 - - - Second - - -1 - - - - Meter - - 1 + + 0 - - Kilogram Force per Square Centimeter + + Radian per Second Squared - kgf/cm^2 + rad/s^2 - Kilogram Force per Square Centimeter + Radian per Second Squared - kgf/cm^2 + rad/s^2 - - Pascal + + Radian per Second Squared - 98066.5 + 1 0 - - Barn + + Degree per Second Squared - b + deg/(s^2) - Barn + Degree per Second Squared - b + deg/(s^2) - - Square Meter + + Radian per Second Squared - 9.9999999999999997e-29 + 0.017453292519943295 0 - - Volt per second + + Revolution per Second Squared - V/s + - Volt per second + Revolution per Second Squared - V/s + - - Volt per second + + Radian per Second Squared - 1 + 6.2831853100000004 0 - - Meter Kelvin + + Mole - m K + mol - Meter Kelvin + Mole - m K + mol - - Meter Kelvin + + Mole 1 @@ -27190,214 +26145,214 @@ - - Statampere + + Watt per Square Meter Steradian - statA + W/(m^2-sr) - Statampere + Watt per Square Meter Steradian - statA + W/(m^2-sr) - - Ampere + + Watt per Square Meter Steradian - 3.335641e-10 + 1 0 - - Revolution per Second + + Imperial Pint - rev/s + pi - Revolution per Second + Imperial Pint - rev/s + pi - - Radian per Second + + Stere - 6.2831853100000004 + 0.0056826124999999998 0 - - Kilogram per Cubic Meter + + Cubic Centimeter - kg/m^3 + cm^3 - Kilogram per Cubic Meter + Cubic Centimeter - kg/m^3 + cm^3 - - Kilogram per Cubic Meter + + Stere - 1 + 9.9999999999999995e-07 0 - - Radian per Hour + + Planck Volume - rad/h + - Radian per Hour + Planck Volume - rad/h + - - Radian per Second + + Stere - 0.00027777777777799998 + 4.2241899999999998e-105 0 - - Second + + Board Foot - s + Bf - Second + Board Foot - s + Bf - - Second + + Stere - 1 + 0.0023600000000000001 0 - - Denier + + Cubic Inch - + in^3 - Denier + Cubic Inch - + in^3 - - Kilogram per Meter + + Stere - 1.1000000000000001e-07 + 1.6387063999999999e-05 0 - - Hour + + Cubic Mile - h + mi^3 - Hour + Cubic Mile - h + mi^3 - - Second + + Stere - 3600 + 4168181825.4405799 0 - - Kilowatt + + Stere - kW + st - Kilowatt + Stere - kW + st - - Watt + + Stere - 1000 + 1 0 - - Watt per Steradian + + Cubic Meter - W sr^-1 + m^3 - Watt per Steradian + Cubic Meter - + m^3 - - Watt per Steradian + + Stere 1 @@ -27406,271 +26361,238 @@ - - Cubic Kilometer per Second Squared + + Tablespoon - + tbsp - Cubic Kilometer per Second Squared + Tablespoon - km^3/s^2 + tbsp - - Cubic Meter per Second Squared + + Stere - 1000000000 + 1.4786764781249999e-05 0 - - Coulomb per Kilogram + + Register Ton - C/kg + RT - Coulomb per Kilogram + Register Ton - C kg^-1 + RT - - Coulomb per Kilogram + + Stere - 1 + 2.8316846592 0 - - Ampere per Joule + + Teaspoon - A/J + tsp - Ampere per Joule + Teaspoon - A J^-1 + tsp - - Ampere per Joule + + Stere - 1 + 4.9289215937499996e-06 0 - - InverseEnergy + + Acre Foot - + ac-ft - + Acre Foot - + ac-ft - - Second - - 2 - - - - Kilogram - - -1 + + Stere + + 1233.4818375475202 - - - Meter - - -2 + + 0 - - Volt + + Cubic Foot - V + ft^3 - Volt + Cubic Foot - V + ft^3 - - Second - - -3 - - - - Kilogram - - 1 - - - - Meter - - 2 + + Stere + + 0.028316846592000001 - - - Ampere - - -1 + + 0 - - Cubic Meter per Mole + + Cubic Yard - m^3 mol^-1 + yd^3 - Cubic Meter per Mole + Cubic Yard - m^3 mol^-1 + yd^3 - - Cubic Meter per Mole + + Stere - 1 + 0.76455485798400002 0 - - Degree Angle + + Watt per Square Meter Quartic Kelvin - deg + W m^-2 K^-4 - Degree Angle + Watt per Square Meter Quartic Kelvin - deg + W m^-2 K^-4 - - Radian - - - - - - 91,77 - - - + + Watt per Square Meter Quartic Kelvin - 0.017453292519943295 + 1 - + 0 - - Slug per Foot Second + + Cubic Meter per Mole - slug/(ft-s) + m^3 mol^-1 - Slug per Foot Second + Cubic Meter per Mole - slug/(ft-s) + m^3 mol^-1 - - Pascal Second + + Cubic Meter per Mole - 47.880258980335846 + 1 0 - - Zebi + + Cubic Kilometer per Second Squared - Zebi + Cubic Kilometer per Second Squared - Zi + km^3/s^2 - - Unitless + + Cubic Meter per Second Squared - 1.1805916207174113e+21 + 1000000000 0 - - Watt per Square Meter Quartic Kelvin + + Cubic Meter per Second Squared - W m^-2 K^-4 + - Watt per Square Meter Quartic Kelvin + Cubic Meter per Second Squared - W m^-2 K^-4 + m^3/s^2 - - Watt per Square Meter Quartic Kelvin + + Cubic Meter per Second Squared 1 @@ -27679,226 +26601,166 @@ - - Kilogram per Millimeter + + Joule Second per Mole - kg/mm + J s mol^-1 - Kilogram per Millimeter + Joule Second per Mole - kg/mm + J s mol^-1 - - Kilogram - + + Joule Second per Mole + 1 - - - Millimeter - - - - - - 126,119 - - - - - -1 + + 0 - - Joule Meter per Mole + + Hour Square Foot - J m mol^-1 + h-ft^2 - Joule Meter per Mole + Hour Square Foot - J m mol^-1 + h-ft^2 - - Joule Meter per Mole + + AreaTime - 1 + 334.45094399999999 0 - - Weber + + Square Centimeter Second - Wb + - Weber + Square Centimeter Second - Wb + cm^2-s - - Second - - -2 - - - - Kilogram - - 1 - - - - Meter - - 2 + + AreaTime + + 0.0001 - - - Ampere - - -1 + + 0 - - Per Tesla Meter Unit + + Square Centimeter Minute - m^-1 T^-1 + cm^2-min - Per Tesla Meter Unit + Square Centimeter Minute - m^-1 T^-1 + cm^2-min - - Meter - - -1 - - - - Ampere - - 1 - - - - Kilogram - - -1 + + AreaTime + + 0.0060000000000000001 - - - Second - - 2 + + 0 - - Volt Meter + + Second Square Foot - m V + s-ft^2 - Volt Meter + Second Square Foot - m V + s-ft^2 - - Kilogram - - 1 - - - - Ampere - - -1 - - - - Meter - - 3 + + AreaTime + + 0.092903040000000006 - - - Second - - -3 + + 0 - - Katal + + Electron Volt per Tesla - kat + eV T^-1 - Katal + Electron Volt per Tesla - kat + eV T^-1 - - Second - - -1 - - - - Mole - - 1 + + Joule per Tesla + + 1.6021765313999999e-19 + + + 0 - - Joule per Kilogram + + Joule per Tesla - J/kg + - Joule per Kilogram + Joule per Tesla - J/kg + J T^-1 - - Joule per Kilogram + + Joule per Tesla 1 @@ -27907,22 +26769,22 @@ - - Second Time Squared + + Katal - s^2 + kat - Second Time Squared + Katal - s^2 + kat - - Second Time Squared + + Katal 1 @@ -27931,421 +26793,334 @@ - - Watt per Square Meter Steradian + + Square Meter per Second - W/(m^2-sr) + m^2 s^-1 - Watt per Square Meter Steradian + Square Meter per Second - W/(m^2-sr) + m^2 s^-1 - - Kilogram - + + Square Meter per Second + 1 - - - Second - - -3 - - - - Unitless - - -1 + + 0 - - Imperial Pint + + Abvolt - pi + abV - Imperial Pint + Abvolt - pi + abV - - Stere + + Volt - 0.0056826124999999998 + 1e-08 0 - - Tesla Meter + + Volt - m T + V - Tesla Meter + Volt - m T + V - - Kilogram - - 1 - - - - Ampere - - -1 - - - - Meter - + + Volt + 1 - - - Second - - -2 + + 0 - - Hertz per Kelvin + + Planck Volt - Hz K^-1 + - Hertz per Kelvin + Planck Volt - Hz K^-1 + - - Second - - -1 + + Volt + + 1.04295e+27 - - - Kelvin - - -1 + + 0 - - Ampere per Square Meter + + Statvolt - A/m^2 + statV - Ampere per Square Meter + Statvolt - A/m^2 + statV - - Ampere per Square Meter + + Volt - 1 + 299.79245800000001 0 - - Candela + + Candela per Square Inch - cd + cd/in^2 - Candela + Candela per Square Inch - cd + cd/in^2 - - 0 - - - 0 - - - 0 - - - 1 - - - 0 - - - candela - - - 0 - - - 0 - - - - Watt per Square Meter Celcius + + Candela per Square Meter + + 1550.0031000062002 + + + 0 + + + + + Candela per Square Meter - W/(m^2-C) + cd/m^2 - Watt per Square Meter Celcius + Candela per Square Meter - W/(m^2-C) + cd/m^2 - - Kilogram - - - - - - 147,385 - - - - + + Candela per Square Meter + 1 - - - Degree Celsius - - - - - - 63,224 - - - - - -1 - - - - Second - - - - - - 147,567 - - - - - -3 + + 0 - - Millimeter of Mercury + + Foot Lambert - mmHg + ft-L - Millimeter of Mercury + Foot Lambert - mmHg + ft-L - - Pascal + + Candela per Square Meter - 86014.280599999998 + 3.4262590999999998 0 - - Pound per Square Foot + + Lambert - lb/ft^2 + L - Pound per Square Foot + Lambert - lb/ft^2 + L - - Kilogram per Square Meter + + Candela per Square Meter - 4.8824276363830501 + 3183.0988600000001 0 - - Pound per Hour + + Stilb - lb/h + sb - Pound per Hour + Stilb - lb/h + sb - - Kilogram per Second + + Candela per Square Meter - 0.00012599788055555556 + 10000 0 - - Coulomb Square Meter + + Kelvin per Tesla - C m^2 + K T^-1 - Coulomb Square Meter + Kelvin per Tesla - C m^2 + K T^-1 - - Ampere - + + Kelvin per Tesla + 1 - - - Meter - - 2 - - - - Second - - 1 + + 0 - - Dyne + + Lumen per Watt - dyn + - Dyne + Lumen per Watt - dyn + - - Newton + + Lumen per Watt - 1.0000000000000001e-05 + 1 0 - - Per Square Giga Electron Volt Unit + + Joule per Cubic Meter Kelvin - GeV^-2 + J/(m^3 K) - Per Square Giga Electron Volt Unit + Joule per Cubic Meter Kelvin - GeV^-2 + J/(m^3 K) - - InverseSquareEnergy + + Joule per Cubic Meter Kelvin - 3.895644058403301e+19 + 1 0 - - Gray per Second + + Meter Kelvin per Watt - Gy/s + K-m/W - Gray per Second + Meter Kelvin per Watt - Gy/s + K-m/W - - Gray per Second + + Meter Kelvin per Watt 1 @@ -28354,451 +27129,421 @@ - - Lambert + + Second Time Squared - L + s^2 - Lambert + Second Time Squared - L + s^2 - - Candela per Square Meter + + Second Time Squared - 3183.0988600000001 + 1 0 - - Shake + + Per Meter Unit - Sh + /m - Shake + Per Meter Unit - Sh + m^-1 - - Second + + Per Meter Unit - 1e-08 + 1 0 - - Abvolt Centimeter + + Kilopascal - abV cm + kPa - Abvolt Centimeter + Kilopascal - abV cm + kPa - - Volt Meter + + Pascal - 1e-10 + 1000 0 - - Angstrom + + Pound Force per Square Inch - Å + psi - Angstrom + Pound Force per Square Inch - Å + psi - - Meter + + Pascal - 1e-10 + 6894.7572931699997 0 - - Ton Short per Cubic Yard + + Poundal per Square Foot - ton/yd + pdl/ft^2 - Ton Short per Cubic Yard + Poundal per Square Foot - ton/yd + pdl/ft^2 - - Kilogram per Cubic Meter + + Pascal - 1186.552842515566 + 1.4881644300000001 0 - - Mega Electron Volt Femtometer + + Kilogram Force per Square Centimeter - MeV fm + kgf/cm^2 - Mega Electron Volt Femtometer + Kilogram Force per Square Centimeter - MeV fm + kgf/cm^2 - - LengthEnergy + + Pascal - 1.60217653e-28 + 98066.5 0 - - Mole per Kilogram + + Technical Atmosphere - + at - Mole per Kilogram + Technical Atmosphere - mol/kg + at - - Mole - - 1 + + Pascal + + 98066.5 - - - Kilogram - - -1 + + 0 - - Radian per second + + Standard Atmosphere - rad/s + atm - Radian per second + Standard Atmosphere - rad/s + atm - - Radian per Second + + Pascal - 1 + 101325 0 - - Kilogram + + Centimeter of Water - kg + cmH2O - Kilogram + Centimeter of Water - kg + cmH2O - - Kilogram + + Pascal - 1 + 98.063001600000007 0 - - Stathenry + + Bar - statH + bar - Stathenry + Bar - statH + bar - - Henry + + Pascal - 898760000000 + 100000 0 - - Are + + Inch of Mercury - a + inHg - Are + Inch of Mercury - a + inHg - - Square Meter + + Pascal - 100 + 3386.3890000000001 0 - - Kilogram + + Pascal - kg + Pa - Kilogram + Pascal - kg + Pa - - 0 - - - 0 - - - 0 - - - 0 - - - 1 - - - kilogram - - - 0 - - - 0 - - - - Cubic Inch per Minute + + Pascal + + 1 + + + 0 + + + + + Pound Force per Square Foot - in^3/min + lbf/ft^2 - Cubic Inch per Minute + Pound Force per Square Foot - in^3/min + lbf/ft^2 - - Cubic Meter per Second + + Pascal - 2.7311773333333333e-07 + 47.880258980335839 0 - - Mega Hertz per Kelvin + + Inch of Water - MHz K^-1 + inAq - Mega Hertz per Kelvin + Inch of Water - MHz K^-1 + inAq - - Hertz per Kelvin + + Pascal - 1000000 + 249.08002400000001 0 - - Joule per Cubic Meter Kelvin + + Millibar - J/(m^3 K) + mbar - Joule per Cubic Meter Kelvin + Millibar - J/(m^3 K) + mbar - - Joule per Cubic Meter Kelvin + + Pascal - 1 + 100 0 - - Mole Kelvin + + Millimeter of Mercury - mol-K + mmHg - Mole Kelvin + Millimeter of Mercury - mol-K + mmHg - - Mole Kelvin + + Pascal - 1 + 86014.280599999998 0 - - Ampere per Radian + + MilliTorr - + mtorr - Ampere per Radian + MilliTorr - A/rad + mtorr - - Ampere - - 1 + + Pascal + + 0.13332236842099998 - - - Radian - - - - - - 98,98 - - - - - -1 + + 0 - - Planck Power + + Planck Pressure - Planck Power + Planck Pressure @@ -28806,428 +27551,392 @@ - - Watt + + Pascal - 3.6283099999999998e+52 + 4.6330899999999999e+113 0 - - Per Cubic Meter + + Dyne per Square Centimeter - /m^3 + dyn/cm^2 - Per Cubic Meter + Dyne per Square Centimeter - m^-3 + dyn/cm^2 - - Meter - - -3 + + Pascal + + 0.10000000000000001 + + + 0 - - Ounce Mass + + Torr - ozm + torr - Ounce Mass + Torr - ozm + torr - - Kilogram + + Pascal - 0.028349523125000001 + 133.32236842105263 0 - - Kilogram Meter Squared + + MicroTorr - kg-m^2 + µtorr - Kilogram Meter Squared + MicroTorr - kg-m^2 + µtorr - - Meter - - 2 + + Pascal + + 0.00013332236842105263 - - - Kilogram - - 1 + + 0 - - Abampere + + Kip per Square Inch - abA + kip/in^2 - Abampere + Kip per Square Inch - abA + kip/in^2 - - Ampere + + Pascal - 10 + 6894757.8899999997 0 - - Newton per Meter + + Kilopascal Absolute - N/m + kPaA - Newton per Meter + Kilopascal Absolute - N/m + kPaA - - Newton - - - - - - 98,70 - - - - + + Pascal + 1 - - - Meter - - - - - - 147,329 - - - - - -1 + + 0 - - Hertz + + Ampere Hour - Hz + A-h - Hertz + Ampere Hour - Hz + A-h - - Hertz + + Coulomb - 1 + 3600 0 - - Mole per Cubic Meter + + Statcoulomb - mol/m^3 + statC - Mole per Cubic Meter + Statcoulomb - mol/m^3 + statC - - Meter - - -3 + + Coulomb + + 3.3356400000000002e-10 - - - Mole - - 1 + + 0 - - TimeTemperature + + Planck Charge - + Q_p - + Planck Charge - + Q_p - - Kelvin - - 1 + + Coulomb + + 1.87554587e-18 - - - Second - - 1 + + 0 - - Watt + + Coulomb - W + C - Watt + Coulomb - W + C - - Kilogram - + + Coulomb + 1 - - - Second - - -3 - - - - Meter - - 2 + + 0 - - Centipoise + + Abcoulomb - cP + abC - Centipoise + Abcoulomb - cP + abC - - Pascal Second + + Coulomb - 0.001 + 10 0 - - Planck Density + + Faraday - + F - Planck Density + Faraday - + F - - Kilogram per Cubic Meter + + Coulomb - 5.1550000000000003e+96 + 96485.339900000006 0 - - Pound per Gallon + + Quartic Coulomb Meter per Cubic Energy - lb/gal + C^4 m^4 J^-3 - Pound per Gallon + Quartic Coulomb Meter per Cubic Energy - lb/gal + C^4 m^4 J^-3 - - Kilogram per Cubic Meter + + QuarticElectricDipoleMomentPerCubicEnergy - 99.776372699999996 + 1 - 0 + 1 - - Planck Temperature + + Abtesla - Planck Temperature + Abtesla - Θ_P + abT - - Kelvin + + Tesla - 1.416785e+32 + 0.0001 0 - - Newton + + Gauss - N + G - Newton + Gauss - N + G - - Newton + + Tesla - 1 + 0.0001 0 - - Abhenry + + Tesla - abH + T - Abhenry + Tesla - abH + T - - Henry + + Tesla - 1.0000000000000001e-09 + 1 0 - - Coulomb per Meter + + Square Meter Steradian - C/m + m^2-sr - Coulomb per Meter + Square Meter Steradian - C/m + m^2-sr - - Coulomb per Meter + + Square Meter Steradian 1 @@ -29236,142 +27945,142 @@ - - Chain + + Coulomb Meter - ch + C m - Chain + Coulomb Meter - ch + C m - - Meter + + Coulomb Meter - 20.116800000000001 + 1 0 - - Kilopond + + Debye - kp + D - Kilopond + Debye - kp + D - - Newton + + Coulomb Meter - 9.8066499999999994 + 3.33564e-30 0 - - Slug per Square Foot + + Meter Kilogram - slug/ft^2 + m-kg - Slug per Square Foot + Meter Kilogram - slug/ft^2 + m-kg - - Kilogram per Square Meter + + Meter Kilogram - 157.08746384624621 + 1 0 - - Kip per Square Inch + + Joule per Square Tesla - kip/in^2 + J T^-2 - Kip per Square Inch + Joule per Square Tesla - kip/in^2 + J T^-2 - - Pascal + + Joule per Square Tesla - 6894757.8899999997 + 1 0 - - Acre Foot + + Ampere per Joule - ac-ft + A/J - Acre Foot + Ampere per Joule - ac-ft + A J^-1 - - Stere + + Ampere per Joule - 1233.4818375475202 + 1 0 - - Meter per Kelvin + + Per Meter Kelvin Unit - + m^-1 K^-1 - Meter per Kelvin + Per Meter Kelvin Unit - m/K + m^-1 K^-1 - - Meter per Kelvin + + Per Meter Kelvin Unit 1 @@ -29380,346 +28089,271 @@ - - Kilogram per Second + + Exbi - kg/s + - Kilogram per Second + Exbi - kg/s + Ei - - Second - - -1 + + Unitless + + 1.5292150460684698e+17 - - - Kilogram - - 1 + + 0 - - Pascal per Cubic Meter Second - + + Kibi + - Pascal per Cubic Meter Second + Kibi - Pa/(m^3 s) + Ki - - Meter - - - - - - 259,322 - - - - - -3 - - - - Pascal - - - - - - 238,147 - - - - - 1 + + Unitless + + 1024 - - - Second - - - - - - 434,322 - - - - - -1 + + 0 - - Planck Frequency + + Yotta - Planck Frequency + Yotta - + Y - - Hertz + + Unitless - 1.8548700000000001e+43 + 9.9999999999999998e+23 0 - - Cubic Meter per Kilogram Second Squared + + Yobi - m^3 kg^-1 s^-2 + - Cubic Meter per Kilogram Second Squared + Yobi - m^3 kg^-1 s^-2 + Yi - - Meter - - 3 - - - - Kilogram - - -1 + + Unitless + + 1.2089258196146292e+24 - - - Second - - -2 + + 0 - - Farad per Meter + + Unitless - F/m + unitless - Farad per Meter + Unitless - F m^-1 + U - - Second - - 4 - - - - Meter - - -3 - - - - Ampere - - 2 + + Unitless + + 1 - - - Kilogram - - -1 + + 0 - - Ounce per Cubic Inch + + Gibi - oz/in^3 + - Ounce per Cubic Inch + Gibi - oz/in^3 + Gi - - Kilogram per Cubic Meter + + Unitless - 1729.9940443876953 + 1073741824 0 - - Unified Atomic Mass Unit + + Mebi - u + - Unified Atomic Mass Unit + Mebi - u + Mi - - Kilogram + + Unitless - 9.1093821499999992e-31 + 1048576 0 - - Yotta + + Tebi - Yotta + Tebi - Y + Ti - + Unitless - 9.9999999999999998e+23 + 1099511627776 0 - - Square Meter + + Zebi - m^2 + - Square Meter + Zebi - m^2 + Zi - - Meter - - 2 + + Unitless + + 1.1805916207174113e+21 + + + 0 - - Watt per Square Meter Kelvin + + Pebi - W/(m^2-K) + - Watt per Square Meter Kelvin + Pebi - W/(m^2-K) + Pi - - Watt per Square Meter Kelvin + + Unitless - 1 + 125899906842624 0 - - Henry + + Coulomb per Mole - H + - Henry + Coulomb per Mole - H + C mol^-1 - - Kilogram - + + Coulomb per Mole + 1 - - - Meter - - 2 - - - - Ampere - - -2 - - - - Second - - -2 + + 0 - + Statcoulomb per Mole statC/mol @@ -29733,7 +28367,7 @@ - + Coulomb per Mole 3.3356400000000002e-10 @@ -29743,820 +28377,742 @@ - - Ounce Force + + Candela - ozf + cd - Ounce Force + Candela - ozf + cd - - Newton + + Candela - 0.27801387500000002 + 1 0 - - Picofarad + + Volt per second - pF + V/s - Picofarad + Volt per second - pF + V/s - - Farad + + Volt per second - 9.9999999999999998e-13 + 1 0 - - Millisecond + + Foot Pound Force per Minute - ms + ft-lbf/min - Millisecond + Foot Pound Force per Minute - ms + ft-lbf/min - - Second + + Watt - 0.001 + 0.022596965805523339 0 - - Cubic Meter per Kelvin + + BTU per Hour - + Btu/h - Cubic Meter per Kelvin + BTU per Hour - m^3/K + Btu/h - - Kelvin - - -1 + + Watt + + 0.29307106999999999 - - - Meter - - 3 + + 0 - - Oersted Centimeter + + Planck Power - Oe-cm + - Oersted Centimeter + Planck Power - Oe-cm + - - Ampere Turn + + Watt - 0.79577471499999997 + 3.6283099999999998e+52 0 - - Farad + + Horsepower - F + hp - Farad + Horsepower - F + hp - - Ampere - - 2 - - - - Kilogram - - -1 - - - - Second - - 4 + + Watt + + 745.70000000000005 - - - Meter - - -2 + + 0 - - Mile - International Standard + + Kilocalorie per Minute - miINT + kcal/min - Mile - International Standard + Kilocalorie per Minute - mi + kcal/min - - Meter + + Watt - 1609.3440000000001 + 69.733333299999998 0 - - Per Meter Unit + + Foot Pound Force per Second - /m + ft-lbf/s - Per Meter Unit + Foot Pound Force per Second - m^-1 + ft-lbf/s - - Meter - - -1 + + Watt + + 1.3558179483314003 + + + 0 - - Farad + + Erg per Second - F + erg/s - Farad + Erg per Second - F + erg/s - - Farad + + Watt - 1 + 9.9999999999999995e-08 0 - - Kelvin per Second + + Watt - K/s + W - Kelvin per Second + Watt - K/s + W - - Second - - -1 - - - - Kelvin - + + Watt + 1 + + 0 + - - Second + + Kilocalorie per Second - s + kcal/s - Second + Kilocalorie per Second - s + kcal/s - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - second - - - 0 - - - 1 - - - - Kelvin per Second + + Watt + + 4184 + + + 0 + + + + + Ton of Refrigeration - K/s + t/fg - Kelvin per Second + Ton of Refrigeration - K/s + t/fg - - Kelvin per Second + + Watt - 1 + 3517 0 - - Ampere Turn + + BTU per Second - At + Btu/s - Ampere Turn + BTU per Second - At + Btu/s - - Ampere - - 1 + + Watt + + 1055.05585262 - - - Unitless - - 1 + + 0 - - Farad per Meter + + Kilowatt - F/m + kW - Farad per Meter + Kilowatt - F m^-1 + kW - - Farad per Meter + + Watt - 1 + 1000 0 - - Ton - Long + + Foot Pound Force per Hour - ton + ft-lbf/h - Ton - Long + Foot Pound Force per Hour - ton + ft-lbf/h - - Kilogram + + Watt - 1016.0469088 + 0.00037661609675899998 0 - - Kilopascal + + Centimeter per Second - kPa + - Kilopascal + Centimeter per Second - kPa + cm/s - - Pascal + + Meter per Second - 1000 + 0.01 0 - - Newton Meter + + Foot per Minute - N-m + ft/min - Newton Meter + Foot per Minute - N-m + ft/min - - Meter - - - - - - 147,329 - - - - - 1 + + Meter per Second + + 0.0050800000000000003 - - - Newton - - - - - - 98,70 - - - - - 1 + + 0 - - Kelvin per Tesla + + Inch per Second - K T^-1 + - Kelvin per Tesla + Inch per Second - K T^-1 + - - Kelvin - - 1 - - - - Ampere - - 1 - - - - Second - - 2 + + Meter per Second + + 0.025399999999999999 - - - Kilogram - - -1 + + 0 - - Dyne per Square Centimeter + + Mile per Minute - dyn/cm^2 + mi/min - Dyne per Square Centimeter + Mile per Minute - dyn/cm^2 + mi/min - - Pascal + + Meter per Second - 0.10000000000000001 + 26.822399999999998 0 - - Pound per Cubic Meter + + Kilometer per Hour - lb/m^3 + km/h - Pound per Cubic Meter + Kilometer per Hour - lbm/m^3 + km/hr - - Kilogram per Cubic Meter + + Meter per Second - 0.45359237000000002 + 0.27777777777777779 0 - - Meter Kilogram + + Foot per Hour - m-kg + ft/h - Meter Kilogram + Foot per Hour - m-kg + ft/h - - Meter - - 1 + + Meter per Second + + 8.4666666666666674e-05 - - - Kilogram - - 1 + + 0 - - Square Meter Kelvin per Watt + + Knot - K-m^2/W + kn - Square Meter Kelvin per Watt + Knot - K-m^2/W + kn - - Square Meter Kelvin per Watt + + Meter per Second - 1 + 0.51444444444444448 0 - - Teaspoon + + Foot per Second - tsp + ft/s - Teaspoon + Foot per Second - tsp + ft/s - - Stere + + Meter per Second - 4.9289215937499996e-06 + 0.30480000000000002 0 - - Bar + + Meter per Minute - bar + m/min - Bar + Meter per Minute - bar + m min^-1 - - Pascal + + Meter per Second - 100000 + 0.016666666666666666 0 - - Cubic Meter per Second + + Kilometer per Second - m^3/s + km/s - Cubic Meter per Second + Kilometer per Second - m^3/s + km/s - - Meter - - 3 + + Meter per Second + + 1000 - - - Second - - -1 + + 0 - - Degree per Second Squared + + Mile per Hour - deg/(s^2) + mi/h - Degree per Second Squared + Mile per Hour - deg/(s^2) + mi/h - - Radian per Second Squared + + Meter per Second - 0.017453292519943295 + 0.44703999999999999 0 - - Unitless + + Meter per Hour - unitless + m/h - Unitless + Meter per Hour - U + m h^-1 - - Unitless + + Meter per Second - 1 + 0.00027777777799999997 0 - - Board Foot + + Meter per Second - Bf + m/s - Board Foot + Meter per Second - Bf + m s^-1 - - Stere + + Meter per Second - 0.0023600000000000001 + 1 0 - - Statampere per Square Centimeter + + Abvolt Centimeter - statA / cm^2 + abV cm - Statampere per Square Centimeter + Abvolt Centimeter - + abV cm - - Ampere per Square Meter + + Volt Meter - 3.335641e-06 + 1e-10 0 - - Kilogram per Meter + + Statvolt Centimeter - kg/m + statV cm - Kilogram per Meter + Statvolt Centimeter - kg/m + statV cm - - Kilogram per Meter + + Volt Meter - 1 + 2.9979245799999998 0 - - Stere + + Volt Meter - st + m V - Stere + Volt Meter - st + m V - - Stere + + Volt Meter 1 @@ -30565,46 +29121,55 @@ - - Per Tesla Second Unit + + Ampere per Degree - s^-1 T^-1 + A/deg - Per Tesla Second Unit + Ampere per Degree - s^-1 T^-1 + A/deg - - Coulomb per Kilogram + + Ampere per Radian + + + + + + 7,14 + + + - 1 + 57.295779500000002 0 - - Watt Square Meter + + Ampere per Radian - W m^2 + - Watt Square Meter + Ampere per Radian - W m^2 + A/rad - - Watt Square Meter + + Ampere per Radian 1 @@ -30613,379 +29178,334 @@ - - Ounce per Gallon + + Degree Fahrenheit - oz/gal + degF - Ounce per Gallon + Degree Fahrenheit - oz/gal + degF - - Kilogram per Cubic Meter + + Kelvin - 6.2360232900000003 + 0.55555555555555558 - 0 + 255.37037037037038 - - Foot per Second + + Kelvin - ft/s + K - Foot per Second + Kelvin - ft/s + K - - Meter per Second + + Kelvin - 0.30480000000000002 + 1 0 - - Cubic Meter per Kilogram Second Squared + + Degree Rankine - m^3 kg^-1 s^-2 + degR - Cubic Meter per Kilogram Second Squared + Degree Rankine - m^3 kg^-1 s^-2 + degR - - Cubic Meter per Kilogram Second Squared + + Kelvin - 1 + 0.55555555555555558 0 - - Hertz per Kelvin + + Degree Celsius - Hz K^-1 + degC - Hertz per Kelvin + Degree Celsius - Hz K^-1 + degC - - Hertz per Kelvin + + Kelvin 1 - 0 + 273.14999999999998 - - Candela per Square Meter + + Planck Temperature - cd/m^2 + - Candela per Square Meter + Planck Temperature - cd/m^2 + Θ_P - - Candela - - 1 + + Kelvin + + 1.416785e+32 - - - Meter - - -2 + + 0 - - LengthPerUnitElectricCurrent + + Square Meter per Kelvin - + Square Meter per Kelvin - + m^2/K - - Meter - + + Square Meter per Kelvin + 1 - - - Ampere - - -1 + + 0 - - Newton + + Hertz per Volt - N + Hz V^-1 - Newton + Hertz per Volt - N + Hz V^-1 - - Kilogram - - 1 - - - - Meter - + + Hertz per Volt + 1 - - - Second - - -2 + + 0 - - Microhenry + + Abvolt Second - µH + - Microhenry + Abvolt Second - µH + abV-s - - Henry + + Weber - 9.9999999999999995e-07 + 1e-08 0 - - Abohm + + Maxwell - abOhm + Mx - Abohm + Maxwell - abOhm + Mx - - Ohm + + Weber - 1.0000000000000001e-09 + 1e-08 0 - - Newton per Millimeter + + Unit Pole - N/mm + U/nWb - Newton per Meter + Unit Pole - N/mm + U/nWb - - Millimeter - - - - - - 63,224 - - - - - -1 + + Weber + + 1.256637e-07 - - - Newton - - - - - - 98,70 - - - - - 1 + + 0 - - Liter + + Weber - L + Wb - Liter + Weber - L + Wb - - Stere - - - - - - 161,203 - - - + + Weber - 0.001 + 1 0 - - Electron Volt Second + + Watt per Meter Kelvin - eV s + W/(m*K) - Electron Volt Second + Watt per Meter Kelvin - eV s + W/(m*K) - - Joule Second + + Watt per Meter Kelvin - 1.6021765313999999e-19 + 1 0 - - Revolution per Minute + + Per Square Giga Electron Volt Unit - rev/min + GeV^-2 - Revolution per Minute + Per Square Giga Electron Volt Unit - rev/min + GeV^-2 - - Radian per Second + + InverseSquareEnergy - 0.10471975511965977 + 3.895644058403301e+19 0 - - Square Meter Steradian + + Cubic Coulomb Meter per Square Joule - m^2-sr + C^3 m^3 J^-2 - Square Meter Steradian + Cubic Coulomb Meter per Square Joule - m^2-sr + C^3 m^3 J^-2 - - Square Meter Steradian + + Cubic Coulomb Meter per Square Joule 1 @@ -30994,301 +29514,247 @@ - - Abvolt + + Coulomb per Meter - abV + C/m - Abvolt + Coulomb per Meter - abV + C/m - - Volt + + Coulomb per Meter - 1e-08 + 1 0 - - Yard + + Coulomb Square Meter - yd + C m^2 - Yard + Coulomb Square Meter - yd + C m^2 - - Meter + + Coulomb Square Meter - 0.91439999999999999 + 1 0 - - Newton per Meter Second + + Joule per Kilogram - N/(m-s) + J/kg - Newton per Meter Second + Joule per Kilogram - N/(m-s) + J/kg - - Second - - - - - - 455,273 - - - - - -1 - - - - Meter - - - - - - 91,378 - - - - - -1 - - - - Newton - - - - - - 77,77 - - - - + + Joule per Kilogram + 1 + + 0 + - - Pascal + + Kilocalorie per Gram - Pa + kcal/gm - Pascal + Kilocalorie per Gram - Pa + kcal/gm - - Kilogram - - 1 - - - - Second - - -2 + + Joule per Kilogram + + 4184000 - - - Meter - - -1 + + 0 - - Watt per Square Centimeter + + BTU per Pound - W/cm^2 + Btu/lb - Watt per Square Centimeter + BTU per Pound - W/cm^2 + Btu/lb - - Watt per Square Meter + + Joule per Kilogram - 10000 + 2326 0 - - Millimeter + + Erg per Gram - mm + - Millimeter + Erg per Gram - mm + - - Meter - - - - - - 224,84 - - - + + Joule per Kilogram - 0.001 + 0.0001 - + 0 - - Knot + + Planck Resistance - kn + - Knot + Planck Resistance - kn + - - Meter per Second + + Ohm - 0.51444444444444448 + 29.979245800000001 0 - - Lumen + + Statohm - lm + statOhm - Lumen + Statohm - lm + statOhm - - Lumen + + Ohm - 1 + 898760000000 0 - - Degree per Hour + + Abohm - deg/h + abOhm - Degree per Hour + Abohm - deg/h + abOhm - - Radian per Second + + Ohm - 4.8481368110953598e-06 + 1.0000000000000001e-09 0 - - Foot + + Ohm - ft + Ohm - Foot + Ohm - ft + ohm - - Meter + + Ohm - 0.30480000000000002 + 1 0 - + Kilogram Kelvin kg-K @@ -31302,7 +29768,7 @@ - + Kilogram Kelvin 1 @@ -31312,292 +29778,262 @@ - - Penny Weight + + Kelvin per Minute - dwt + K/min - Penny Weight + Kelvin per Minute - dwt + K/min - - Kilogram + + Kelvin per Second - 0.0015551738400000001 + 0.016666666666666666 0 - - Watt per Kelvin + + Kelvin per Second - W/K + K/s - Watt per Kelvin + Kelvin per Second - W/K + K/s - - Watt - - - - - - 147,154 - - - - + + Kelvin per Second + 1 - - - Kelvin - - - - - - 231,280 - - - - - -1 + + 0 - - Statfarad + + Kelvin per Hour - statF + K/h - Statfarad + Kelvin per Hour - statF + K/h - - Farad + + Kelvin per Second - 1.113e-12 + 0.00027777777777799998 0 - - Centimeter of Water + + Absiemen - cmH2O + aS - Centimeter of Water + Absiemen - cmH2O + aS - - Pascal + + Siemens - 98.063001600000007 + 1000000000 0 - - Register Ton + + Siemens - RT + S - Register Ton + Siemens - RT + S - - Stere + + Siemens - 2.8316846592 + 1 0 - - Fathom + + Kilogram per Square Meter - fath + kg/m^2 - Fathom + Kilogram per Square Meter - fath + kg/m^2 - - Meter + + Kilogram per Square Meter - 1.8288 + 1 0 - - Poundal + + Slug per Square Foot - pdl + slug/ft^2 - Poundal + Slug per Square Foot - pdl + slug/ft^2 - - Newton + + Kilogram per Square Meter - 0.13825495437599999 + 157.08746384624621 0 - - Abfarad per Centimeter + + Pound per Square Foot - + lb/ft^2 - Abfarad per Centimeter + Pound per Square Foot - abF/cm + lb/ft^2 - - Farad per Meter + + Kilogram per Square Meter - 100000000000 + 4.8824276363830501 0 - - Cubic Millimeter + + Ounce per Square Yard - mm^3 + oz/yd^2 - Cubic Millimeter + Ounce per Square Yard - mm^3 + oz/yd^2 - - Stere + + Kilogram per Square Meter - 1.0000000000000001e-09 + 0.0339057474748823 0 - - Ampere per Degree + + Ounce per Square Foot - A/deg + oz/ft^2 - Ampere per Degree + Ounce per Square Foot - A/deg + oz/ft^2 - - Ampere per Radian - - - - - - 7,14 - - - + + Kilogram per Square Meter - 57.295779500000002 + 0.30515172727394063 0 - - Cubic Meter per Kelvin + + Kilogram per Second - + kg/s - Cubic Meter per Kelvin + Kilogram per Second - m^3/K + kg/s - - Cubic Meter per Kelvin + + Kilogram per Second 1 @@ -31606,478 +30042,406 @@ - - Per Mole Unit + + Slug per Second - mol^-1 + slug/s - Per Mole Unit + Slug per Second - mol^-1 + slug/s - - Mole - - -1 + + Kilogram per Second + + 14.593902937206366 + + + 0 - - Poundal per Square Foot + + Kilogram per Hour - pdl/ft^2 + kg/h - Poundal per Square Foot + Kilogram per Hour - pdl/ft^2 + kg/h - - Pascal + + Kilogram per Second - 1.4881644300000001 + 0.00027777777799999997 0 - - Candela per Square Meter + + Pound per Hour - cd/m^2 + lb/h - Candela per Square Meter + Pound per Hour - cd/m^2 + lb/h - - Candela per Square Meter + + Kilogram per Second - 1 + 0.00012599788055555556 0 - - Grain + + Short Ton per Hour - gr + ton/h - Grain + Short Ton per Hour - gr + ton/h - - Kilogram + + Kilogram per Second - 6.4798909999999995e-05 + 0.25199576099999998 0 - - Cubic Inch + + Pound per Minute - in^3 + lb/min - Cubic Inch + Pound per Minute - in^3 + lb/min - - Stere + + Kilogram per Second - 1.6387063999999999e-05 + 0.0075598728333333334 0 - - Unitless - - unitless - - - Unitless - - - U - - - - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - radian - - - 0 - - - 0 - - - - MilliTorr + + Tesla Second - mtorr + s T - MilliTorr + Tesla Second - mtorr + s T - - Pascal + + Tesla Second - 0.13332236842099998 + 1 0 - - Cubic Foot per Second + + Coulomb per Square Meter - ft^3/s + C/m^2 - Cubic Foot per Second + Coulomb per Square Meter - ft^3/s + C m^-2 - - Cubic Meter per Second + + Coulomb per Square Meter - 0.028316846592000004 + 1 0 - - Joule per Mole + + Statcoulomb per Square Centimeter - J/mol + - Joule per Mole + Statcoulomb per Square Centimeter - J/mol + statC/cm^2 - - Mole - - -1 - - - - Second - - -2 - - - - Kilogram - - 1 + + Coulomb per Square Meter + + 3.3356400000000001e-06 - - - Meter - - 2 + + 0 - - Stere + + Abcoulomb per Square Centimeter - st + - Stere + Abcoulomb per Square Centimeter - st + abC/cm^2 - - Meter - - 3 + + Coulomb per Square Meter + + 0.001 + + + 0 - - Watt per Square Meter + + Lux - W/m^2 + lx - Watt per Square Meter + Lux - W/m^2 + lx - - Second - - -3 - - - - Kilogram - + + Lux + 1 + + 0 + - - Square Centimeter Second + + Phot - + ph - Square Centimeter Second + Phot - cm^2-s + ph - - AreaTime + + Lux - 0.0001 + 10000 0 - - Kilogram per Cubic Millimeter + + Kilogram per Mole - kg/mm^3 + kg mol^-1 - Kilogram per Cubic Millimeter + Kilogram per Mole - kg/mm^3 + kg mol^-1 - - Kilogram - - - - - - 84,182 - - - - + + Kilogram per Mole + 1 - - - Cubic Millimeter - - - - - - 70,63 - - - - - -1 + + 0 - - Kilogram per Hour + + Meter per Kelvin - kg/h + - Kilogram per Hour + Meter per Kelvin - kg/h + m/K - - Kilogram per Second + + Meter per Kelvin - 0.00027777777799999997 + 1 0 - - Planck Time + + Abfarad - + abF - Planck Time + Abfarad - t_P + abF - - Second + + Farad - 5.3912399999999998e-44 + 1000000000 0 - - Square Centimeter + + Microfarad - cm^2 + µF - Square Centimeter + Microfarad - cm^2 + µF - - Square Meter + + Farad - 0.0001 + 9.9999999999999995e-07 0 - - Abcoulomb per Square Centimeter + + Picofarad - + pF - Abcoulomb per Square Centimeter + Picofarad - abC/cm^2 + pF - - Coulomb per Square Meter + + Farad - 0.001 + 9.9999999999999998e-13 0 - - Siemens + + Farad - S + F - Siemens + Farad - S + F - - Siemens + + Farad 1 @@ -32086,1756 +30450,1939 @@ - - Slug + + Nanofarad - slug + nF - Slug + Nanofarad - slug + nF - - Kilogram + + Farad - 14.593902937206366 + 1.0000000000000001e-09 0 - - Joule per Kilogram Kelvin per Cubic Meter + + Statfarad - + statF - Joule per Kilogram Kelvin per Cubic Meter + Statfarad - J/(kg-K-m^3) + statF - - Kelvin - - -1 - - - - Second - - -2 + + Farad + + 1.113e-12 - - - Meter - - -1 + + 0 - - MassPerAreaTime + + Joule per Kilogram Kelvin - + J/(kg-K) - + Joule per Kilogram Kelvin - + J/(kg-K) - - Second - - -1 - - - - Kilogram - + + Joule per Kilogram Kelvin + 1 - - - Meter - - -2 + + 0 - - Foot per Hour + + Gilbert - ft/h + Gi - Foot per Hour + Gilbert - ft/h + Gi - - Meter per Second + + Ampere Turn - 8.4666666666666674e-05 + 0.79577471499999997 0 - - Joule Second + + Oersted Centimeter - J s + Oe-cm - Joule Second + Oersted Centimeter - J s + Oe-cm - - Meter - - - - - - 105,7 - - - - - 2 - - - - Second - - -1 + + Ampere Turn + + 0.79577471499999997 - - - Kilogram - - - - - - 98,98 - - - - - 1 + + 0 - - Pound Force Second per Square Inch + + Ampere Turn - lbf-s/in^2 + At - Pound Force Second per Square Inch + Ampere Turn - lbf-s/in^2 + At - - Pascal Second + + Ampere Turn - 6894.7572931683608 + 1 0 - - Square Mile + + Joule Meter per Mole - mi^2 + J m mol^-1 - Square Mile + Joule Meter per Mole - mi^2 + J m mol^-1 - - Square Meter + + Joule Meter per Mole - 2589988.1099999999 + 1 0 - - Kilocalorie per Minute + + Watt Square Meter per Steradian - kcal/min + W m^2 sr^-1 - Kilocalorie per Minute + Watt Square Meter per Steradian - kcal/min + W m^2 sr^-1 - - Watt + + Watt Square Meter per Steradian - 69.733333299999998 + 1 0 - - Kilocalorie per Square Centimeter Second + + Pound per Cubic Meter - kcal/(cm^2-s) + lb/m^3 - Kilocalorie per Square Centimeter Second + Pound per Cubic Meter - kcal/(cm^2-s) + lbm/m^3 - - Watt per Square Meter + + Kilogram per Cubic Meter - 4.1839999999999999e-07 + 0.45359237000000002 0 - - Electron Volt per Tesla + + Ounce per Cubic Inch - eV T^-1 + oz/in^3 - Electron Volt per Tesla + Ounce per Cubic Inch - eV T^-1 + oz/in^3 - - Joule per Tesla + + Kilogram per Cubic Meter - 1.6021765313999999e-19 + 1729.9940443876953 0 - - Tebi + + Grain per Gallon - + gr/gal - Tebi + Grain per Gallon - Ti + gr/gal - - Unitless + + Kilogram per Cubic Meter - 1099511627776 + 0.0142537675 0 - - Abcoulomb + + Kilogram per Cubic Meter - abC + kg/m^3 - Abcoulomb + Kilogram per Cubic Meter - abC + kg/m^3 - - Coulomb + + Kilogram per Cubic Meter - 10 + 1 0 - - Meter per Second + + Pound per Cubic Foot - m/s + lb/ft^3 - Meter per Second + Pound per Cubic Foot - m s^-1 + lb/ft^3 - - Meter per Second + + Kilogram per Cubic Meter - 1 + 16.018463373960138 0 - - Per Meter Kelvin Unit + + Ounce per Gallon - m^-1 K^-1 + oz/gal - Per Meter Kelvin Unit + Ounce per Gallon - m^-1 K^-1 + oz/gal - - Per Meter Kelvin Unit + + Kilogram per Cubic Meter - 1 + 6.2360232900000003 0 - - Pound per Inch + + Ton Short per Cubic Yard - lb/in + ton/yd - Pound per Inch + Ton Short per Cubic Yard - lb/in + ton/yd - - Kilogram per Meter + + Kilogram per Cubic Meter - 17.857967322834646 + 1186.552842515566 0 - - Phot + + Slug per Cubic Foot - ph + slug/ft^3 - Phot + Slug per Cubic Foot - ph + slug/ft^3 - - Lux + + Kilogram per Cubic Meter - 10000 + 515.37881839319618 0 - - Ton Long per Cubic Yard + + Pound per Cubic Yard - ton/yd^3 + lb/yd^3 - Ton Long per Cubic Yard + Pound per Cubic Yard - ton/yd^3 + lb/yd^3 - + Kilogram per Cubic Meter - 1328.9391836174336 + 0.5932764212577829 0 - - Slug per Cubic Foot + + Pound per Cubic Inch - slug/ft^3 + lb/in^3 - Slug per Cubic Foot + Pound per Cubic Inch - slug/ft^3 + lb/in^3 - + Kilogram per Cubic Meter - 515.37881839319618 + 27679.904710203125 0 - - Pound per Foot Hour + + Pound per Gallon - lb/(ft-h) + lb/gal - Pound per Foot Hour + Pound per Gallon - lb/(ft-h) + lb/gal - - Pascal Second + + Kilogram per Cubic Meter - 0.00041337887321376491 + 99.776372699999996 0 - - Pound per Foot + + Ton Long per Cubic Yard - lb/ft + ton/yd^3 - Pound per Foot + Ton Long per Cubic Yard - lb/ft + ton/yd^3 - - Kilogram per Meter + + Kilogram per Cubic Meter - 1.4881639435695537 + 1328.9391836174336 0 - - Joule per Kilogram Kelvin per Pascal + + Planck Density - Joule per Kilogram Kelvin per Pascal + Planck Density - J/(kg-K-Pa) + - - Joule per Kilogram Kelvin per Pascal + + Kilogram per Cubic Meter - 1 + 5.1550000000000003e+96 0 - - Newton Second per Meter + + Mole Kelvin - (N-s)/m + mol-K - Newton Second per Meter + Mole Kelvin - (N-s)/m + mol-K - - Meter - - - - - - 133,154 - - - - - -1 - - - - Newton - - - - - - 28,28 - - - - + + Mole Kelvin + 1 - - - Second - - - - - - 203,28 - - - - - 1 + + 0 - - Poise + + Joule per Kilogram Kelvin per Cubic Meter - P + - Poise + Joule per Kilogram Kelvin per Cubic Meter - P + J/(kg-K-m^3) - - Pascal Second + + Joule per Kilogram Kelvin per Cubic Meter - 0.10000000000000001 + 1 0 - - Foot Pound Force per Second + + Joule per Mole - ft-lbf/s + J/mol - Foot Pound Force per Second + Joule per Mole - ft-lbf/s + J/mol - - Watt + + Joule per Mole - 1.3558179483314003 + 1 0 - - Degree Fahrenheit + + Lumen - degF + lm - Degree Fahrenheit + Lumen - degF + lm - - Kelvin + + Lumen - 0.55555555555555558 + 1 - 255.37037037037038 + 0 - - LengthEnergy + + Kilogram Millimeter Squared - + kg-mm^2 - + Kilogram Millimeter Squared - + kg-mm^2 - + Kilogram + + + + + + 336,175 + + + 1 - - Meter - - 3 - - - - Second + + Millimeter + + + + + + 749,224 + + + - -2 + 2 - - Planck Pressure + + Square Meter Kelvin - + m^2-K - Planck Pressure + Square Meter Kelvin - + m^2-K - - Pascal + + Square Meter Kelvin - 4.6330899999999999e+113 + 1 0 - - Kilocalorie per Second + + Watt per Kelvin - kcal/s + W/K - Kilocalorie per Second + Watt per Kelvin - kcal/s + W/K - - Watt - - 4184 + + Kelvin + + + + + + 231,280 + + + + + -1 - - 0 + + + Watt + + + + + + 147,154 + + + + + 1 - - Abfarad + + Henry - abF + H - Abfarad + Henry - abF + H - - Farad + + Henry - 1000000000 + 1 0 - - Mebi + + Pascal per Meter to the Sixth Second Square - + Pa/(m^6 s^2) - Mebi + Pascal per Meter to the Sixth Second Square - Mi + Pa/(m^6 s^2) - - Unitless - - 1048576 + + Second + + + + + + 455,70 + + + + + -2 - - 0 + + + Meter + + + + + + 399,252 + + + + + -6 + + + + Pascal + + + + + + 203,112 + + + + + 1 - - Light Year + + Abhenry - ly + abH - Light Year + Abhenry - ly + abH - - Meter + + Henry - 9460730472580800 + 1.0000000000000001e-09 0 - - Degree per Second - - deg/s + + Pascal per Cubic Meter Second + + - Degree per Second + Pascal per Cubic Meter Second - deg/s + Pa/(m^3 s) - - Radian per Second - - 0.0174532925199 + + Second + + + + + + 434,322 + + + + + -1 - - 0 + + + Meter + + + + + + 259,322 + + + + + -3 + + + + Pascal + + + + + + 238,147 + + + + + 1 - - Nanofarad + + Millihenry - nF + mH - Nanofarad + Millihenry - nF + mH - - Farad + + Henry - 1.0000000000000001e-09 + 0.001 0 - - Henry per Meter + + Joule per Kelvin - H/m + J/K - Henry per Meter + Joule per Kelvin - H/m + J/K - - Kilogram - - 1 - - - + Second -2 - + Meter + + 2 + + + + Kilogram 1 - - Ampere + + Kelvin - -2 + -1 - - Kelvin per Tesla + + Stathenry - K T^-1 + statH - Kelvin per Tesla + Stathenry - K T^-1 + statH - - Kelvin per Tesla + + Henry - 1 + 898760000000 0 - - Statvolt Centimeter + + Cubic Millimeter - statV cm + mm^3 - Statvolt Centimeter + Cubic Millimeter - statV cm + mm^3 - - Volt Meter + + Stere - 2.9979245799999998 + 1.0000000000000001e-09 0 - - Gigahertz + + Microhenry - GHz + µH - Gigahertz + Microhenry - GHz + µH - - Hertz + + Henry - 1000000000 + 9.9999999999999995e-07 0 - - Square Meter Steradian + + Kilogram per Cubic Millimeter - m^2-sr + kg/mm^3 - Square Meter Steradian + Kilogram per Cubic Millimeter - m^2-sr + kg/mm^3 - - Meter + + Cubic Millimeter + + + + + + 70,63 + + + - 2 + -1 - - Unitless + + Kilogram + + + + + + 84,182 + + + 1 - - Kilometer per Second + + Joule per Kilogram Kelvin per Pascal - km/s + - Kilometer per Second + Joule per Kilogram Kelvin per Pascal - km/s + J/(kg-K-Pa) - - Meter per Second + + Joule per Kilogram Kelvin per Pascal - 1000 + 1 0 - - Lux + + Kilogram per Millimeter - lx + kg/mm - Lux + Kilogram per Millimeter - lx + kg/mm - - Meter - - -2 - - - - Candela + + Kilogram 1 - - Unitless + + Millimeter + + + + + + 126,119 + + + - 1 + -1 - - Gram + + Mole per Kilogram - g + - Gram + Mole per Kilogram - g + mol/kg - - Kilogram + + Mole per Kilogram - 0.001 + 1 0 - - Per Mole Unit + + Radian - mol^-1 + rad - Per Mole Unit + Plane Angle - mol^-1 + rad - - Per Mole Unit - - 1 - - - 0 - - - - - Joule per Tesla + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + radian + + + 0 + + + 0 + + + + Ampere - + A - Joule per Tesla + Ampere - J T^-1 + A - - Ampere - - 1 - - - - Meter - - 2 - - - - - Ampere Hour + + 0 + + + 1 + + + 0 + + + 0 + + + 0 + + + ampere + + + 0 + + + 0 + + + + Candela - A-h + cd - Ampere Hour + Candela - A-h + cd - - Coulomb - - 3600 - - - 0 - - - - - Hertz + + 0 + + + 0 + + + 0 + + + 1 + + + 0 + + + candela + + + 0 + + + 0 + + + + Mole - Hz + mol - Hertz + Mole - Hz + mol - - Second - - -1 - - - - - Kilogram per Meter + + 1 + + + 0 + + + 0 + + + 0 + + + 0 + + + mole + + + 0 + + + 0 + + + + Second - kg/m + s - Kilogram per Meter + Second - kg/m + s - - Kilogram - - 1 - - - - Meter - - -1 - - - - - Millibar + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + second + + + 0 + + + 1 + + + + Meter - mbar + m - Millibar + Meter - mbar + m - - Pascal - - 100 - - - 0 - - - - - Cubic Centimeter + + 0 + + + 0 + + + 1 + + + 0 + + + 0 + + + metre + + + 0 + + + 0 + + + + Kelvin - cm^3 + K - Cubic Centimeter + Kelvin - cm^3 + K - - Stere - - 9.9999999999999995e-07 - - - 0 - - - - - Square Meter + + 0 + + + 0 + + + 0 + + + 0 + + + 0 + + + kelvin + + + 1 + + + 0 + + + + Unitless - m^2 + unitless - Square Meter + Unitless - m^2 + U - - Square Meter - - 1 - - - 0 - - - - - Clo - - clo + + 0 - - Clo + + 0 - - clo + + 0 - - + + 0 - - Square Meter Kelvin per Watt - - 0.155 - - - 0 - - - - - BTU per Second - - Btu/s + + 0 - - BTU per Second + + radian - - Btu/s + + 0 - - + + 0 - - Watt - - 1055.05585262 - - - 0 - - - - - Candela per Square Inch + + + Kilogram - cd/in^2 + kg - Candela per Square Inch + Kilogram - cd/in^2 + kg - - Candela per Square Meter - - 1550.0031000062002 - - - 0 - - - - - - - 132322507979993899 - - - - TypeSpecifications - - Units - - meter1 - - m - - - - - - m - - - - - - 0 - - - 0 - - - 1 - - - 0 - - - 0 - - - metre - - - 0 - - - 0 - - - - second - - s - - - - - - s - - - - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - second - - - 0 - - - 1 - - - - meter2 - - m - - - - - - m - - - - - - 0 - - - 0 - - - 1 - - - 0 - - - 0 - - - metre - - - 0 - - - 0 - - - - - - Components - - passive - - resistors - - Resistor_R0603 - - .\components\23kc5zsm\Images\Icon.png - - - 672329de-2203-4d4b-9721-db5428ba573d + + 0 - - + + 0 - - passive.resistors + + 0 - - + + 0 - + 1 - - - - - - - - - - - components\23kc5zsm - - - + + kilogram - - + + 0 - - + + 0 - - R - + + + + + 131872867893511718 + + + + PortLibrary CyPhy_PortLib + + Interface and Port Definitions + + Ports + + Modelica Ports + + FlowPort + + thermo_fluid_a.png + + + thermo_fluid_a.png + + + Modelica.Thermal.FluidHeatFlow.Interfaces.FlowPort_a + + + + + + + + + + + + + + + + + + medium + + + + + + + + + + + + + AtmosphericEnvironmentBus + + C2M2L_Ext.Interfaces.Context_Interfaces.Atmospheric_Environment.Atmospheric_Environment_Bus + + + + + + + + + + + + + + + + + + + BrakeControlBus + + bus.png + + + bus_icon.png + + + C2M2L_Ext.C2M2L_Component_Building_Blocks.Drive_Line.Brakes_Clutch.Common_Controls.Brake_Control_Bus + + + + + + + + + + + + + + + + + + + TorqueConverterControlBus + + bus.png + + + bus_icon.png + + + C2M2L_Ext.C2M2L_Component_Building_Blocks.Drive_Line.Torque_Converters.Common_Controls.Torque_Converter_Control_Bus + + + + + + + + + + + + + + + + + + + BatteryBus + + bus.png + + + bus_icon.png + + + C2M2L_Ext.Electrical.Interfaces.Battery_Bus + + + + + + + + + + + + + + + + + + + DriverBus + + bus.png + + + bus_icon.png + + + C2M2L_Ext.Interfaces.Context_Interfaces.Driver.Driver_Bus + + + + + + + + + + + + + + + + + + + ElectricMachineBus + + bus.png + + + bus_icon.png + + + C2M2L_Ext.Electrical.Interfaces.Electric_Machine_Bus + + + + + + + + + + + + + + + + + + + SteeringControlBus + + bus.png + + + bus_icon.png + + + C2M2L_Ext.C2M2L_Component_Building_Blocks.Drive_Line.Cross_Drive_Steering.Common_Controls.Steering_Control_Bus + + + + + + + + + + + + + + + + + + + RangePackControlBus + + bus.png + + + bus_icon.png + + + C2M2L_Ext.C2M2L_Component_Building_Blocks.Drive_Line.Range_Packs.Common_Controls.Range_Pack_Control_Bus + + + + + + + + + + + + + + + + + + + EngineControlBus + + bus.png + + + bus_icon.png + + + C2M2L_Ext.C2M2L_Component_Building_Blocks.Prime_Movers.Common_Controls.Engine_Control_Bus + + - - - - 28,210 - - - - - - 28,210 - - - - - - 28,210 - - - - - - 28,210 - - - - - - 28,210 - - - - - - 28,210 - - + + + + + + + + + + + + + + + + IntegerInput + + Modelica_IntegerInput.png - - Addition + + Modelica_IntegerInput_port.png + + + Modelica.Blocks.Interfaces.IntegerInput - - String + + - - 10000 + + - + - + - - false + + - - id-15cdbad5-6620-42a2-bf0d-3808956c1860 + + + IntegerOutput + + Modelica_IntegerOutput.png + + + Modelica_IntegerOutput_port.png + + + Modelica.Blocks.Interfaces.IntegerOutput - + - - -inf..inf + + - + - - 10000 + + - - - P1 - + - - - - 49,28 - - - - - - 49,28 - - - - - - 49,28 - - - - - - 49,28 - - - - - - 49,28 - - - - - - 49,28 - - - - - - 49,28 - - - - - - 49,28 - - - - - - 56,21 - - - - - - 49,28 - - + + + + FluidPort + + simple_fluid_a.png - + + simple_fluid_a.png + + + + + + Modelica.Fluid.Interfaces.FluidPort_a + + - - id-4cde194d-606e-4bdd-918c-ea63b4229a25 + + - + - - pwr + + + + + Medium - - - - 364,287 - - - + - 364,287 + 364,245 - - electrical_analog_pos.png - - - electrical_analog_pos.png - - - Modelica.Electrical.Analog.Interfaces.Pin - - - - - + - - id-9ccc1c93-46c9-420c-a4fa-c67100aa6845 + + Package - + - - + + Modelica.Media.Interfaces.PartialMedium - + - - AssemblyRoot - + + BooleanOutput + + Modelica_BooleanOutput.png + + + Modelica_BooleanOutput_port.png + + + Modelica.Blocks.Interfaces.BooleanOutput + + - - - - 112,112 - - + + + + + + + + + + + + + + + + RealInput + + Modelica_RealInput.png + + Modelica_RealInput_port.png + + + Modelica.Blocks.Interfaces.RealInput + @@ -33848,1559 +32395,1677 @@ - - - - - - - - CADModel - + - - - - 609,462 - - - - - - 609,462 - - + + + + BooleanInput + + Modelica_BooleanInput.png - + + Modelica_BooleanInput_port.png + + + Modelica.Blocks.Interfaces.BooleanInput + + - - AP 203 + + - + - - Part + + - + - - - - - - - P2 - + + HeatPort + + heat_transfer_a.png + + + heat_transfer_a.png + + + Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a + + - - - - 553,126 - - - - - - 553,126 - - - - - - 553,126 - - - - - - 553,126 - - - - - - 553,126 - - - - - - 553,126 - - - - - - 553,126 - - - - - - 553,126 - - - - - - 553,126 - - - - - - 553,126 - - + + + + + + + + + + + + + + + + RealOutput + + Modelica_RealOutput.png + + + Modelica_RealOutput_port.png + + + Modelica.Blocks.Interfaces.RealOutput + + + + + + + + + + + + + + + + + + + MultibodyFrame + + 3D_a.png + + + 3D_a.png + + + Modelica.Mechanics.MultiBody.Interfaces.Frame + + + + + + + + + + + + + + + + + + + ElectricalPin + + electrical_analog_pos.png + + + electrical_analog_pos.png + + + Modelica.Electrical.Analog.Interfaces.Pin + + + + + + + + + + + + + + + + + + + HydraulicPower + + simple_fluid_a.png + + + simple_fluid_a.png + + + C2M2L_Ext.Fluid.Hydraulics_Simple.Interfaces.Hydraulic_Port + + + + + + + + + + + + + + + + + + + FlangeWithBearing + + RotationalPowerPort.png - + + RotationalPowerPort.png + + + Modelica.Mechanics.MultiBody.Interfaces.FlangeWithBearing + + - - id-be3b9612-91e6-4ca3-a58d-a66412fbdd2f + + - + - - pwr + + + + + includeBearingConnector - - - - 49,112 - - - + - 49,112 + 441,231 - - electrical_analog_pos.png - - - electrical_analog_pos.png - - - Modelica.Electrical.Analog.Interfaces.Pin - - - - - + - - id-5c3dea08-c1a6-4fc5-bd76-103368e60218 - - + - - + + false - + - - - - - - - CADParameter - + + TranslationalFlange + + Modelica_TranslationalFlange.png + + + Modelica_TranslationalFlange_port.png + + + Modelica.Mechanics.Translational.Interfaces.Flange_a + + - - - - 35,686 - - - - - - 140,385 - - - - - - 140,385 - - - - - - 140,385 - - - - - - 140,385 - - - - - - 140,385 - - + + + + + + + + + + + + + + + + RotationalFlange + + Modelica_RotationalFlange.png - - Addition + + Modelica_RotationalFlange_port.png + + + Modelica.Mechanics.Rotational.Interfaces.Flange_a - - String + + - + - + - + - - false + + + + + + + Abstract Ports + + Bus + + + + + - + - - -inf..inf + + + InputSignal + + - + - + - - - CADModel - + - - - - 259,665 - - - - - - 259,665 - - - - + + + + OutputSignal + - - Creo + + - + - - Part + + - + + + Signal + - - 48F3D3FB1F15400BA9E16BFF5BE7861 - - - - - - 25,25 - - - - - 48F3D3FB1F15400BA9E16BFF5BE7861 - - - - - - - - - - - - cad.48F3D3FB1F15400BA9E16BFF5BE7861 - - - - - - false - - - - CS - - - - - - 125,25 - - - - - CS - - - - - - - - - - - - cad.CS - - - - - - false - - - - CADParameter - - - - - - 63,168 - - - - - Float - - - - - - CADParameter - - - CADParameter - - - -inf..inf - - - - - - - - - - - - - - - - - - - - - ModelicaModel + + + + + + + + + + + + RotationalPower + + + + + + + + + + + + + + + ElectricalPower + + + + + + + + + + + + + + + + Taxonomy + + Signal - + - 315,441 + 777,98 - + + + 0 + + + + RealOutput + + + - 315,441 + 938,357 - + + + + IntegerOutput + + + - 315,441 + 854,357 - + + + + BooleanOutput + + + - 315,441 + 1022,357 - + + + + OutputSignal + + + - 315,441 + 931,217 - - - - - Modelica.Electrical.Analog.Basic.Resistor - - - - - + + 0 + + + + BooleanInput + - - - n - - - - - - 497,42 - - - - - electrical_analog_pos.png - - - electrical_analog_pos.png - - - Modelica.Electrical.Analog.Interfaces.Pin - - - - - - - - - id-9d06782f-fa27-4191-9451-ec7d7ce6e2fa - - - 2 - - - - - - - R - + - - - - 224,21 - + + 728,357 - - - - - id-c267e4df-f759-4129-b268-503d0c9c9249 - - - 10000 - - - - p - + + + + RealInput + + + - - - - 56,35 - + + 553,357 - - electrical_analog_pos.png - - - electrical_analog_pos.png - - - Modelica.Electrical.Analog.Interfaces.Pin - - - - - - - - - id-865fd020-8bdc-4fe4-b16a-0a220d9ada39 - - - 1 - - + + + + IntegerInput + + + - - - - - pkg_0603.prt + + 637,357 + + + + + + InputSignal - + - 343,574 + 630,217 - - - - - id-cea448f5-0f8c-44ae-99a4-e30a668604a2 - - - CAD Model Import tool added this resource object for the imported CAD file - - - CAD\pkg_0603.prt - - - - Resource + + 0 + + + + ElectricalPin - + - 756,392 + 336,217 - - - - - id-92946605-e441-48f6-b859-315e294cedf5 - - - - - - CAD\pkg_0603.step - - - - CADParameterPortMap - - - - - Icon + + + ElectricalPower - + - 42,553 + 336,98 - - - - - id-655d446e-c3bf-48b1-8fea-25b70771b78b - - - - - - Images/Icon.png - - + + 0 + + + + SubtypeOf + + sW + + + + + + SubtypeOf + + sE + + + + + + SubtypeOf + + + + + SubtypeOf + + + + + SubtypeOf + + + + + SubtypeOf + + + + + SubtypeOf + + + + + SubtypeOf + + + + + SubtypeOf + + + - - Thing - - dome.png - - - 1c845f9c-3c4f-4418-b9a5-089664e307c3 - - - - - - - - - - - - 2 - - - {355bf193-04e7-4216-af04-6478a0256dca} - - - - - - - - - components/41nxu0dx/ - - - - - - - - - - - - cost - + + 131872867900508139 + + + + MaterialLibrary CyPhy_MaterialLib + + MaterialDefinitions + + steel_armor_hha_mil_dtl_46100 + + + + + steel_armor_hha_mil_dtl_46100 + + + + steel_bolt_metric_class_12p9 + + + + + steel_bolt_metric_class_12p9 + + + + steel_stainless_304_annealed + + + + + steel_stainless_304_annealed + + + + steel_armor_mars_300 + + + + + steel_armor_mars_300 + + + + aluminum_alloy_1100_annealed + + + + + aluminum_alloy_1100_annealed + + + + polymer_rubber_fkm_mil_r_83248 + + + + + polymer_rubber_fkm_mil_r_83248 + + + + aluminum_filler_weld_5556 + + + + + aluminum_filler_weld_5556 + + + + aluminum_filler_weld_5554 + + + + + aluminum_filler_weld_5554 + + + + aluminum_alloy_2024_t361 + + + + + aluminum_alloy_2024_t361 + + + + steel_med_carbon_1144_hot_roll + + + + + steel_med_carbon_1144_hot_roll + + + + steel_high_alloy_hy80 + + + + + steel_high_alloy_hy80 + + + + composite_fiber_kevlar_29 + + + + + composite_fiber_kevlar_29 + + + + steel_filler_weld_080ksi + + + + + steel_filler_weld_080ksi + + + + steel_low_carbon_1117_hot_roll + + + + + steel_low_carbon_1117_hot_roll + + + + ceramic_transp_armor_spinel + + + + + ceramic_transp_armor_spinel + + + + aluminum_filler_weld_4047 + + + + + aluminum_filler_weld_4047 + + + + aluminum_filler_weld_4043 + + + + + aluminum_filler_weld_4043 + + + + steel_low_carbon_1008_cold_draw + + + + + steel_low_carbon_1008_cold_draw + + + + steel_bolt_metric_class_5p8 + + + + + steel_bolt_metric_class_5p8 + + + + steel_bolt_metric_class_4p8 + + + + + steel_bolt_metric_class_4p8 + + + + steel_high_alloy_hy130 + + + + + steel_high_alloy_hy130 + + + + steel_stainless_201_annealed + + + + + steel_stainless_201_annealed + + + + steel_low_carbon_1117_cold_draw + + + + + steel_low_carbon_1117_cold_draw + + + + steel_bolt_metric_class_4p6 + + + + + steel_bolt_metric_class_4p6 + + + + aluminum_alloy_6061_t6 + + + + + aluminum_alloy_6061_t6 + + + + aluminum_alloy_6061_t4 + + + + + aluminum_alloy_6061_t4 + + + + aluminum_armor_mil_dtl_46027cl1 + + + + + aluminum_armor_mil_dtl_46027cl1 + + + + steel_stainless_304_l + + + + + steel_stainless_304_l + + + + steel_filler_weld_110ksi + + + + + steel_filler_weld_110ksi + + + + steel_stainless_321_h + + + + + steel_stainless_321_h + + + + steel_armor_armox_500 + + + + + steel_armor_armox_500 + + + + aluminum_filler_weld_2319 + + + + + aluminum_filler_weld_2319 + + + + aluminum_alloy_7075_t651 + + + + + aluminum_alloy_7075_t651 + + + + steel_filler_weld_100ksi + + + + + steel_filler_weld_100ksi + + + + composite_fiber_kevlar_129 + + + + + composite_fiber_kevlar_129 + + + + steel_low_alloy_a36 + + + + + steel_low_alloy_a36 + + + + aluminum_alloy_2024 + + + + + aluminum_alloy_2024 + + + + titanium_pure_cp_gr3 + + + + + titanium_pure_cp_gr3 + + + + titanium_pure_cp_gr2 + + + + + titanium_pure_cp_gr2 + + + + titanium_pure_cp_gr1 + + + + + titanium_pure_cp_gr1 + + + + steel_high_alloy_hy100 + + + + + steel_high_alloy_hy100 + + + + titanium_pure_cp_gr4 + - - - - 105,84 - - - - - - 924,56 - - - - - - 924,56 - - - - - - 924,56 - - - - - - 924,56 - - - - - - 924,56 - - - - - Addition - - String + + titanium_pure_cp_gr4 - + + + aluminum_armor_5456_h131 + - - + + aluminum_armor_5456_h131 - + + + aluminum_filler_weld_1100 + - - false - - - id-9bd3cfd6-59b2-4990-ae6e-bf4c83a6ff4b + + aluminum_filler_weld_1100 - + + + steel_armor_cast_mil_a_11356cl2 + - - -inf..inf + + steel_armor_cast_mil_a_11356cl2 - + + + steel_armor_cast_mil_a_11356cl1 + - - 202.01 + + steel_armor_cast_mil_a_11356cl1 - - - - Box - - a98f4bed-d316-4e06-a26b-791dfbe0c799 - - - - - - - - - - - - 3 - - - ab3f3a7e-8983-48a2-8063-3c01db974843 - - - - - - - - - components/5lvqvhdg/ - - - - - - - - - - - - Point0 - - - - - - 756,112 - - - - - - 756,112 - - - - + + + steel_bolt_metric_class_8p8 + - - + + steel_bolt_metric_class_8p8 - + + + steel_low_alloy_c250 + - + + steel_low_alloy_c250 + + + + aluminum_alloy_7075_t6 + - - id-041d0ce3-3363-4ed0-be2b-99f279ccb520 + + aluminum_alloy_7075_t6 - + + + aluminum_filler_weld_1188 + - - false + + aluminum_filler_weld_1188 - - FACE5 - - - - - - 112,301 - - - - - - 112,49 - - - - + + aluminum_filler_weld_5356 + - - + + aluminum_filler_weld_5356 - + + + steel_stainless_304_half_hard + - + + steel_stainless_304_half_hard + + + + steel_armor_atralloy_v2 + - - id-064bd603-9d05-4ab8-a24d-ef3c99763218 + + steel_armor_atralloy_v2 - + + + titanium_filler_weld_erti23 + - - false + + titanium_filler_weld_erti23 - - PortComposition - - - - - CADModel - + + steel_low_carbon_1015_hot_roll + - - - - 518,189 - - - - - - 518,189 - - - - + + + steel_low_carbon_1015_hot_roll + + + + steel_med_carbon_1141_cold_draw + - - Creo + + steel_med_carbon_1141_cold_draw - + + + steel_stainless_filler_weld_347 + - - Part + + steel_stainless_filler_weld_347 - + + + aluminum_filler_weld_5183 + - - FACE5 - - - - - - 77,280 - - - - - FACE5 - - - - - - - - - - - - id-0bd93251-8d38-4afb-8b1f-a445793b8cff - - - - - - false - - - - FACE6 - - - - - - 77,343 - - - - - FACE6 - - - - - - - - - - - - id-1cdb1700-2e86-4cd9-a123-6e07db5d0b5b - - - - - - false - - - - FACE1 - - - - - - 77,28 - - - - - FACE1 - - - - - - - - - - - - id-3648b58e-4e61-4d61-91b4-0f9ec6b9de27 - - - - - - false - - - - FACE3 - - - - - - 77,154 - - - - - FACE3 - - - - - - - - - - - - id-3f377209-8a0d-4461-958a-8c96c1ae33b4 - - - - - - false - - - - PNT2 - - - - - - 308,168 - - - - - PNT2 - - - - - - - - - - - - id-534e12c7-111c-4de7-9715-a2f987aa5bc9 - - - - - - false - - - - FACE2 - - - - - - 77,91 - - - - - FACE2 - - - - - - - - - - - - id-77b94163-2658-43be-9f59-2eed5768184f - - - - - - false - - - - FACE4 - - - - - - 77,217 - - - - - FACE4 - - - - - - - - - - - - id-8b98133a-bd9e-4e4c-a893-3901bb37a2b6 - - - - - - false - - - - PNT1 - - - - - - 308,91 - - - - - PNT1 - - - - - - - - - - - - id-b79adb6e-3d1e-4517-b73f-de27824a6375 - - - - - - false - - - - PNT0 - - - - - - 301,21 - - - - - PNT0 - - - - - - - - - - - - id-d941a582-8054-4f07-9f93-43e41a886121 - - - - - - false - - - - - FACE3 - + + aluminum_filler_weld_5183 + + + + steel_low_carbon_1006_cold_draw + + + + + steel_low_carbon_1006_cold_draw + + + + composite_fiber_kevlar_km2 + - - - - 112,175 - - - - - - 112,49 - - - - + + + composite_fiber_kevlar_km2 + + + + steel_stainless_316_annealed + - + + steel_stainless_316_annealed + + + + steel_filler_weld_120ksi + - + + steel_filler_weld_120ksi + + + + steel_low_carbon_1006_hot_roll + - + + steel_low_carbon_1006_hot_roll + + + + titanium_alloy_ti6al4v + - - id-21c5f359-f455-4072-a67b-7f3832c7d2d8 + + titanium_alloy_ti6al4v - + + + composite_fiber_dyneema_sk60 + - - false + + composite_fiber_dyneema_sk60 - - PortComposition - - - - - FACE1 - + + steel_stainless_321_annealed + - - - - 112,49 - - - - - - 112,49 - - - - + + + steel_stainless_321_annealed + + + + aluminum_alloy_6063_t6 + - + + aluminum_alloy_6063_t6 + + + + steel_bolt_metric_class_10p9 + - + + steel_bolt_metric_class_10p9 + + + + steel_stainless_filler_weld_317 + - + + steel_stainless_filler_weld_317 + + + + steel_stainless_filler_weld_316 + - - id-2b23e16e-b41b-42b5-80fe-7f075e6932ba + + steel_stainless_filler_weld_316 - + + + titanium_filler_weld_erti9 + - - false + + titanium_filler_weld_erti9 - - PortComposition - - - - - Point - + + aluminum_filler_weld_4643 + - - - - 777,238 - - - - - - 756,112 - - - - + + + aluminum_filler_weld_4643 + + + + titanium_filler_weld_erti1 + - + + titanium_filler_weld_erti1 + + + + ceramic_transp_armor_glass + - + + ceramic_transp_armor_glass + + + + titanium_filler_weld_erti3 + - + + titanium_filler_weld_erti3 + + + + titanium_filler_weld_erti2 + - - id-4450b549-6f1e-4f07-9d66-06c8365c8fdb + + titanium_filler_weld_erti2 - + + + titanium_filler_weld_erti5 + - - false + + titanium_filler_weld_erti5 - - PortComposition - - - - - FACE6 - + + ceramic_transp_armor_sapphire + - - - - 112,364 - - - - - - 112,49 - - - - + + + ceramic_transp_armor_sapphire + + + + aluminum_alloy_2219_h31 + - + + aluminum_alloy_2219_h31 + + + + steel_armor_rha_mildtl_12560cl1 + - + + steel_armor_rha_mildtl_12560cl1 + + + + steel_armor_rha_mildtl_12560cl2 + - + + steel_armor_rha_mildtl_12560cl2 + + + + steel_low_carbon_1018_hot_roll + - - id-78e9d85c-37b3-4edf-80d8-c91da0ebde5c + + steel_low_carbon_1018_hot_roll - + + + steel_low_alloy_4140_normalized + - - false + + steel_low_alloy_4140_normalized - - FACE4 - + + steel_low_carbon_1015_cold_draw + - - - - 112,238 - - - - - - 112,49 - - - - + + + steel_low_carbon_1015_cold_draw + + + + steel_armor_rha_mil_dtl_46177 + - + + steel_armor_rha_mil_dtl_46177 + + + + steel_stainless_filler_weld_307 + - + + steel_stainless_filler_weld_307 + + + + steel_low_carbon_1018_cold_draw + - + + steel_low_carbon_1018_cold_draw + + + + steel_low_alloy_a572_gr50 + - - id-9e149ebc-245c-4ee8-9c62-804dd112df8a + + steel_low_alloy_a572_gr50 - + + + steel_stainless_filler_weld_308 + - - false + + steel_stainless_filler_weld_308 - - PortComposition - - s - - - - - - UsesResource - - - - - PortComposition - - e - - - - - - PortComposition - - E - - - - - - FACE2 - + + steel_stainless_filler_weld_309 + - - - - 112,112 - - - - - - 112,49 - - - - + + + steel_stainless_filler_weld_309 + + + + steel_stainless_316_l + - + + steel_stainless_316_l + + + + steel_tool_s7_annealed + - + + steel_tool_s7_annealed + + + + steel_filler_weld_090ksi + - + + steel_filler_weld_090ksi + + + + steel_low_carbon_1008_hot_roll + - - id-d5d3da13-583e-443e-b62f-074f818f48eb + + steel_low_carbon_1008_hot_roll - + + + steel_filler_weld_070ksi + - - false + + steel_filler_weld_070ksi - - Point - + + polymer_rubber_hnbr + - - - - 749,182 - - - - - - 756,112 - - - - + + + polymer_rubber_hnbr + + + + aluminum_alloy_5083_h32 + - + + aluminum_alloy_5083_h32 + + + + steel_bolt_metric_class_9p8 + - + + steel_bolt_metric_class_9p8 + + + + aluminum_alloy_1100_h16 + - + + aluminum_alloy_1100_h16 + + + + steel_med_carbon_1141_hot_roll + + + + + steel_med_carbon_1141_hot_roll + + + + steel_tool_s7_tempered + + + + + steel_tool_s7_tempered + + + + steel_low_alloy_a515_gr70 + + + + + steel_low_alloy_a515_gr70 + + + + steel_stainless_321 + + + + + steel_stainless_321 + + + + titanium_alloy_ti6al4v_anneal + + + + + titanium_alloy_ti6al4v_anneal + + + + aluminum_filler_weld_5654 + - - id-dfe3c9e4-b2ab-479e-9b84-552596b5932c + + aluminum_filler_weld_5654 + + + + + 131872867908317258 + + + + CADResourceLibrary + + GeometryDefinition + + Surface + + Interior And Boundary + + + None + + + Additive + + + Toward_Reference_Point + + + ReferenceSurface + + + + + + 133,77 + + + + + ALIGN + + + + + + + + + + + + + + + + + + + + + false + + + + + Plane + + Interior And Boundary + + + None - - + + Additive - - false + + Toward_Reference_Point - - - PortComposition - - - - - PortComposition - - - - - Resource - - - + + ReferencePoint + - - 553,98 + + + + 119,42 + - - - + + + + + + + + + + + + + + + + + + + + false + + + + + Extrusion_From_6Pt_Polygon + + Interior And Boundary - - id-fddc27ff-cc5e-4f58-9b02-6d22f20c7610 + + None - - + + Additive - - CAD\box.prt + + Toward_Reference_Point - - - - - PortLibrary CyPhy_PortLib - - Interface and Port Definitions - - Ports - - Abstract Ports - - InputSignal - - - - - - - + + ExtrusionGeometry + + + - - + + 413,259 + + + + + Interior And Boundary + + + None + + + Additive + + + Toward_Reference_Point + + + OrdinalPosition_6 + - - - - ElectricalPower + + + + 357,525 + + + @@ -35413,24 +34078,21 @@ - - - RotationalPower - - - - - - - - - - - + + 6 - - Signal + + OrdinalPosition_2 + + + + + + 357,140 + + + @@ -35443,9 +34105,21 @@ + + 2 + - - Bus + + OrdinalPosition_1 + + + + + + 357,49 + + + @@ -35458,9 +34132,21 @@ + + 1 + - - OutputSignal + + OrdinalPosition_4 + + + + + + 357,329 + + + @@ -35473,21 +34159,21 @@ + + 4 + - - - Modelica Ports - - SteeringControlBus - - bus.png - - - bus_icon.png + + OrdinalPosition_3 + + + + + + 357,231 + + - - C2M2L_Ext.C2M2L_Component_Building_Blocks.Drive_Line.Cross_Drive_Steering.Common_Controls.Steering_Control_Bus - @@ -35500,21 +34186,21 @@ - - + + 3 - - - TorqueConverterControlBus - - bus.png - - - bus_icon.png + + + OrdinalPosition_5 + + + + + + 357,427 + + - - C2M2L_Ext.C2M2L_Component_Building_Blocks.Drive_Line.Torque_Converters.Common_Controls.Torque_Converter_Control_Bus - @@ -35527,96 +34213,339 @@ - - + + 5 - - - HydraulicPower - - simple_fluid_a.png + + + + OrdinalPosition_6 + + + + + + 693,462 + - - simple_fluid_a.png + + + + + + + + + + + + + + + + + + + + + false + + + + OrdinalPosition_5 + + + + + + 693,385 + - - C2M2L_Ext.Fluid.Hydraulics_Simple.Interfaces.Hydraulic_Port - - + + + + + + + + + + + + + + + + + + + + + false + + + + OrdinalPosition_4 + + + - - + + 693,294 + + + + + + + + + + + + + + + + + + + + + + + false + + + + OrdinalPosition_3 + + + - - + + 693,210 + + + + + + + + + + + + + + + + + + + + + + + false + + + + OrdinalPosition_2 + + + - - + + 693,119 + + + + + + + + + + + + + + + + + + + + + + + false + + + + OrdinalPosition_1 + + + - - + + 693,35 + + + + + + + + + + + + + + + + + + + + + + + false + + + + ExtrusionHeight + + + + + + 693,546 + + + + + + + + + + + + + + + + + + + + + + + false + + + + PortComposition + + w + + + + + + PortComposition + + w + + + + + + PortComposition + + w + + + + + + PortComposition + + w + + + + + + PortComposition + + w + + + + + + PortComposition + + w + + + + + + + Extrusion_From_5Pt_Polygon + + Interior And Boundary + + + None + + + Additive + + + Toward_Reference_Point + + + ExtrusionGeometry + + + - - - - FlangeWithBearing - - RotationalPowerPort.png - - - RotationalPowerPort.png + + 448,224 + - - Modelica.Mechanics.MultiBody.Interfaces.FlangeWithBearing - - - - - - - - - - - - - - + + + Interior And Boundary + + + None + + + Additive + + + Toward_Reference_Point + + + OrdinalPosition_5 + - - - includeBearingConnector - + - - - - 441,231 - + + 140,399 - - - - - - - - false - - - - - BooleanOutput - - Modelica_BooleanOutput.png - - - Modelica_BooleanOutput_port.png - - Modelica.Blocks.Interfaces.BooleanOutput - @@ -35629,48 +34558,21 @@ - - - - - - BatteryBus - - bus.png - - - bus_icon.png - - - C2M2L_Ext.Electrical.Interfaces.Battery_Bus - - - - - - - - - - - - + + 5 - + + + OrdinalPosition_1 + - - - - IntegerInput - - Modelica_IntegerInput.png - - - Modelica_IntegerInput_port.png + + + + 140,21 + + - - Modelica.Blocks.Interfaces.IntegerInput - @@ -35683,48 +34585,21 @@ - - - - - - ElectricalPin - - electrical_analog_pos.png - - - electrical_analog_pos.png - - - Modelica.Electrical.Analog.Interfaces.Pin - - - - - - - - - - - - + + 1 - + + + OrdinalPosition_2 + - - - - BrakeControlBus - - bus.png - - - bus_icon.png + + + + 140,112 + + - - C2M2L_Ext.C2M2L_Component_Building_Blocks.Drive_Line.Brakes_Clutch.Common_Controls.Brake_Control_Bus - @@ -35737,21 +34612,21 @@ - - + + 2 - - - RealOutput - - Modelica_RealOutput.png - - - Modelica_RealOutput_port.png + + + OrdinalPosition_3 + + + + + + 140,203 + + - - Modelica.Blocks.Interfaces.RealOutput - @@ -35764,21 +34639,21 @@ - - + + 3 - - - MultibodyFrame - - 3D_a.png - - - 3D_a.png + + + OrdinalPosition_4 + + + + + + 140,301 + + - - Modelica.Mechanics.MultiBody.Interfaces.Frame - @@ -35791,48 +34666,298 @@ - - + + 4 - - - BooleanInput - - Modelica_BooleanInput.png + + + + OrdinalPosition_5 + + + + + + 693,385 + - - Modelica_BooleanInput_port.png + + + + + + + + + + + + + + + + + + + + + false + + + + OrdinalPosition_4 + + + + + + 693,294 + - - Modelica.Blocks.Interfaces.BooleanInput - - + + + + + + + + + + + + + + + + + + + + + false + + + + OrdinalPosition_3 + + + - - + + 693,210 + + + + + + + + + + + + + + + + + + + + + + + false + + + + OrdinalPosition_2 + + + - - + + 693,119 + + + + + + + + + + + + + + + + + + + + + + + false + + + + OrdinalPosition_1 + + + - - + + 693,28 + + + + + + + + + + + + + + + + + + + + + + + false + + + + ExtrusionHeight + + + - - + + 693,469 + + + + + + + + + + + + + + + + + + + + + + + false + + + + PortComposition + + w + + + + + + PortComposition + + w + + + + + + PortComposition + + w + + + + + + PortComposition + + w + + + + + + PortComposition + + w + + + + + + + Extrusion_From_4Pt_Polygon + + Interior And Boundary + + + None + + + Additive + + + Toward_Reference_Point + + + ExtrusionGeometry + + + - - - - TranslationalFlange - - Modelica_TranslationalFlange.png + + 357,224 + - - Modelica_TranslationalFlange_port.png + + + Interior And Boundary + + + None + + + Additive + + + Toward_Reference_Point + + + OrdinalPosition_4 + + + + + + 266,329 + + - - Modelica.Mechanics.Translational.Interfaces.Flange_a - @@ -35845,21 +34970,21 @@ - - + + 4 - - - HeatPort - - heat_transfer_a.png - - - heat_transfer_a.png + + + OrdinalPosition_3 + + + + + + 266,231 + + - - Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a - @@ -35872,24 +34997,21 @@ - - + + 3 - - - FluidPort - - simple_fluid_a.png - - - simple_fluid_a.png - - + + + OrdinalPosition_2 + + + + + 266,140 + + - - Modelica.Fluid.Interfaces.FluidPort_a - @@ -35902,45 +35024,21 @@ - - + + 2 - - Medium - + + + OrdinalPosition_1 + + + - - - - 364,245 - + + 266,49 - - - - - Package - - - - - - Modelica.Media.Interfaces.PartialMedium - - - - - DriverBus - - bus.png - - bus_icon.png - - - C2M2L_Ext.Interfaces.Context_Interfaces.Driver.Driver_Bus - @@ -35953,189 +35051,881 @@ - - - - - - AtmosphericEnvironmentBus - - C2M2L_Ext.Interfaces.Context_Interfaces.Atmospheric_Environment.Atmospheric_Environment_Bus - - - - - - - - - - - - + + 1 - + + + + OrdinalPosition_4 + + + - - - - FlowPort - - thermo_fluid_a.png - - - thermo_fluid_a.png + + 609,378 + - - Modelica.Thermal.FluidHeatFlow.Interfaces.FlowPort_a - - + + + + + + + + + + + + + + + + + + + + + false + + + + OrdinalPosition_3 + + + - - + + 609,280 + + + + + + + + + + + + + + + + + + + + + + + false + + + + ExtrusionHeight + + + - - + + 609,476 + + + + + + + + + + + + + + + + + + + + + + + false + + + + OrdinalPosition_2 + + + - - + + 609,189 + + + + + + + + + + + + + + + + + + + + + + + false + + + + OrdinalPosition_1 + + + - - + + 609,98 + + + + + + + + + + + + + + + + + + + + + + + false + + + + PortComposition + + w + + + + + + PortComposition + + w + + + + + + PortComposition + + w + + + + + + PortComposition + + w + + + + + + + 6Pt_Polygon + + Interior And Boundary + + + None + + + Additive + + + Toward_Reference_Point + + + OrdinalPosition_6 + + + - - - medium - - - - - - - - - - - - - EngineControlBus - - bus.png + + 140,497 + - - bus_icon.png + + + + + + + + + + + + + + + 6 + + + + OrdinalPosition_5 + + + + + + 140,399 + - - C2M2L_Ext.C2M2L_Component_Building_Blocks.Prime_Movers.Common_Controls.Engine_Control_Bus - - + + + + + + + + + + + + + + + 5 + + + + OrdinalPosition_3 + + + - - + + 140,203 + + + + + + + + + + + + + + + + + 3 + + + + OrdinalPosition_4 + + + - - + + 140,301 + + + + + + + + + + + + + + + + + 4 + + + + OrdinalPosition_1 + + + - - + + 140,21 + + + + + + + + + + + + + + + + + 1 + + + + OrdinalPosition_2 + + + - - + + 140,112 + + + + + + + + + + + + + + + + + 2 + + + + + 5Pt_Polygon + + Interior And Boundary + + + None + + + Additive + + + Toward_Reference_Point + + + OrdinalPosition_5 + + + - - - - IntegerOutput - - Modelica_IntegerOutput.png - - - Modelica_IntegerOutput_port.png + + 140,399 + - - Modelica.Blocks.Interfaces.IntegerOutput - - - - - - - - - - - + + + + + + + + + + + + + + + 5 + + + + OrdinalPosition_4 + + + - - + + 140,301 + + + + + + + + + + + + + + + + + 4 + + + + OrdinalPosition_3 + + + - - - - RealInput - - Modelica_RealInput.png + + 140,203 + - - Modelica_RealInput_port.png + + + + + + + + + + + + + + + 3 + + + + OrdinalPosition_2 + + + + + + 140,112 + - - Modelica.Blocks.Interfaces.RealInput - - + + + + + + + + + + + + + + + 2 + + + + OrdinalPosition_1 + + + - - + + 140,21 + + + + + + + + + + + + + + + + + 1 + + + + + 4Pt_Polygon + + Interior And Boundary + + + None + + + Additive + + + Toward_Reference_Point + + + OrdinalPosition_4 + + + - - + + 140,301 + + + + + + + + + + + + + + + + + 4 + + + + OrdinalPosition_3 + + + - - + + 140,203 + + + + + + + + + + + + + + + + + 3 + + + + OrdinalPosition_2 + + + - - + + 140,112 + + + + + + + + + + + + + + + + + 2 + + + + OrdinalPosition_1 + + + - - - - ElectricMachineBus - - bus.png + + 140,21 + - - bus_icon.png + + + + + + + + + + + + + + + 1 + + + + + Sphere + + Interior And Boundary + + + None + + + Additive + + + SphereCenter + + + + + + 126,147 + - - C2M2L_Ext.Electrical.Interfaces.Electric_Machine_Bus - - + + + + + + + + + + + + + + + + + + + + + false + + + + SphereEdge + + + - - + + 126,49 + + + + + + + + + + + + + + + + + + + + + + + false + + + + + 3Pt_Polygon + + Interior And Boundary + + + None + + + Additive + + + Toward_Reference_Point + + + OrdinalPosition_3 + + + - - + + 140,189 + + + + + + + + + + + + + + + + + 3 + + + + OrdinalPosition_2 + + + - - + + 140,105 + + + + + + + + + + + + + + + + + 2 + + + + OrdinalPosition_1 + + + - - + + 140,21 + + + + + + + + + + + + + + + + + 1 + + + + + Extrusion_From_3Pt_Polygon + + Interior And Boundary + + + None + + + Additive + + + Toward_Reference_Point + + + ExtrusionGeometry + + + - - - - RangePackControlBus - - bus.png + + 385,140 + - - bus_icon.png + + + Interior And Boundary + + + None + + + Additive + + + Toward_Reference_Point + + + OrdinalPosition_3 + + + + + + 462,259 + + - - C2M2L_Ext.C2M2L_Component_Building_Blocks.Drive_Line.Range_Packs.Common_Controls.Range_Pack_Control_Bus - @@ -36148,21 +35938,21 @@ - - + + 3 - - - RotationalFlange - - Modelica_RotationalFlange.png - - - Modelica_RotationalFlange_port.png + + + OrdinalPosition_2 + + + + + + 462,175 + + - - Modelica.Mechanics.Rotational.Interfaces.Flange_a - @@ -36175,213 +35965,423 @@ - - + + 2 - - - - Taxonomy - - RealOutput + + + OrdinalPosition_1 - + - 938,357 + 462,91 - - - SubtypeOf - - - - - SubtypeOf - - - - - ElectricalPower - + - - - - 336,98 - + + + + + + + + + + + + 1 + + + + + OrdinalPosition_3 + + + + + + 637,245 - - 0 - - - - ElectricalPin - + + + + + + + + + + + + + + + + + + + + + false + + + + ExtrusionHeight + + + - - - - 336,217 - + + 637,336 - - - SubtypeOf - - - - - BooleanOutput - + + + + + + + + + + + + + + + + + + + + + false + + + + OrdinalPosition_2 + + + - - - - 1022,357 - + + 637,161 - - - SubtypeOf - - - - - IntegerInput - + + + + + + + + + + + + + + + + + + + + + false + + + + OrdinalPosition_1 + + + - - - - 637,357 - + + 637,63 - - - InputSignal - + + + + + + + + + + + + + + + + + + + + + false + + + + PortComposition + + w + + + + + + PortComposition + + w + + + + + + PortComposition + + w + + + + + + + Cylinder + + Interior And Boundary + + + IncludeEndCaps + + + None + + + Additive + + + CylinderRadius + + + - - - - 630,217 - + + 119,161 - - 0 - - - - SubtypeOf - - - - - SubtypeOf - - - - - OutputSignal - + + + + + + + + + + + + + + + + + + + + + false + + + + CylinderStart + + + - - - - 931,217 - + + 119,42 - - 0 - - - - SubtypeOf - - sW - - - - - - RealInput - + + + + + + + + + + + + + + + + + + + + + false + + + + CylinderEnd + + + - - - - 553,357 - + + 119,287 - - - BooleanInput - + + + + + + + + + + + + + + + + + + + + + false + + + + + Circle + + Interior And Boundary + + + None + + + Additive + + + CircleEdge_2 + + + - - - - 728,357 - + + 105,119 - - - SubtypeOf - - sE - - - - - - Signal - + + + + + + + + + + + + + + + + + + + + + false + + + + CircleEdge_1 + + + - - - - 777,98 - + + 105,28 - - 0 - - - - SubtypeOf - - - - - IntegerOutput - + + + + + + + + + + + + + + + + + + + + + false + + + + CircleCenter + + + - - - - 854,357 - + + 105,217 - - - + + + + + + + + + + + + + + + + + + + + + false + + + - 132322507988401410 + 131872867917732080 diff --git a/src/CyPhyPET/Rules/Global.cs b/src/CyPhyPET/Rules/Global.cs index 630b64803..0cff0d7b6 100755 --- a/src/CyPhyPET/Rules/Global.cs +++ b/src/CyPhyPET/Rules/Global.cs @@ -162,12 +162,24 @@ public static IEnumerable UniqueConstantsParametersAndOutputs( { var feedback = new GenericRuleFeedback() { - FeedbackType = FeedbackTypes.Error, + FeedbackType = FeedbackTypes.Warning, InvolvedObjectsByRole = null, - Message = string.Format("PET requires unique names. Duplicate Names: {0}: {1}", group.Key, String.Join(",", group.Select(pair => pair.Item2).ToArray())) + Message = string.Format( + "PET requires unique names. Duplicate Names: {0}: {1}", + group.Key, String.Join(",", group.Select(pair => pair.Item2).ToArray())) }; result.Add(feedback); } + if (result.Count() > 0) + { + var feedback = new GenericRuleFeedback() + { + FeedbackType = FeedbackTypes.Warning, + InvolvedObjectsByRole = null, + Message = "Values in Merged PET file for variables with conflicting names may not get associated corretly" + }; + result.Insert(0, feedback); + } return result; } diff --git a/test/CyPhyPETTest/Test_run_mdao.cs b/test/CyPhyPETTest/Test_run_mdao.cs index 88d4e2226..cd8514bcf 100644 --- a/test/CyPhyPETTest/Test_run_mdao.cs +++ b/test/CyPhyPETTest/Test_run_mdao.cs @@ -733,7 +733,7 @@ public void Constants() var json_expected = Newtonsoft.Json.Linq.JObject.Parse(@"{ 'parameters': {}, 'unknowns': { - 'const_Array': { + 'Array': { 'units': '1e-09*m**2*kg/s**2/A**2', 'value': [ 1.0, @@ -741,15 +741,15 @@ public void Constants() 3.3 ] }, - 'const_Float': { + 'Float': { 'units': 'A*J**-1', 'value': 3.2 }, - 'const_Integer': { + 'Integer': { 'units': '4046.8564224*m**2', 'value': 4 }, - 'const_String': { + 'String': { 'value': 'AString' } },