mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
reactingEulerFoam: Update and instantiate interface composition models
The nonRandomTwoLiquid and Roult interface composition models have been instantiated (and updated so that they compile), and a fuller set of multi-component liquids and multi-component and reacting gases have been used. The selection name of the saturated and nonRandomTwoLiquid models have also been changed to remove the capitalisation from the first letter, as is consistent with other sub-models that are not proper nouns.
This commit is contained in:
@ -137,7 +137,7 @@ interfaceComposition
|
||||
(
|
||||
(gas in liquid)
|
||||
{
|
||||
type Saturated;
|
||||
type saturated;
|
||||
species ( H2O );
|
||||
Le 1.0;
|
||||
saturationPressure
|
||||
|
||||
@ -137,7 +137,7 @@ interfaceComposition
|
||||
(
|
||||
(gas in liquid)
|
||||
{
|
||||
type Saturated;
|
||||
type saturated;
|
||||
species ( H2O );
|
||||
Le 1.0;
|
||||
saturationPressure
|
||||
|
||||
@ -138,7 +138,7 @@ interfaceComposition
|
||||
(
|
||||
(gas in liquid)
|
||||
{
|
||||
type Saturated;
|
||||
type saturated;
|
||||
species ( water );
|
||||
Le 1.0;
|
||||
saturationPressure
|
||||
|
||||
Reference in New Issue
Block a user