diff --git a/applications/solvers/modules/multiphaseEuler/interfacialCompositionModels/diffusiveMassTransferModels/sphericalDiffusiveMassTransfer/sphericalDiffusiveMassTransfer.C b/applications/solvers/modules/multiphaseEuler/interfacialCompositionModels/diffusiveMassTransferModels/sphericalDiffusiveMassTransfer/sphericalDiffusiveMassTransfer.C index 3576ae2f10..87605e9f22 100644 --- a/applications/solvers/modules/multiphaseEuler/interfacialCompositionModels/diffusiveMassTransferModels/sphericalDiffusiveMassTransfer/sphericalDiffusiveMassTransfer.C +++ b/applications/solvers/modules/multiphaseEuler/interfacialCompositionModels/diffusiveMassTransferModels/sphericalDiffusiveMassTransfer/sphericalDiffusiveMassTransfer.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org - \\ / A nd | Copyright (C) 2015-2022 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2015-2023 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -60,8 +60,7 @@ sphericalDiffusiveMassTransfer diffusiveMassTransferModel, dispersedPhaseInterface >() - ), - Le_("Le", dimless, dict) + ) {} diff --git a/applications/solvers/modules/multiphaseEuler/interfacialCompositionModels/diffusiveMassTransferModels/sphericalDiffusiveMassTransfer/sphericalDiffusiveMassTransfer.H b/applications/solvers/modules/multiphaseEuler/interfacialCompositionModels/diffusiveMassTransferModels/sphericalDiffusiveMassTransfer/sphericalDiffusiveMassTransfer.H index c5ab8f9b84..53dd101dd0 100644 --- a/applications/solvers/modules/multiphaseEuler/interfacialCompositionModels/diffusiveMassTransferModels/sphericalDiffusiveMassTransfer/sphericalDiffusiveMassTransfer.H +++ b/applications/solvers/modules/multiphaseEuler/interfacialCompositionModels/diffusiveMassTransferModels/sphericalDiffusiveMassTransfer/sphericalDiffusiveMassTransfer.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org - \\ / A nd | Copyright (C) 2015-2022 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2015-2023 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -58,9 +58,6 @@ class sphericalDiffusiveMassTransfer //- Interface const dispersedPhaseInterface interface_; - //- Lewis number - const dimensionedScalar Le_; - public: diff --git a/tutorials/modules/multiphaseEuler/bubbleColumnEvaporating/constant/phaseProperties b/tutorials/modules/multiphaseEuler/bubbleColumnEvaporating/constant/phaseProperties index cfb3c1d7ba..34b9d94444 100644 --- a/tutorials/modules/multiphaseEuler/bubbleColumnEvaporating/constant/phaseProperties +++ b/tutorials/modules/multiphaseEuler/bubbleColumnEvaporating/constant/phaseProperties @@ -151,13 +151,6 @@ diffusiveMassTransfer gas_dispersedIn_liquid_inThe_gas { type spherical; - Le 1.0; - } - - gas_dispersedIn_liquid_inThe_liquid - { - type Frossling; - Le 1.0; } liquid_dispersedIn_gas_inThe_gas @@ -165,12 +158,6 @@ diffusiveMassTransfer type Frossling; Le 1.0; } - - liquid_dispersedIn_gas_inThe_liquid - { - type spherical; - Le 1.0; - } } phaseTransfer diff --git a/tutorials/modules/multiphaseEuler/bubbleColumnEvaporatingDissolving/constant/phaseProperties b/tutorials/modules/multiphaseEuler/bubbleColumnEvaporatingDissolving/constant/phaseProperties index 427b311500..1d1fb31836 100644 --- a/tutorials/modules/multiphaseEuler/bubbleColumnEvaporatingDissolving/constant/phaseProperties +++ b/tutorials/modules/multiphaseEuler/bubbleColumnEvaporatingDissolving/constant/phaseProperties @@ -159,7 +159,6 @@ diffusiveMassTransfer gas_dispersedIn_liquid_inThe_gas { type spherical; - Le 1.0; } liquid_dispersedIn_gas_inThe_gas @@ -177,7 +176,6 @@ diffusiveMassTransfer liquid_dispersedIn_gas_inThe_liquid { type spherical; - Le 1.0; } } diff --git a/tutorials/modules/multiphaseEuler/bubbleColumnEvaporatingReacting/constant/phaseProperties b/tutorials/modules/multiphaseEuler/bubbleColumnEvaporatingReacting/constant/phaseProperties index 8bce152bca..0861896945 100644 --- a/tutorials/modules/multiphaseEuler/bubbleColumnEvaporatingReacting/constant/phaseProperties +++ b/tutorials/modules/multiphaseEuler/bubbleColumnEvaporatingReacting/constant/phaseProperties @@ -151,7 +151,6 @@ diffusiveMassTransfer gas_dispersedIn_liquid_inThe_gas { type spherical; - Le 1.0; } liquid_dispersedIn_gas_inThe_gas