Mistake in documentation #152
Unanswered
MrKozelberg
asked this question in
Q&A
Replies: 1 comment
-
Thank you for pointing out this typo in the technical note. Yes, they are indeed slightly different and should be corrected in the technical note. We will update this in the next version of the technical note. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There is a mistake in your technical note in equations where you calculate$F_{MO,tmp}$ (Eq.3.6.190, Eq. 3.6.362). The actually way of this variable limitation little differs and writes as follows:
TMP1 = ConstVonKarman * (ConstGravityAcc/TVIR) * HeatSensibleTmp / (DensityAirRefHeight*ConstHeatCapacAir)
if ( abs(TMP1) <= MPE ) TMP1 = MPE
Beta Was this translation helpful? Give feedback.
All reactions