summaryrefslogtreecommitdiffstats
path: root/Temparray.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Temparray.cpp')
-rw-r--r--Temparray.cpp3
1 files changed, 3 insertions, 0 deletions
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;
}
}
}