mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: New solidThermo to ReactingMultiphaseInterFoam
This commit is contained in:
@ -239,7 +239,7 @@ namespace Foam
|
|||||||
constRhoHThermoPhysics
|
constRhoHThermoPhysics
|
||||||
);
|
);
|
||||||
|
|
||||||
// From pure phase (solidThermo) to phase (rho const)
|
// From pure phase (all-poly solidThermo) to phase (ico-rho)
|
||||||
makeInterfacePureType
|
makeInterfacePureType
|
||||||
(
|
(
|
||||||
Lee,
|
Lee,
|
||||||
@ -253,6 +253,20 @@ namespace Foam
|
|||||||
icoPoly8HThermoPhysics
|
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)
|
// From pure phase (const rho) to multi phase (incomp ideal gas)
|
||||||
makeInterfaceContSpecieMixtureType
|
makeInterfaceContSpecieMixtureType
|
||||||
|
|||||||
Reference in New Issue
Block a user