ENH: New solidThermo to ReactingMultiphaseInterFoam

This commit is contained in:
sergio
2019-06-13 12:11:09 -07:00
committed by Andrew Heather
parent 8b2e61faf0
commit 50cdddf46a

View File

@ -239,7 +239,7 @@ namespace Foam
constRhoHThermoPhysics
);
// From pure phase (solidThermo) to phase (rho const)
// From pure phase (all-poly solidThermo) to phase (ico-rho)
makeInterfacePureType
(
Lee,
@ -253,6 +253,20 @@ namespace Foam
icoPoly8HThermoPhysics
);
// From pure phase (exp-Transp, hPower solidThermo) to phase (ico-rho)
makeInterfacePureType
(
Lee,
heSolidThermo,
solidThermo,
pureMixture,
hPowerSolidThermoPhysics,
heRhoThermo,
rhoThermo,
pureMixture,
icoPoly8HThermoPhysics
);
// From pure phase (const rho) to multi phase (incomp ideal gas)
makeInterfaceContSpecieMixtureType