Skip to content
Snippets Groups Projects
Commit a71479d0 authored by sergio's avatar sergio
Browse files

ENH: New solidThermo to ReactingMultiphaseInterFoam

parent 2bb4c8f0
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment