From 26f93274fbf5ba3a06363755af0f03cdbcdf0a3a Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Thu, 4 May 2023 16:25:19 +0100 Subject: [PATCH] multiphaseEuler: Remove duplicate writing of partitioningModel for liquidPhase in boiling BC Patch contributed by Timo Niemi, VTT. --- .../alphatWallBoilingWallFunctionFvPatchScalarField.C | 5 ----- .../diameterModels/residualDiameter/residualDiameter.C | 6 ++---- .../diameterModels/residualDiameter/residualDiameter.H | 6 ++---- 3 files changed, 4 insertions(+), 13 deletions(-) diff --git a/applications/solvers/modules/multiphaseEuler/multiphaseThermophysicalTransportModels/derivedFvPatchFields/alphatWallBoilingWallFunction/alphatWallBoilingWallFunctionFvPatchScalarField.C b/applications/solvers/modules/multiphaseEuler/multiphaseThermophysicalTransportModels/derivedFvPatchFields/alphatWallBoilingWallFunction/alphatWallBoilingWallFunctionFvPatchScalarField.C index b7e7c00060..df50b5368f 100644 --- a/applications/solvers/modules/multiphaseEuler/multiphaseThermophysicalTransportModels/derivedFvPatchFields/alphatWallBoilingWallFunction/alphatWallBoilingWallFunctionFvPatchScalarField.C +++ b/applications/solvers/modules/multiphaseEuler/multiphaseThermophysicalTransportModels/derivedFvPatchFields/alphatWallBoilingWallFunction/alphatWallBoilingWallFunctionFvPatchScalarField.C @@ -994,11 +994,6 @@ void alphatWallBoilingWallFunctionFvPatchScalarField::write(Ostream& os) const if (phaseType_ == liquidPhase) { - writeKeyword(os, "partitioningModel") << nl; - os << indent << token::BEGIN_BLOCK << incrIndent << nl; - partitioningModel_->write(os); - os << decrIndent << indent << token::END_BLOCK << nl; - writeKeyword(os, "nucleationSiteModel") << nl; os << indent << token::BEGIN_BLOCK << incrIndent << nl; nucleationSiteModel_->write(os); diff --git a/applications/solvers/modules/multiphaseEuler/phaseSystems/diameterModels/residualDiameter/residualDiameter.C b/applications/solvers/modules/multiphaseEuler/phaseSystems/diameterModels/residualDiameter/residualDiameter.C index 33603d24ee..dfc91eb700 100644 --- a/applications/solvers/modules/multiphaseEuler/phaseSystems/diameterModels/residualDiameter/residualDiameter.C +++ b/applications/solvers/modules/multiphaseEuler/phaseSystems/diameterModels/residualDiameter/residualDiameter.C @@ -2,13 +2,11 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org - \\ / A nd | + \\ / A nd | Copyright (C) 2023 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- -Copyright (C) 2022 VTT Technical Research Centre of Finland Ltd -------------------------------------------------------------------------------- License - This file is a derivative work of OpenFOAM. + This file is part of OpenFOAM. OpenFOAM is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/applications/solvers/modules/multiphaseEuler/phaseSystems/diameterModels/residualDiameter/residualDiameter.H b/applications/solvers/modules/multiphaseEuler/phaseSystems/diameterModels/residualDiameter/residualDiameter.H index 84127e844e..650aab1a9d 100644 --- a/applications/solvers/modules/multiphaseEuler/phaseSystems/diameterModels/residualDiameter/residualDiameter.H +++ b/applications/solvers/modules/multiphaseEuler/phaseSystems/diameterModels/residualDiameter/residualDiameter.H @@ -2,13 +2,11 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org - \\ / A nd | + \\ / A nd | Copyright (C) 2023 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- -Copyright (C) 2022 VTT Technical Research Centre of Finland Ltd -------------------------------------------------------------------------------- License - This file is a derivative work of OpenFOAM. + This file is part of OpenFOAM. OpenFOAM is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by