Hi,
I'm studying with a lot of interest LH2Sim.m. My goal is to adapt it for LNG applications.
My issue is line 337 in LH2Simulate.m:
QdotLS_cond = alphaL_cond*P.A*(TLI(1)-Ts) - l_L(1)*P.c_L*P.rhoL*dTsdt;
Regarding units if:
P.rho->[kg/m^3]
dTsdt->[K/s]
P.c_L->[J/(kg.K)]
l_L(1)->[m]
Then:
l_L(1)P.c_LP.rhoL*dTsdt->[J/m^2.s]
But:
alphaL_condP.A(TLI(1)-Ts) ->[J/s]
isn't there a consistency issue ?
Regards,
Jonas
Hi,
I'm studying with a lot of interest LH2Sim.m. My goal is to adapt it for LNG applications.
My issue is line 337 in LH2Simulate.m:
QdotLS_cond = alphaL_cond*P.A*(TLI(1)-Ts) - l_L(1)*P.c_L*P.rhoL*dTsdt;Regarding units if:
P.rho->[kg/m^3]
dTsdt->[K/s]
P.c_L->[J/(kg.K)]
l_L(1)->[m]
Then:
l_L(1)P.c_LP.rhoL*dTsdt->[J/m^2.s]
But:
alphaL_condP.A(TLI(1)-Ts) ->[J/s]
isn't there a consistency issue ?
Regards,
Jonas