From 3f129e1322429b522f5e30b27136a17386bbc5e5 Mon Sep 17 00:00:00 2001 From: Henrik Tidefelt Date: Tue, 23 Nov 2021 20:51:16 +0100 Subject: [PATCH] Align README.md with introduction --- README.md | 4 +++- chapters/introduction.tex | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 82e7980c9..e8f173b77 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,9 @@ This repository contains the Modelica Language Specification, hosted at https:// ## Description -Modelica® https://modelica.org is a non-proprietary, object-oriented, equation based language to conveniently model complex physical systems containing, e.g., mechanical, electrical, electronic, magnetic, hydraulic, thermal, control, electric power or process-oriented subcomponents. +Modelica is a language for modeling of cyber-physical systems, designed to support effective library development and model exchange. +It is a modern language built on acausal modeling with mathematical equations and object-oriented constructs to facilitate reuse of modeling knowledge. +It can be used conveniently for modeling complex systems containing, e.g., mechanical, electrical, electronic, magnetic, hydraulic, thermal, control, electric power or process-oriented subcomponents. ## Releases diff --git a/chapters/introduction.tex b/chapters/introduction.tex index 2283c1e5a..6193cc22f 100644 --- a/chapters/introduction.tex +++ b/chapters/introduction.tex @@ -4,6 +4,7 @@ \section{Overview of Modelica}\label{overview-of-modelica} Modelica is a language for modeling of cyber-physical systems, designed to support effective library development and model exchange. It is a modern language built on acausal modeling with mathematical equations and object-oriented constructs to facilitate reuse of modeling knowledge. +It can be used conveniently for modeling complex systems containing, e.g., mechanical, electrical, electronic, magnetic, hydraulic, thermal, control, electric power or process-oriented subcomponents. \section{Scope of the Specification}\label{scope-of-the-specification}