From 7c86fc69bbe4353782db8c08bc2c6eef241a5004 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Mon, 25 Mar 2024 10:11:46 +0000 Subject: [PATCH] hConstThermo, eConstThermo: Improved documentation --- .../specie/thermo/eConst/eConstThermo.H | 7 ++++--- .../specie/thermo/hConst/hConstThermo.H | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/thermophysicalModels/specie/thermo/eConst/eConstThermo.H b/src/thermophysicalModels/specie/thermo/eConst/eConstThermo.H index 12cf3d4c85..0b7990f81c 100644 --- a/src/thermophysicalModels/specie/thermo/eConst/eConstThermo.H +++ b/src/thermophysicalModels/specie/thermo/eConst/eConstThermo.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org - \\ / A nd | Copyright (C) 2011-2023 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2024 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -26,10 +26,11 @@ Class Description Internal energy based thermodynamics package using a constant heat capacity - at constant volume: + at constant volume. + The sensible internal energy is evaluated as: \verbatim - e = Cv*(T - Tref) + esRef + es = Cv*(T - Tref) + esRef \endverbatim Usage diff --git a/src/thermophysicalModels/specie/thermo/hConst/hConstThermo.H b/src/thermophysicalModels/specie/thermo/hConst/hConstThermo.H index e5f64ac57e..ca916bd906 100644 --- a/src/thermophysicalModels/specie/thermo/hConst/hConstThermo.H +++ b/src/thermophysicalModels/specie/thermo/hConst/hConstThermo.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org - \\ / A nd | Copyright (C) 2011-2023 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2024 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -26,10 +26,11 @@ Class Description Enthalpy based thermodynamics package using a constant heat capacity - at constant pressure: + at constant pressure. + The sensible enthalpy is evaluated as: \verbatim - h = Cp*(T - Tref) + hsRef + hs = Cp*(T - Tref) + hsRef \endverbatim Usage