From c4a802017c1df5260551a18f0c5a394bb8b0f8e3 Mon Sep 17 00:00:00 2001 From: Mahdiehm <48446372+Mahdiehm@users.noreply.github.com> Date: Fri, 8 Mar 2024 18:06:42 +0000 Subject: [PATCH 1/2] Create Claytex_article.md --- _2024-01/Claytex_article.md | 44 +++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 _2024-01/Claytex_article.md diff --git a/_2024-01/Claytex_article.md b/_2024-01/Claytex_article.md new file mode 100644 index 00000000..00f2e83f --- /dev/null +++ b/_2024-01/Claytex_article.md @@ -0,0 +1,44 @@ + + +Title: Claytex technical blog + +Author: "Mahdieh Mehrabi ([Claytex](https://www.claytex.com/))" + +Category: "Education" + + +![Claytex logo]( https://www.claytex.com/wp-content/uploads/2022/05/Claytex-TECHNIA-COMPANY-RGB-217-90.png "Claytex logo") + +Claytex publishes a [technical blog](https://www.linkedin.com/showcase/our-technical-blog/) covering all things Modelica and Dymola. + +**How to work with Modelica Files using an inbuilt Modelica Function (or three!)** + +Many cases exist where you might wish to automatically generate Modelica files. One example would be to generate variants of a model with permutations. Or perhaps generating data records. These functions surround the creation and customization of Modelica models. + +![Modelica Files Image1]( https://www.claytex.com/wp-content/uploads/2024/03/1.-Modelica-Function-Calls.png " Modelica Files Image1") + +Read the complete article [here]( https://www.claytex.com/tech-blog/how-to-work-with-modelica-files-using-an-inbuilt-modelica-function-or-three/) + +**Quick guide to a Solver (Integration Algorithm), Tolerance and Output Interval in Dymola** + +In this blog post, we describe how to get started choosing your solver, tolerance and output interval in Dymola. + +![Guide to Solver Image2]( https://www.claytex.com/wp-content/uploads/2024/03/2.-Quick-guide-to-a-solver.png " Guide to Solver Image2") + +Read the complete article [here]( https://www.claytex.com/tech-blog/quick-guide-to-choosing-a-solver-tolerance-and-output-interval-in-dymola/) + +**The MultiRun tool localized regression testing made simple** + +With no off-the-shelf tools available, Claytex have developed our own tools for regression testing when building model libraries. One of them, the RegressionTest tool, is designed to be used as an integral element of a library development cycle. The other is the MultiRun tool, which provides a way for the model developer to quickly regression test a smaller batch of experiments in an automated way. This blog post serves as a quick overview of the MultiRun tool. + +![MultiRun Image 3]( https://www.claytex.com/wp-content/uploads/2024/03/3.-MultiRun.png "MultiRun Image3") + +Read the complete article here: [here]( https://www.claytex.com/tech-blog/the-multirun-tool-localized-regression-testing-made-simple/) + +**How to Move Dymola to a New PC** + +You may have been lucky and your IT department wants to update your PC, or you may have been unlucky and your PC has died; either way this means you will need to move Dymola to your new PC. In this blog post I’m going to go through what you’ll need to do to move your Dymola install to a new PC. + +![Move Dymola Image 4]( https://www.claytex.com/wp-content/uploads/2024/03/4.-Move-Dymola-to-a-new-PCPC.png "Move Dymola Image4") + +Read the complete article [here]( https://www.claytex.com/tech-blog/how-to-move-dymola-to-a-new-pc/) From 7ddcf3806e4ce63ee0face184749449c2de3bfba Mon Sep 17 00:00:00 2001 From: Jezek Date: Sun, 10 Mar 2024 12:20:27 +0100 Subject: [PATCH 2/2] Fix --- _2024-01/Claytex_article.md | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/_2024-01/Claytex_article.md b/_2024-01/Claytex_article.md index 00f2e83f..12caefca 100644 --- a/_2024-01/Claytex_article.md +++ b/_2024-01/Claytex_article.md @@ -1,17 +1,14 @@ - - -Title: Claytex technical blog - -Author: "Mahdieh Mehrabi ([Claytex](https://www.claytex.com/))" - -Category: "Education" - +-- +title: "Claytex technical blog" +author: "Mahdieh Mehrabi ([Claytex](https://www.claytex.com/))" +category: "Education" +-- ![Claytex logo]( https://www.claytex.com/wp-content/uploads/2022/05/Claytex-TECHNIA-COMPANY-RGB-217-90.png "Claytex logo") Claytex publishes a [technical blog](https://www.linkedin.com/showcase/our-technical-blog/) covering all things Modelica and Dymola. -**How to work with Modelica Files using an inbuilt Modelica Function (or three!)** +#### How to work with Modelica Files using an inbuilt Modelica Function (or three!) Many cases exist where you might wish to automatically generate Modelica files. One example would be to generate variants of a model with permutations. Or perhaps generating data records. These functions surround the creation and customization of Modelica models. @@ -19,7 +16,7 @@ Many cases exist where you might wish to automatically generate Modelica files. Read the complete article [here]( https://www.claytex.com/tech-blog/how-to-work-with-modelica-files-using-an-inbuilt-modelica-function-or-three/) -**Quick guide to a Solver (Integration Algorithm), Tolerance and Output Interval in Dymola** +#### Quick guide to a Solver (Integration Algorithm), Tolerance and Output Interval in Dymola In this blog post, we describe how to get started choosing your solver, tolerance and output interval in Dymola. @@ -27,7 +24,7 @@ In this blog post, we describe how to get started choosing your solver, toleranc Read the complete article [here]( https://www.claytex.com/tech-blog/quick-guide-to-choosing-a-solver-tolerance-and-output-interval-in-dymola/) -**The MultiRun tool localized regression testing made simple** +#### The MultiRun tool localized regression testing made simple With no off-the-shelf tools available, Claytex have developed our own tools for regression testing when building model libraries. One of them, the RegressionTest tool, is designed to be used as an integral element of a library development cycle. The other is the MultiRun tool, which provides a way for the model developer to quickly regression test a smaller batch of experiments in an automated way. This blog post serves as a quick overview of the MultiRun tool. @@ -35,7 +32,7 @@ With no off-the-shelf tools available, Claytex have developed our own tools for Read the complete article here: [here]( https://www.claytex.com/tech-blog/the-multirun-tool-localized-regression-testing-made-simple/) -**How to Move Dymola to a New PC** +#### How to Move Dymola to a New PC You may have been lucky and your IT department wants to update your PC, or you may have been unlucky and your PC has died; either way this means you will need to move Dymola to your new PC. In this blog post I’m going to go through what you’ll need to do to move your Dymola install to a new PC.