From 021a4e9799afbfca5b5ecfd161bbf1a4cbbd8abd Mon Sep 17 00:00:00 2001 From: Sidi Liang <1467329765@qq.com> Date: Tue, 17 Aug 2021 19:29:34 +0800 Subject: [PATCH] Electrical: increase the battery a bit --- Nasal/electrical.nas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nasal/electrical.nas b/Nasal/electrical.nas index df2685c..285168c 100644 --- a/Nasal/electrical.nas +++ b/Nasal/electrical.nas @@ -398,7 +398,7 @@ var Cable = { } }; -var cSource = CurrentSource.new(0.0136, 405, kWh2kWs(82), "Battery");#//Battery for engine, 82kWh, 405V +var cSource = CurrentSource.new(0.0136, 405, kWh2kWs(90), "Battery");#//Battery for engine, 90kWh, 405V var circuit_1 = Circuit.new(cSource);#//Engine circuit var cSource_small = CurrentSource.new(0.0136, 12, kWh2kWs(0.72), "Battery");#//Battery for other systems, 60Ah, 12V