From 0adf3012c7080f9e753471087fb63d0e9af1bed1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Constantin=20Ri=DF?= Date: Sun, 17 Jan 2010 18:50:32 +0100 Subject: =?UTF-8?q?kurze=20=E4nderung?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Temparray.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Temparray.cpp') diff --git a/Temparray.cpp b/Temparray.cpp index ed45074..4b48fcf 100644 --- a/Temparray.cpp +++ b/Temparray.cpp @@ -82,6 +82,9 @@ void Temparray::calcTemp(){ capacity = specificconductivity *((((depth + innerdepth)/2)*height)/0.9*meterperunit); capacity2 = specificconductivity *((((depth2 + innerdepth2)/2)*height2)/0.9*meterperunit); } + tau12 = capacity * thermalresistance; + tau21 = capacity2 * thermalresistance; + std::cerr << tau12 << "\n" << tau21 << std::endl; } } } -- cgit v1.2.3