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