multiphaseEuler: Remove duplicate writing of partitioningModel for liquidPhase in boiling BC

Patch contributed by Timo Niemi, VTT.
This commit is contained in:
Henry Weller
2023-05-04 16:25:19 +01:00
parent 1fe47ea346
commit 26f93274fb
3 changed files with 4 additions and 13 deletions

View File

@ -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);

View File

@ -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

View File

@ -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