.TRANSFORM.HeatAndMassTransfer.ClosureRelations.HeatTransfer.Functions.TwoPhase.Condensation.alpha_NusseltTheory_Condensation

Information

Nusselt theory lumped condensation model.

Fundamentals of heat and mass transfer 6E Incropera and DeWitt.

Interface

function alpha_NusseltTheory_Condensation
  input SI.Length L_c "Characteristic length";
  input SI.ThermalConductivity lambda "Fluid thermal conductivity";
  input SI.Density rho_fsat "Saturated liquid density";
  input SI.DynamicViscosity mu_fsat "Liquid dynamic viscosity";
  input SI.ThermalConductivity lambda_fsat "Liquid thermal conductivity";
  input SI.SpecificHeatCapacity cp_fsat "Liquid constant pressure heat capacity";
  input SI.Density rho_gsat "Vapour density";
  input SI.DynamicViscosity mu_gsat "Vapour dynamic viscosity";
  input SI.SpecificEnthalpy h_fg "Latent heat of vaporization";
  input SI.Temperature T_state "Fluid state temperature";
  input SI.Temperature T_sat "Fluid saturation temperature";
  input SI.Temperature T_wall "Wall temperature";
  output SI.CoefficientOfHeatTransfer alpha "Two-phase total heat transfer coefficient";
  output SI.NusseltNumber Nu "Nusselt number";
  output SI.SpecificEnthalpy h_fgp "Modified latent heat of vaporization";
  output Units.NonDim Ja "Jakob number";
end alpha_NusseltTheory_Condensation;

Generated at 2024-11-04T19:25:26Z by OpenModelicaOpenModelica 1.24.0 using GenerateDoc.mos