Go to the source code of this file.
Variables | |
v = 1 / (rhoRef * (1 - betaTE * (T - Tref))) | |
logT = log(max(0.5, (T / TrefXS))) | |
NSF = (1 / Keff) * (NSF1_0 + alfa_NSF1* logT) * (1 - betaTE * (T - Tref)) | |
A = (A1_0 + alfa_A1* logT) * (1 - betaTE * (T - Tref)) | |
D = (D1_0 + alfa_D1* logT) / (1 - betaTE * (T - Tref)) | |
SP = (1 / Keff) * (SP1_0 + alfa_SP1* logT) * (1 - betaTE * (T - Tref)) | |
TXS = v * SP | |
Definition at line 31 of file updateConsts.H.
Definition at line 32 of file updateConsts.H.
Definition at line 28 of file updateConsts.H.
Definition at line 30 of file updateConsts.H.
Definition at line 33 of file updateConsts.H.
Definition at line 34 of file updateConsts.H.