{"id":6113,"date":"2019-10-17T13:43:12","date_gmt":"2019-10-17T13:43:12","guid":{"rendered":"https:\/\/ja.modelondev.com\/support\/2019-2-release-notes-vehicle-dynamics-library-3-4\/"},"modified":"2022-06-30T16:33:30","modified_gmt":"2022-06-30T16:33:30","slug":"2019-2-release-notes-vehicle-dynamics-library-3-4","status":"publish","type":"support","link":"https:\/\/modelon.com\/ja\/support\/2019-2-release-notes-vehicle-dynamics-library-3-4\/","title":{"rendered":"2019.2 Release Notes &#8211; Vehicle Dynamics Library 3.4"},"content":{"rendered":"<p><a href=\"https:\/\/modelon.com\/ja\/library\/vehicle-dynamics-library\/\">Vehicle Dynamics Library<\/a> v3.4 is part of Modelon&#8217;s 2019.2 release.<\/p>\n<p>New versions of Modelon libraries are sold and distributed directly from Modelon, as well as approved <a href=\"https:\/\/modelon.com\/ja\/company\/partners-resellers\/\">resellers.<\/a><\/p>\n<h4>New features<\/h4>\n<h5>Vehicle-level Templates for Trucks<\/h5>\n<p>Two vehicle-level templates for trucks have been added:<\/p>\n<ul>\n<li><strong>Vehicle.Templates.FrontEngineTruck<\/strong> which has separate engine, transmission and driveline on the vehicle level<\/li>\n<li><strong>Vehicle.Templates.Truck<\/strong> which has an integrated powertrain component instead. This template is well suited for electric powertrains.<\/li>\n<\/ul>\n<p>For these templates, the following interface models are used:<\/p>\n<ul>\n<li>Brakes &#8211; <strong>Brakes.Interfaces.Truck<\/strong><\/li>\n<li>Driveline &#8211; <strong>Drivelines<\/strong>.<strong>Interfaces.Truck<\/strong><\/li>\n<li>Powertrain &#8211; <strong>Powertrains.Interfaces.Truck<\/strong><\/li>\n<\/ul>\n<p>These all take advantage of the new vectorized hubs in the truck chassis templates. Engines and transmissions use the same interface as passenger cars.<\/p>\n<p>The following example models have been added:<\/p>\n<ul>\n<li><strong>Brakes.Trucks.Lumped<\/strong> &#8211; a brake system with lumped characteristics.<\/li>\n<li><strong>Driveline.Examples.Trucks.RearWheelDrive2<\/strong> &#8211; a driveline where one rear axle is driven. Which axle is driven can be configured.<\/li>\n<li><strong>Transmission.Automatic.TwelveSpeed<\/strong> &#8211; a twelve speed gearbox for trucks.<\/li>\n<li><strong>Vehicles.Examples.Trucks.Truck_6x2<\/strong> &#8211; a vehicle model for a 6&#215;2 truck using the above models as well as a truck parameterized tabular engine.<\/li>\n<\/ul>\n<p>A model based on the new vehicle templates can be used in any of the standard VDL Vehicle experiments. This greatly expands the number of experiments that can be run with truck models.<\/p>\n<h5>New Chassis-level Experiments for Trucks<\/h5>\n<p>New experiment templates and example experiments have been added for truck chassis models. The following templates are now available:<\/p>\n<ul>\n<li><strong>SteerAndVelocity<\/strong><\/li>\n<li><strong>CurvatureAndVelocity<\/strong><\/li>\n<li><strong>HandlingDiagram<\/strong><\/li>\n<\/ul>\n<h5>New K&amp;C Analysis and Tabular Models for Axle Suspensions<\/h5>\n<p>There are now suspension experiment templates for axle suspensions. Examples are found in <b>Suspensions.Experiments.Examples.SingleAxles<\/b>. There are now also K&amp;C analysis experiments for axles in <b>KCAnalysis.Examples.SingleAxles<\/b>. The K&amp;C analysis writes data to a file that can be used in the new <b>TabularFromFile<\/b> suspension that describes the axle motion based on tabular data.<\/p>\n<p>Both <b>TabularFromFile<\/b> and <b>Tabular<\/b> are compatible with the standard truck chassis templates.<\/p>\n<h5>New DataAccess-enabled Tabular Suspensions<\/h5>\n<p>Six tabular suspensions have been added that reference the tabular suspension kinematics and compliance (SKC) characteristics from external files. This was possible previously using the <b>TabularFromFile<\/b> suspension which references a MAT file. The new suspensions allow the SKC characteristics tables to be stored in either JSON or XML files. The suspensions can be found here:<\/p>\n<ul>\n<li><strong>Suspensions.Front.TabularFromJSON <\/strong><\/li>\n<li><strong>Suspensions.Front.TabularFromXML<\/strong><\/li>\n<li><strong>Suspensions.Rear.Tabular1DfromJSON<\/strong><\/li>\n<li><strong>Suspensions.Rear.Tabular1DfromXML<\/strong><\/li>\n<li><strong>Suspensions.Rear.Tabular2DfromJSON<\/strong><\/li>\n<li><strong>Suspensions.Rear.Tabular2DfromXML<\/strong><\/li>\n<\/ul>\n<h5>New Acceleration-based Chassis Experiment<\/h5>\n<p>A new robot was added <b>AccelerationFourWheels<\/b> which applies drive and brake torques to the chassis in order to achieve a commanded acceleration. A new example experiment has been added to demonstrate how the robot is used: <b>StraightLineAcceleration<\/b>.<\/p>\n<h5>New Chassis Sensor for Instant Centers<\/h5>\n<p>A new <b>InstantCenters<\/b> sensor has been added which outputs the front and side view swing arm position, length and angle relative to the wheel center for a linkage.<\/p>\n<h4>Improvements<\/h4>\n<p>Circuit functions have been added to the ground interface. The functions are mainly applicable to the <b>TabularRoad<\/b> and <b>OpenCRG<\/b> ground models and can be used to determine if the circuit is closed (<i>circuitIsClosed<\/i>) and the length of the circuit (<i>circuitLength<\/i>).<\/p>\n<p>Additional suspension templates have been added to allow addition of bumpstops: <b>IndependentSRTT<\/b>, <b>IndependentSTTT<\/b>, <b>IndependentRTT<\/b>, <b>IndependentTTT<\/b>.<\/p>\n<p>The <b>VelocityFourWheels<\/b> robot has been improved to have different drive\/brake characteristics. Previously, the torque distribution was the same for both positive and negative torque whereas typically the drive and brake torque distribution would different. Typically, the brake torque would be distributed to all for wheels. This was implemented by adding separate <i>drive_proportion<\/i> and <i>brake_proportion<\/i> parameters.<\/p>\n<h4>Minor Changes<\/h4>\n<ul>\n<li>Added the ability to output a 1D-tabular K&amp;C file from a K&amp;C experiment.<\/li>\n<li>Disk space required for installation has been significantly reduced by eliminating over 25 DXF shape files.<\/li>\n<li>The link interfaces (<b>Links.Interfaces.Arm<\/b>, <b>Links.Interfaces.Link<\/b>) had trivial inertia defined for i11, i22, i33 (0.001). These inertia values have been set to zero.<\/li>\n<\/ul>\n<h4>Obsolete Models<\/h4>\n<p>Removed obsolete ground functions from <b>Grounds.Interfaces.Base<\/b>: <i>enableSG<\/i> and <i>resolvePinG<\/i>. If you have a custom ground model extending from this interface, redeclares of these functions should be removed.<\/p>\n<h4>Conversion of user libraries<\/h4>\n<ul>\n<li>User libraries will automatically be converted from version 3.3. These conversions are made using the included conversion script: VehicleDynamics\/Resources\/Scripts\/Convert_to_3.4.mos.<\/li>\n<\/ul>\n<h4>Requirements<\/h4>\n<ul>\n<li>Vehicle Dynamics Library 3.4 is based on Modelon Base Library 3.4 and Modelica Standard Library 3.2.2 and 3.2.3.<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Vehicle Dynamics Library v3.4 is part of Modelon&#8217;s 2019.2 release. New versions of Modelon libraries are sold and distributed directly from Modelon, as well as approved resellers. New features Vehicle-level Templates for Trucks Two vehicle-level templates for trucks have been added: Vehicle.Templates.FrontEngineTruck which has separate engine, transmission and driveline on the vehicle level Vehicle.Templates.Truck which [&hellip;]<\/p>\n","protected":false},"featured_media":6106,"template":"","meta":{"_acf_changed":false,"_relevanssi_hide_post":"","_relevanssi_hide_content":"","_relevanssi_pin_for_all":"","_relevanssi_pin_keywords":"","_relevanssi_unpin_keywords":"","_relevanssi_related_keywords":"","_relevanssi_related_include_ids":"","_relevanssi_related_exclude_ids":"","_relevanssi_related_no_append":"","_relevanssi_related_not_related":"","_relevanssi_related_posts":"","_relevanssi_noindex_reason":"","inline_featured_image":false,"editor_notices":[]},"support_type":[77],"class_list":["post-6113","support","type-support","status-publish","has-post-thumbnail","hentry","support_industry-automotive","support_product-vehicle-dynamics-library","support_type-release-notes","support_release-2019-2"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.4 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>2019.2 Release Notes - Vehicle Dynamics Library 3.4 - Modelon (JA)<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/modelon.com\/ja\/support\/2019-2-release-notes-vehicle-dynamics-library-3-4\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"2019.2 Release Notes - Vehicle Dynamics Library 3.4\" \/>\n<meta property=\"og:description\" content=\"Vehicle Dynamics Library v3.4 is part of Modelon&#8217;s 2019.2 release. New versions of Modelon libraries are sold and distributed directly from Modelon, as well as approved resellers. New features Vehicle-level Templates for Trucks Two vehicle-level templates for trucks have been added: Vehicle.Templates.FrontEngineTruck which has separate engine, transmission and driveline on the vehicle level Vehicle.Templates.Truck which [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/modelon.com\/ja\/support\/2019-2-release-notes-vehicle-dynamics-library-3-4\/\" \/>\n<meta property=\"og:site_name\" content=\"Modelon (JA)\" \/>\n<meta property=\"article:modified_time\" content=\"2022-06-30T16:33:30+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/modelon.com\/ja\/wp-content\/uploads\/sites\/3\/2022\/06\/2019.2-Release-500-x-500.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"500\" \/>\n\t<meta property=\"og:image:height\" content=\"500\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/modelon.com\\\/ja\\\/support\\\/2019-2-release-notes-vehicle-dynamics-library-3-4\\\/\",\"url\":\"https:\\\/\\\/modelon.com\\\/ja\\\/support\\\/2019-2-release-notes-vehicle-dynamics-library-3-4\\\/\",\"name\":\"2019.2 Release Notes - Vehicle Dynamics Library 3.4 - Modelon (JA)\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/modelon.com\\\/ja\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/modelon.com\\\/ja\\\/support\\\/2019-2-release-notes-vehicle-dynamics-library-3-4\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/modelon.com\\\/ja\\\/support\\\/2019-2-release-notes-vehicle-dynamics-library-3-4\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/modelon.com\\\/ja\\\/wp-content\\\/uploads\\\/sites\\\/3\\\/2022\\\/06\\\/2019.2-Release-500-x-500.jpg\",\"datePublished\":\"2019-10-17T13:43:12+00:00\",\"dateModified\":\"2022-06-30T16:33:30+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/modelon.com\\\/ja\\\/support\\\/2019-2-release-notes-vehicle-dynamics-library-3-4\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/modelon.com\\\/ja\\\/support\\\/2019-2-release-notes-vehicle-dynamics-library-3-4\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/modelon.com\\\/ja\\\/support\\\/2019-2-release-notes-vehicle-dynamics-library-3-4\\\/#primaryimage\",\"url\":\"https:\\\/\\\/modelon.com\\\/ja\\\/wp-content\\\/uploads\\\/sites\\\/3\\\/2022\\\/06\\\/2019.2-Release-500-x-500.jpg\",\"contentUrl\":\"https:\\\/\\\/modelon.com\\\/ja\\\/wp-content\\\/uploads\\\/sites\\\/3\\\/2022\\\/06\\\/2019.2-Release-500-x-500.jpg\",\"width\":500,\"height\":500,\"caption\":\"Modelon Release 2019.2\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/modelon.com\\\/ja\\\/support\\\/2019-2-release-notes-vehicle-dynamics-library-3-4\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/modelon.com\\\/ja\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Resources\",\"item\":\"https:\\\/\\\/modelon.com\\\/ja\\\/support\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"2019.2 Release Notes &#8211; Vehicle Dynamics Library 3.4\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/modelon.com\\\/ja\\\/#website\",\"url\":\"https:\\\/\\\/modelon.com\\\/ja\\\/\",\"name\":\"Modelon (JA)\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/modelon.com\\\/ja\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"2019.2 Release Notes - Vehicle Dynamics Library 3.4 - Modelon (JA)","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/modelon.com\/ja\/support\/2019-2-release-notes-vehicle-dynamics-library-3-4\/","og_locale":"en_US","og_type":"article","og_title":"2019.2 Release Notes - Vehicle Dynamics Library 3.4","og_description":"Vehicle Dynamics Library v3.4 is part of Modelon&#8217;s 2019.2 release. New versions of Modelon libraries are sold and distributed directly from Modelon, as well as approved resellers. New features Vehicle-level Templates for Trucks Two vehicle-level templates for trucks have been added: Vehicle.Templates.FrontEngineTruck which has separate engine, transmission and driveline on the vehicle level Vehicle.Templates.Truck which [&hellip;]","og_url":"https:\/\/modelon.com\/ja\/support\/2019-2-release-notes-vehicle-dynamics-library-3-4\/","og_site_name":"Modelon (JA)","article_modified_time":"2022-06-30T16:33:30+00:00","og_image":[{"width":500,"height":500,"url":"https:\/\/modelon.com\/ja\/wp-content\/uploads\/sites\/3\/2022\/06\/2019.2-Release-500-x-500.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/modelon.com\/ja\/support\/2019-2-release-notes-vehicle-dynamics-library-3-4\/","url":"https:\/\/modelon.com\/ja\/support\/2019-2-release-notes-vehicle-dynamics-library-3-4\/","name":"2019.2 Release Notes - Vehicle Dynamics Library 3.4 - Modelon (JA)","isPartOf":{"@id":"https:\/\/modelon.com\/ja\/#website"},"primaryImageOfPage":{"@id":"https:\/\/modelon.com\/ja\/support\/2019-2-release-notes-vehicle-dynamics-library-3-4\/#primaryimage"},"image":{"@id":"https:\/\/modelon.com\/ja\/support\/2019-2-release-notes-vehicle-dynamics-library-3-4\/#primaryimage"},"thumbnailUrl":"https:\/\/modelon.com\/ja\/wp-content\/uploads\/sites\/3\/2022\/06\/2019.2-Release-500-x-500.jpg","datePublished":"2019-10-17T13:43:12+00:00","dateModified":"2022-06-30T16:33:30+00:00","breadcrumb":{"@id":"https:\/\/modelon.com\/ja\/support\/2019-2-release-notes-vehicle-dynamics-library-3-4\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/modelon.com\/ja\/support\/2019-2-release-notes-vehicle-dynamics-library-3-4\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/modelon.com\/ja\/support\/2019-2-release-notes-vehicle-dynamics-library-3-4\/#primaryimage","url":"https:\/\/modelon.com\/ja\/wp-content\/uploads\/sites\/3\/2022\/06\/2019.2-Release-500-x-500.jpg","contentUrl":"https:\/\/modelon.com\/ja\/wp-content\/uploads\/sites\/3\/2022\/06\/2019.2-Release-500-x-500.jpg","width":500,"height":500,"caption":"Modelon Release 2019.2"},{"@type":"BreadcrumbList","@id":"https:\/\/modelon.com\/ja\/support\/2019-2-release-notes-vehicle-dynamics-library-3-4\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/modelon.com\/ja\/"},{"@type":"ListItem","position":2,"name":"Resources","item":"https:\/\/modelon.com\/ja\/support\/"},{"@type":"ListItem","position":3,"name":"2019.2 Release Notes &#8211; Vehicle Dynamics Library 3.4"}]},{"@type":"WebSite","@id":"https:\/\/modelon.com\/ja\/#website","url":"https:\/\/modelon.com\/ja\/","name":"Modelon (JA)","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/modelon.com\/ja\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/modelon.com\/ja\/wp-json\/wp\/v2\/support\/6113","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/modelon.com\/ja\/wp-json\/wp\/v2\/support"}],"about":[{"href":"https:\/\/modelon.com\/ja\/wp-json\/wp\/v2\/types\/support"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/modelon.com\/ja\/wp-json\/wp\/v2\/media\/6106"}],"wp:attachment":[{"href":"https:\/\/modelon.com\/ja\/wp-json\/wp\/v2\/media?parent=6113"}],"wp:term":[{"taxonomy":"support_type","embeddable":true,"href":"https:\/\/modelon.com\/ja\/wp-json\/wp\/v2\/support_type?post=6113"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}