Class HeatTransfer
java.lang.Object
org.episteme.natural.physics.classical.thermodynamics.HeatTransfer
Heat transfer calculations.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RealbiotNumber(Real h, Real characteristicLength, Real k) Biot number: ratio of convection to conduction.static Realconduction(Real k, Real area, Real deltaT, Real thickness) Conductive heat transfer (Fourier's law).static Realconvection(Real h, Real area, Real deltaT) Convective heat transfer (Newton's law of cooling).static RealfourierNumber(Real thermalDiffusivity, Real time, Real length) Fourier number: dimensionless time for transient conduction.static RealheatExchangerEffectiveness(Real NTU, Real capacityRatio) Heat exchanger effectiveness (NTU method).static RealLog Mean Temperature Difference (LMTD) for heat exchangers.static RealnusseltDittusBoelter(Real Re, Real Pr, boolean heating) Nusselt number for turbulent flow in a pipe (Dittus-Boelter).static RealoverallHeatTransferCoefficient(Real h1, Real h2, Vector<Real> thicknesses, Vector<Real> conductivities) Overall heat transfer coefficient for composite wall. 1/U = 1/h₠+ Σ(d_i/k_i) + 1/h₂static RealRadiative heat transfer (Stefan-Boltzmann law).static RealthermalResistanceConduction(Real thickness, Real k, Real area) Thermal resistance for conduction.static RealthermalResistanceConvection(Real h, Real area) Thermal resistance for convection.
-
Field Details
-
STEFAN_BOLTZMANN
Stefan-Boltzmann constant (W/(m²·Kâ´)) -
K_COPPER
-
K_ALUMINUM
-
K_STEEL
-
K_GLASS
-
K_CONCRETE
-
K_WOOD
-
K_AIR
-
K_WATER
-
-
Constructor Details
-
HeatTransfer
public HeatTransfer()
-
-
Method Details
-
conduction
-
convection
-
radiation
-
thermalResistanceConduction
-
thermalResistanceConvection
-
overallHeatTransferCoefficient
-
lmtd
-
heatExchangerEffectiveness
-
biotNumber
-
fourierNumber
-
nusseltDittusBoelter
-