diff --git a/src/ThermophysicalTransportModels/derivedFvPatchFields/thermalBaffle1D/thermalBaffle1DFvPatchScalarField.H b/src/ThermophysicalTransportModels/derivedFvPatchFields/thermalBaffle1D/thermalBaffle1DFvPatchScalarField.H index 21c4f3e911..85f33b2a2f 100644 --- a/src/ThermophysicalTransportModels/derivedFvPatchFields/thermalBaffle1D/thermalBaffle1DFvPatchScalarField.H +++ b/src/ThermophysicalTransportModels/derivedFvPatchFields/thermalBaffle1D/thermalBaffle1DFvPatchScalarField.H @@ -40,6 +40,7 @@ Usage { type compressible::thermalBaffle1D; + samplePatch ; thickness uniform 0.005; // thickness [m] @@ -60,23 +61,26 @@ Usage thermodynamics { Hf 0; - Cp 10; + Cv 10; } equationOfState { rho 10; } - value uniform 300; + value uniform 300; } { type compressible::thermalBaffle1D; + samplePatch ; qr none; relaxation 1; + + value uniform 300; } \endverbatim diff --git a/src/regionModels/thermalBaffleModels/derivedFvPatchFields/thermalBaffle/thermalBaffleFvPatchScalarField.H b/src/regionModels/thermalBaffleModels/derivedFvPatchFields/thermalBaffle/thermalBaffleFvPatchScalarField.H index f7ac5deebb..e640c34212 100644 --- a/src/regionModels/thermalBaffleModels/derivedFvPatchFields/thermalBaffle/thermalBaffleFvPatchScalarField.H +++ b/src/regionModels/thermalBaffleModels/derivedFvPatchFields/thermalBaffle/thermalBaffleFvPatchScalarField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org - \\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2020 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -49,8 +49,6 @@ Usage // Underlaying coupled boundary condition Tnbr T; - kappa fluidThermo; // or solidThermo - KappaName none; qrNbr qr;//or none.Name of qr field on neighbourregion qr none;// or none.Name of qr field on localregion value uniform 300; @@ -65,10 +63,10 @@ Usage type heSolidThermo; mixture pureMixture; transport constIso; - thermo hConst; + thermo eConst; equationOfState rhoConst; specie specie; - energy sensibleEnthalpy; + energy sensibleInternalEnergy; } mixture @@ -84,7 +82,7 @@ Usage thermodynamics { Hf 0; - Cp 15; + Cv 15; } density { @@ -118,8 +116,6 @@ Usage { type compressible::thermalBaffle; - kappa fluidThermo; - kappaName none; value uniform 300; \endverbatim @@ -128,16 +124,12 @@ Usage bottom { type compressible::thermalBaffle; - kappa solidThermo; - kappaName none; value uniform 300; } top { type compressible::thermalBaffle; - kappa solidThermo; - kappaName none; value uniform 300; } \endverbatim