reactingEulerFoam::MomentumTransferPhaseSystem: Removed unused member function declaration

This commit is contained in:
Henry Weller
2020-06-24 17:06:01 +01:00
parent 6268e426d7
commit 1fec2bae30

View File

@ -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<volScalarField> Vm(const phasePairKey& key) const;
//- Add the mass-transfer-based momentum transfer to the equations
void addMassTransferMomentumTransfer
(
phaseSystem::momentumTransferTable& eqns
) const;
protected: