ENH: Adding Lee thermos for icoReactingMultiphaseInterFoam

This commit is contained in:
sergio 2019-06-24 08:12:58 -07:00 committed by Andrew Heather
parent e990c48bee
commit 1bd2ef7c21

View File

@ -311,6 +311,20 @@ namespace Foam
hConstSolidThermoPhysics
);
//From pure liquid phase (ico-rho) to pure phase (exp-Transp, hPower solidThermo)
makeInterfacePureType
(
Lee,
heSolidThermo,
solidThermo,
pureMixture,
icoPoly8HThermoPhysics,
heRhoThermo,
rhoThermo,
pureMixture,
hPowerSolidThermoPhysics
);
}