multiphaseEuler: Updated to us the new phaseSolidThermophysicalTransportModel class

for thermophysical transport within stationary solid phases.  This provides a
consistent interface to heat transport within solids for single and now
multiphase solvers so that for example the wallHeatFlux functionObject can now
be used with multiphaseEuler, see tutorials/multiphaseEuler/boilingBed.
Also this development supports anisotropic thermal conductivity within the
stationary solid regions which was not possible previously.

The tutorials/multiphaseEuler/bed and tutorials/multiphaseEuler/boilingBed
tutorial cases have been updated for phaseSolidThermophysicalTransportModel by
changing the thermo type in physicalProperties.solid to heSolidThermo.  This
change will need to be made to all multiphaseEuler cases involving stationary
phases.
This commit is contained in:
Henry Weller
2023-10-11 14:53:09 +01:00
parent b03fead509
commit 5e03874bbb
77 changed files with 1435 additions and 409 deletions

View File

@ -16,10 +16,10 @@ FoamFile
thermoType
{
type heRhoThermo;
type heSolidThermo;
mixture pureMixture;
transport const;
thermo hConst;
transport constIsoSolid;
thermo eConst;
equationOfState rhoConst;
specie specie;
energy sensibleInternalEnergy;
@ -37,13 +37,12 @@ mixture
}
thermodynamics
{
Cp 6000;
Cv 6000;
Hf 0;
}
transport
{
mu 0;
Pr 1;
kappa 0;
}
}