Skip to content

Commit

Permalink
CoreNeutralTemp should be 36.8
Browse files Browse the repository at this point in the history
Per Edouard Walther's email
  • Loading branch information
thoyt committed Jan 30, 2016
1 parent 8b43d74 commit 54be72a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/comfortmodels.js
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ comf.pierceSET = function(ta, tr, vel, rh, met, clo, wme) {
var CSTR = 0.5;

TempSkinNeutral = 33.7; //setpoint (neutral) value for Tsk
TempCoreNeutral = 36.49; //setpoint value for Tcr
TempCoreNeutral = 36.8; //setpoint value for Tcr
TempBodyNeutral = 36.49; //setpoint for Tb (.1*TempSkinNeutral + .9*TempCoreNeutral)
SkinBloodFlowNeutral = 6.3; //neutral value for SkinBloodFlow

Expand Down

0 comments on commit 54be72a

Please sign in to comment.