mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: InterfaceCompositionModels: add new thermo types for oxidation mass model
This commit is contained in:
@ -577,7 +577,7 @@ namespace Foam
|
||||
|
||||
// interfaceOxideRate model definitions
|
||||
|
||||
//From pure phase (tabulated) to solid phase (const)
|
||||
// From pure phase (tabulated) to solid phase (const)
|
||||
makeInterfacePureType
|
||||
(
|
||||
interfaceOxideRate,
|
||||
@ -605,6 +605,47 @@ namespace Foam
|
||||
constRhoHThermoPhysics
|
||||
);
|
||||
|
||||
// From pure phase (ico) to solid phase (const)
|
||||
makeInterfacePureType
|
||||
(
|
||||
interfaceOxideRate,
|
||||
heRhoThermo,
|
||||
rhoThermo,
|
||||
pureMixture,
|
||||
icoPoly8HThermoPhysics,
|
||||
heSolidThermo,
|
||||
solidThermo,
|
||||
pureMixture,
|
||||
hConstSolidThermoPhysics
|
||||
);
|
||||
|
||||
// From pure phase (tabulated) to phase (rho const)
|
||||
makeInterfacePureType
|
||||
(
|
||||
interfaceOxideRate,
|
||||
heRhoThermo,
|
||||
rhoThermo,
|
||||
pureMixture,
|
||||
tabulatedThermoPhysics,
|
||||
heRhoThermo,
|
||||
rhoThermo,
|
||||
pureMixture,
|
||||
constRhoHThermoPhysics
|
||||
);
|
||||
|
||||
// From pure phase (ico) to phase (rho const)
|
||||
makeInterfacePureType
|
||||
(
|
||||
interfaceOxideRate,
|
||||
heRhoThermo,
|
||||
rhoThermo,
|
||||
pureMixture,
|
||||
icoPoly8HThermoPhysics,
|
||||
heRhoThermo,
|
||||
rhoThermo,
|
||||
pureMixture,
|
||||
constRhoHThermoPhysics
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user