From 49ecd795194ac6afa6ada33e887c43db624868a3 Mon Sep 17 00:00:00 2001
From: "ellen.seabrooke" <seabrooke@ifb.uni-stuttgart.de>
Date: Mon, 17 Feb 2025 09:58:07 +0100
Subject: [PATCH] Adaptions for minimal required user input and furnishing mass

---
 docs/documentation/sizing/systems_design/getting-started.md | 3 +++
 docs/documentation/sizing/systems_design/systems.md         | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/docs/documentation/sizing/systems_design/getting-started.md b/docs/documentation/sizing/systems_design/getting-started.md
index 204d27b..b91d9b5 100644
--- a/docs/documentation/sizing/systems_design/getting-started.md
+++ b/docs/documentation/sizing/systems_design/getting-started.md
@@ -18,6 +18,9 @@ The following will happen:
 - a HTML report is created in the directory of `aircraft_exchange_file_directory` (no plots if they are turned off)
 - results are saved in the _acXML_ file
 
+!!! note 
+    An A320-like system architecture is implemented in the provided default config file. This architecture and its system parameters will be used if you make no other changes to the config file than those stated in 2. or just run the workflow without adapting the config file of systems_design.
+
 ## Settings and outputs
 
 Three input files are required for **systems_design**:
diff --git a/docs/documentation/sizing/systems_design/systems.md b/docs/documentation/sizing/systems_design/systems.md
index 4a83ccf..0ee3415 100644
--- a/docs/documentation/sizing/systems_design/systems.md
+++ b/docs/documentation/sizing/systems_design/systems.md
@@ -59,6 +59,9 @@ Furnishing system includes the power required for the galleys and the inflight e
 
 Power calculation is done based on user inputs.
 
+!!! important
+    Because the mass of furnishing items is already calculated in **fuselage_design**, it is not changed in systems_design and there is no scaling factor available in systems_design to adapt this mass. If you wish to make adaptions, you can do this in [**fuselage_design**](../fuselage_design/getting_started.md/#accommodation-definitions).
+
 **Required Input Parameters**
 
 * Galley Load Fraction during Takeoff [-]:
-- 
GitLab