From b6d5e0ff57caa7bd166b8877bf0933e623f38f39 Mon Sep 17 00:00:00 2001 From: Sebastian Weiss <sebastian.weiss@ptb.de> Date: Tue, 25 Oct 2022 08:41:02 +0000 Subject: [PATCH] Upload New File --- tutorial/constant/thermophysicalProperties | 45 ++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 tutorial/constant/thermophysicalProperties diff --git a/tutorial/constant/thermophysicalProperties b/tutorial/constant/thermophysicalProperties new file mode 100644 index 0000000..29150f3 --- /dev/null +++ b/tutorial/constant/thermophysicalProperties @@ -0,0 +1,45 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: v2012 | +| \\ / A nd | Website: www.openfoam.com | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class dictionary; + location "constant"; + object thermophysicalProperties; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +thermoType +{ + type hePsiThermo; + mixture pureMixture; + transport H2Transport; + thermo H2Thermo; + equationOfState LeachmanH2Gas; + specie specie; + energy sensibleInternalEnergy; +} + +mixture +{ + specie + { + molWeight 2.016; // Molar mass of hydrogen in g/mol + } + + equationOfState + { + Tc 33.145; // Critical temperature of hydrogen in K + Vc 0.064483; // Critical volume of hydrogen in m^3/kmol + Pc 1296400.0; // Critical pressure of hydrogen in Pa + } + +} + +// ************************************************************************* // -- GitLab