thermalBaffle1DFvPatchScalarField,thermalBaffleFvPatchScalarField: Updated documentation

Resolves bug-report https://bugs.openfoam.org/view.php?id=3530
This commit is contained in:
Henry Weller
2020-08-10 14:12:48 +01:00
parent 5b545e6db7
commit 95af33515a
2 changed files with 10 additions and 14 deletions

View File

@ -40,6 +40,7 @@ Usage
<masterPatchName>
{
type compressible::thermalBaffle1D<hConstSolidThermoPhysics>;
samplePatch <slavePatchName>;
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;
}
<slavePatchName>
{
type compressible::thermalBaffle1D<hConstSolidThermoPhysics>;
samplePatch <masterPatchName>;
qr none;
relaxation 1;
value uniform 300;
}
\endverbatim

View File

@ -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
<slavePatchName>
{
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