From 1fec2bae3026fe5f77ab555b413d033a8147b772 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Wed, 24 Jun 2020 17:06:01 +0100 Subject: [PATCH] reactingEulerFoam::MomentumTransferPhaseSystem: Removed unused member function declaration --- .../MomentumTransferPhaseSystem.H | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/PhaseSystems/MomentumTransferPhaseSystem/MomentumTransferPhaseSystem.H b/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/PhaseSystems/MomentumTransferPhaseSystem/MomentumTransferPhaseSystem.H index be5d48ea13..9a12269080 100644 --- a/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/PhaseSystems/MomentumTransferPhaseSystem/MomentumTransferPhaseSystem.H +++ b/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/PhaseSystems/MomentumTransferPhaseSystem/MomentumTransferPhaseSystem.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org - \\ / A nd | Copyright (C) 2015-2019 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2015-2020 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -178,12 +178,6 @@ private: //- Return the virtual mass coefficient for the phase pair virtual tmp Vm(const phasePairKey& key) const; - //- Add the mass-transfer-based momentum transfer to the equations - void addMassTransferMomentumTransfer - ( - phaseSystem::momentumTransferTable& eqns - ) const; - protected: