mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Added sensible enthalpy (hs, Hs) and chemical enthalpy (hc, Hc) to the thermodynamics package.
Absolute enthalpy h = hs + hc.
This commit is contained in:
@ -2,14 +2,21 @@ basicMixture = mixtures/basicMixture
|
||||
basicThermo = basicThermo
|
||||
|
||||
$(basicMixture)/basicMixture.C
|
||||
$(basicMixture)/basicMixtures.C
|
||||
$(basicThermo)/basicThermo.C
|
||||
$(basicThermo)/newBasicThermo.C
|
||||
$(basicThermo)/basicThermos.C
|
||||
|
||||
hThermo/hThermos.C
|
||||
eThermo/eThermos.C
|
||||
|
||||
derivedFvPatchFields/fixedEnthalpy/fixedEnthalpyFvPatchScalarField.C
|
||||
derivedFvPatchFields/gradientEnthalpy/gradientEnthalpyFvPatchScalarField.C
|
||||
derivedFvPatchFields/mixedEnthalpy/mixedEnthalpyFvPatchScalarField.C
|
||||
|
||||
derivedFvPatchFields/fixedInternalEnergy/fixedInternalEnergyFvPatchScalarField.C
|
||||
derivedFvPatchFields/gradientInternalEnergy/gradientInternalEnergyFvPatchScalarField.C
|
||||
derivedFvPatchFields/mixedInternalEnergy/mixedInternalEnergyFvPatchScalarField.C
|
||||
|
||||
derivedFvPatchFields/wallHeatTransfer/wallHeatTransferFvPatchScalarField.C
|
||||
|
||||
LIB = $(FOAM_LIBBIN)/libbasicThermophysicalModels
|
||||
|
||||
Reference in New Issue
Block a user