mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Adding Lee thermos for icoReactingMultiphaseInterFoam
This commit is contained in:
@ -311,6 +311,20 @@ namespace Foam
|
|||||||
hConstSolidThermoPhysics
|
hConstSolidThermoPhysics
|
||||||
);
|
);
|
||||||
|
|
||||||
|
//From pure liquid phase (ico-rho) to pure phase (exp-Transp, hPower solidThermo)
|
||||||
|
makeInterfacePureType
|
||||||
|
(
|
||||||
|
Lee,
|
||||||
|
heSolidThermo,
|
||||||
|
solidThermo,
|
||||||
|
pureMixture,
|
||||||
|
icoPoly8HThermoPhysics,
|
||||||
|
heRhoThermo,
|
||||||
|
rhoThermo,
|
||||||
|
pureMixture,
|
||||||
|
hPowerSolidThermoPhysics
|
||||||
|
);
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user